#bc500f color space conversions
Hex:
        #bc500f
        RGB:
        188, 80, 15
        CMY:
        26, 69, 94
        CMYK:
        0, 57, 92, 26
      HSL:
        23°, 85.2217%, 39.8039%
        HSV (HSB):
        23°, 92.0213%, 73.7255%
        XYZ:
        23.6939, 16.4632, 2.3808
        xyY:
        0.5570, 0.3870, 16.4632
      CIE-Lab:
        47.5764, 40.6441, 53.6877
        CIE-LCH:
        47.5764, 67.3373, 52.8725
        CIE-Luv:
        47.5764, 88.6578, 40.2382
        Hunter-Lab:
        40.5748, 33.2302, 24.9234
      #bc500f color charts
#bc500f RGB chart
      #bc500f CMYK chart
      #bc500f RGB pie chart
      #bc500f color shades, tints & tones
#bc500f color schemes
#bc500f color preview, HTML & CSS examples
           This text has a color of #bc500f        
        
          <p style="color:#bc500f;">Text here</p>
        
        
          .mytext {color:#bc500f;}
        
        Text color #bc500f
      
           This box has a color of #bc500f        
        
          <div style="background-color:#bc500f;">Content here</div>
        
        
          .mybackground {background-color:#bc500f;}
        
        Background color #bc500f
      
           Border around this has a color of #bc500f        
        
          <div style="border:2px solid #bc500f;">Content here</div>
        
        
          .myborder {border:2px solid #bc500f;}
        
        Border color #bc500f