#bc500b color space conversions
Hex:
        #bc500b
        RGB:
        188, 80, 11
        CMY:
        26, 69, 96
        CMYK:
        0, 57, 94, 26
      HSL:
        23°, 88.9447%, 39.0196%
        HSV (HSB):
        23°, 94.1489%, 73.7255%
        XYZ:
        23.6681, 16.4528, 2.2449
        xyY:
        0.5587, 0.3884, 16.4528
      CIE-Lab:
        47.5631, 40.5871, 54.7503
        CIE-LCH:
        47.5631, 68.1535, 53.4500
        CIE-Luv:
        47.5631, 88.8507, 40.7200
        Hunter-Lab:
        40.5621, 33.1715, 25.1121
      #bc500b color charts
#bc500b RGB chart
      #bc500b CMYK chart
      #bc500b RGB pie chart
      #bc500b color shades, tints & tones
#bc500b color schemes
#bc500b color preview, HTML & CSS examples
           This text has a color of #bc500b        
        
          <p style="color:#bc500b;">Text here</p>
        
        
          .mytext {color:#bc500b;}
        
        Text color #bc500b
      
           This box has a color of #bc500b        
        
          <div style="background-color:#bc500b;">Content here</div>
        
        
          .mybackground {background-color:#bc500b;}
        
        Background color #bc500b
      
           Border around this has a color of #bc500b        
        
          <div style="border:2px solid #bc500b;">Content here</div>
        
        
          .myborder {border:2px solid #bc500b;}
        
        Border color #bc500b