#b37daa color space conversions
Hex:
        #b37daa
        RGB:
        179, 125, 170
        CMY:
        30, 51, 33
        CMYK:
        0, 30, 5, 30
      HSL:
        310°, 26.2136%, 59.6078%
        HSV (HSB):
        310°, 30.1676%, 70.1961%
        XYZ:
        33.1797, 27.1532, 41.5225
        xyY:
        0.3258, 0.2666, 27.1532
      CIE-Lab:
        59.1159, 28.2831, -15.5244
        CIE-LCH:
        59.1159, 32.2636, 331.2380
        CIE-Luv:
        59.1159, 28.4670, -27.5449
        Hunter-Lab:
        52.1087, 22.4678, -10.7688
      #b37daa color charts
#b37daa RGB chart
      #b37daa CMYK chart
      #b37daa RGB pie chart
      #b37daa color shades, tints & tones
#b37daa color schemes
#b37daa color preview, HTML & CSS examples
           This text has a color of #b37daa        
        
          <p style="color:#b37daa;">Text here</p>
        
        
          .mytext {color:#b37daa;}
        
        Text color #b37daa
      
           This box has a color of #b37daa        
        
          <div style="background-color:#b37daa;">Content here</div>
        
        
          .mybackground {background-color:#b37daa;}
        
        Background color #b37daa
      
           Border around this has a color of #b37daa        
        
          <div style="border:2px solid #b37daa;">Content here</div>
        
        
          .myborder {border:2px solid #b37daa;}
        
        Border color #b37daa