#bb555a color space conversions
Hex:
        #bb555a
        RGB:
        187, 85, 90
        CMY:
        27, 67, 65
        CMYK:
        0, 55, 52, 27
      HSL:
        357°, 42.8571%, 53.3333%
        HSV (HSB):
        357°, 54.5455%, 73.3333%
        XYZ:
        25.5875, 17.8000, 11.7600
        xyY:
        0.4640, 0.3228, 17.8000
      CIE-Lab:
        49.2526, 41.5880, 17.2587
        CIE-LCH:
        49.2526, 45.0269, 22.5381
        CIE-Luv:
        49.2526, 73.2031, 12.9822
        Hunter-Lab:
        42.1900, 34.4245, 13.0066
      #bb555a color charts
#bb555a RGB chart
      #bb555a CMYK chart
      #bb555a RGB pie chart
      #bb555a color shades, tints & tones
#bb555a color schemes
#bb555a color preview, HTML & CSS examples
           This text has a color of #bb555a        
        
          <p style="color:#bb555a;">Text here</p>
        
        
          .mytext {color:#bb555a;}
        
        Text color #bb555a
      
           This box has a color of #bb555a        
        
          <div style="background-color:#bb555a;">Content here</div>
        
        
          .mybackground {background-color:#bb555a;}
        
        Background color #bb555a
      
           Border around this has a color of #bb555a        
        
          <div style="border:2px solid #bb555a;">Content here</div>
        
        
          .myborder {border:2px solid #bb555a;}
        
        Border color #bb555a