#bb500e color space conversions
Hex:
        #bb500e
        RGB:
        187, 80, 14
        CMY:
        27, 69, 95
        CMYK:
        0, 57, 93, 27
      HSL:
        23°, 86.0697%, 39.4118%
        HSV (HSB):
        23°, 92.5134%, 73.3333%
        XYZ:
        23.4414, 16.3338, 2.3327
        xyY:
        0.5567, 0.3879, 16.3338
      CIE-Lab:
        47.4094, 40.2420, 53.7793
        CIE-LCH:
        47.4094, 67.1686, 53.1932
        CIE-Luv:
        47.4094, 87.8712, 40.2815
        Hunter-Lab:
        40.4151, 32.8065, 24.8684
      #bb500e color charts
#bb500e RGB chart
      #bb500e CMYK chart
      #bb500e RGB pie chart
      #bb500e color shades, tints & tones
#bb500e color schemes
#bb500e color preview, HTML & CSS examples
           This text has a color of #bb500e        
        
          <p style="color:#bb500e;">Text here</p>
        
        
          .mytext {color:#bb500e;}
        
        Text color #bb500e
      
           This box has a color of #bb500e        
        
          <div style="background-color:#bb500e;">Content here</div>
        
        
          .mybackground {background-color:#bb500e;}
        
        Background color #bb500e
      
           Border around this has a color of #bb500e        
        
          <div style="border:2px solid #bb500e;">Content here</div>
        
        
          .myborder {border:2px solid #bb500e;}
        
        Border color #bb500e