#bf500e color space conversions
Hex:
        #bf500e
        RGB:
        191, 80, 14
        CMY:
        25, 69, 95
        CMYK:
        0, 58, 93, 25
      HSL:
        22°, 86.3415%, 40.1961%
        HSV (HSB):
        22°, 92.6702%, 74.9020%
        XYZ:
        24.4338, 16.8454, 2.3791
        xyY:
        0.5597, 0.3858, 16.8454
      CIE-Lab:
        48.0646, 41.7815, 54.5427
        CIE-LCH:
        48.0646, 68.7066, 52.5467
        CIE-Luv:
        48.0646, 91.2222, 40.6290
        Hunter-Lab:
        41.0431, 34.4390, 25.2933
      #bf500e color charts
#bf500e RGB chart
      #bf500e CMYK chart
      #bf500e RGB pie chart
      #bf500e color shades, tints & tones
#bf500e color schemes
#bf500e color preview, HTML & CSS examples
           This text has a color of #bf500e        
        
          <p style="color:#bf500e;">Text here</p>
        
        
          .mytext {color:#bf500e;}
        
        Text color #bf500e
      
           This box has a color of #bf500e        
        
          <div style="background-color:#bf500e;">Content here</div>
        
        
          .mybackground {background-color:#bf500e;}
        
        Background color #bf500e
      
           Border around this has a color of #bf500e        
        
          <div style="border:2px solid #bf500e;">Content here</div>
        
        
          .myborder {border:2px solid #bf500e;}
        
        Border color #bf500e