#b0a255 color space conversions
Hex:
        #b0a255
        RGB:
        176, 162, 85
        CMY:
        31, 36, 67
        CMYK:
        0, 8, 52, 31
      HSL:
        51°, 36.5462%, 51.1765%
        HSV (HSB):
        51°, 51.7045%, 69.0196%
        XYZ:
        32.4645, 35.7266, 13.7792
        xyY:
        0.3961, 0.4358, 35.7266
      CIE-Lab:
        66.3105, -5.2763, 41.5029
        CIE-LCH:
        66.3105, 41.8370, 97.2452
        CIE-Luv:
        66.3105, 13.0568, 50.8912
        Hunter-Lab:
        59.7718, -7.6499, 28.1721
      #b0a255 color charts
#b0a255 RGB chart
      #b0a255 CMYK chart
      #b0a255 RGB pie chart
      #b0a255 color shades, tints & tones
#b0a255 color schemes
#b0a255 color preview, HTML & CSS examples
           This text has a color of #b0a255        
        
          <p style="color:#b0a255;">Text here</p>
        
        
          .mytext {color:#b0a255;}
        
        Text color #b0a255
      
           This box has a color of #b0a255        
        
          <div style="background-color:#b0a255;">Content here</div>
        
        
          .mybackground {background-color:#b0a255;}
        
        Background color #b0a255
      
           Border around this has a color of #b0a255        
        
          <div style="border:2px solid #b0a255;">Content here</div>
        
        
          .myborder {border:2px solid #b0a255;}
        
        Border color #b0a255