Shades of Blush #BB5566
Tints of Blush #BB5566
RGB
CMYK
RGB Variations
Color information
#BB5566 (or 0xBB5566) is known color: Blush. HEX triplet: BB, 55 and 66. RGB value is (187,85,102). Sum of RGB (Red+Green+Blue) = 187+85+102=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5566 is #44AA99. Grayscale: #757575. Windows color (decimal): -4500122 or 6706619. OLE color: 6706619.
HSL color Cylindrical-coordinate representation of color #BB5566: hue angle of 350º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5566 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 102 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.27 |
| HSL | 350º | 0.43% | 0.53% | - |
| HSV(B) | 350º | 0.55% | 0.73% | - |
| XYZ | 26.14 | 18.02 | 14.67 | - |
| YUV | 117.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 102 | 0 | 0.55 | 0.45 | 0.27 | 350 | 0.43 | 0.53 |
| Hex | BB | 55 | 66 | 0 | 37 | 2D | 1B | 15E | 2B | 35 |
| Octal | 273 | 125 | 146 | 0 | 67 | 55 | 33 | 536 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1100110 | 0 | 110111 | 101101 | 11011 | 101011110 | 101011 | 110101 |
Color Harmonies of #BB5566
Complementary color
Monochromatic Colors of #BB5566
Black with #BB5566
Text Example
Text Example
White with #BB5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5566; }
p { color: rgb(187,85,102); }
H1.HeaderClassName
{
color: #BB5566;
}
.AnyTagClassName
{
color: #BB5566;
}
</style>
background-color css
<style>
a { background-color: #BB5566; }
a { background-color: rgb(187,85,102); }
div.DivClassName
{
background-color: #BB5566;
}
.BgClassName
{
background-color: #BB5566;
}
</style>
border-color css
<style>
span { border-color: #BB5566; }
span { border-color: rgb(187,85,102); }
td.TdClassName
{
border-color: #BB5566;
}
.TagClassName
{
border-color: #BB5566;
}
</style>