#b0a008 color space conversions
Hex:
        #b0a008
        RGB:
        176, 160, 8
        CMY:
        31, 37, 97
        CMYK:
        0, 9, 95, 31
      HSL:
        54°, 91.3043%, 36.0784%
        HSV (HSB):
        54°, 95.4545%, 69.0196%
        XYZ:
        30.5191, 34.3892, 5.2590
        xyY:
        0.4349, 0.4901, 34.3892
      CIE-Lab:
        65.2704, -7.9184, 67.2857
        CIE-LCH:
        65.2704, 67.7500, 96.7119
        CIE-Luv:
        65.2704, 16.3985, 69.7896
        Hunter-Lab:
        58.6423, -9.7277, 35.7326
      #b0a008 color charts
#b0a008 RGB chart
      #b0a008 CMYK chart
      #b0a008 RGB pie chart
      #b0a008 color shades, tints & tones
#b0a008 color schemes
#b0a008 color preview, HTML & CSS examples
           This text has a color of #b0a008        
        
          <p style="color:#b0a008;">Text here</p>
        
        
          .mytext {color:#b0a008;}
        
        Text color #b0a008
      
           This box has a color of #b0a008        
        
          <div style="background-color:#b0a008;">Content here</div>
        
        
          .mybackground {background-color:#b0a008;}
        
        Background color #b0a008
      
           Border around this has a color of #b0a008        
        
          <div style="border:2px solid #b0a008;">Content here</div>
        
        
          .myborder {border:2px solid #b0a008;}
        
        Border color #b0a008