#bb8081 color space conversions
Hex:
        #bb8081
        RGB:
        187, 128, 129
        CMY:
        27, 50, 49
        CMYK:
        0, 32, 31, 27
      HSL:
        359°, 30.2564%, 61.7647%
        HSV (HSB):
        359°, 31.5508%, 73.3333%
        XYZ:
        32.1751, 27.5881, 24.3981
        xyY:
        0.3823, 0.3278, 27.5881
      CIE-Lab:
        59.5148, 22.9741, 8.7206
        CIE-LCH:
        59.5148, 24.5735, 20.7859
        CIE-Luv:
        59.5148, 38.7208, 7.6550
        Hunter-Lab:
        52.5244, 17.4270, 9.2263
      #bb8081 color charts
#bb8081 RGB chart
      #bb8081 CMYK chart
      #bb8081 RGB pie chart
      #bb8081 color shades, tints & tones
#bb8081 color schemes
#bb8081 color preview, HTML & CSS examples
           This text has a color of #bb8081        
        
          <p style="color:#bb8081;">Text here</p>
        
        
          .mytext {color:#bb8081;}
        
        Text color #bb8081
      
           This box has a color of #bb8081        
        
          <div style="background-color:#bb8081;">Content here</div>
        
        
          .mybackground {background-color:#bb8081;}
        
        Background color #bb8081
      
           Border around this has a color of #bb8081        
        
          <div style="border:2px solid #bb8081;">Content here</div>
        
        
          .myborder {border:2px solid #bb8081;}
        
        Border color #bb8081