#b2888f color space conversions
Hex:
        #b2888f
        RGB:
        178, 136, 143
        CMY:
        30, 47, 44
        CMYK:
        0, 24, 20, 30
      HSL:
        350°, 21.4286%, 61.5686%
        HSV (HSB):
        350°, 23.5955%, 69.8039%
        XYZ:
        32.1222, 29.0565, 29.9020
        xyY:
        0.3527, 0.3190, 29.0565
      CIE-Lab:
        60.8314, 17.1076, 2.4679
        CIE-LCH:
        60.8314, 17.2847, 8.2088
        CIE-Luv:
        60.8314, 25.7494, 0.4660
        Hunter-Lab:
        53.9041, 12.0386, 4.8431
      #b2888f color charts
#b2888f RGB chart
      #b2888f CMYK chart
      #b2888f RGB pie chart
      #b2888f color shades, tints & tones
#b2888f color schemes
#b2888f color preview, HTML & CSS examples
           This text has a color of #b2888f        
        
          <p style="color:#b2888f;">Text here</p>
        
        
          .mytext {color:#b2888f;}
        
        Text color #b2888f
      
           This box has a color of #b2888f        
        
          <div style="background-color:#b2888f;">Content here</div>
        
        
          .mybackground {background-color:#b2888f;}
        
        Background color #b2888f
      
           Border around this has a color of #b2888f        
        
          <div style="border:2px solid #b2888f;">Content here</div>
        
        
          .myborder {border:2px solid #b2888f;}
        
        Border color #b2888f