Shades of Blush #BB5E66
Tints of Blush #BB5E66
RGB
CMYK
RGB Variations
Color information
#BB5E66 (or 0xBB5E66) is known color: Blush. HEX triplet: BB, 5E and 66. RGB value is (187,94,102). Sum of RGB (Red+Green+Blue) = 187+94+102=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E66 is #44A199. Grayscale: #7A7A7A. Windows color (decimal): -4497818 or 6708923. OLE color: 6708923.
HSL color Cylindrical-coordinate representation of color #BB5E66: hue angle of 354.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E66 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 102 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.27 |
| HSL | 354.84º | 0.41% | 0.55% | - |
| HSV(B) | 354.84º | 0.5% | 0.73% | - |
| XYZ | 26.89 | 19.53 | 14.92 | - |
| YUV | 122.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 102 | 0 | 0.50 | 0.45 | 0.27 | 354.84 | 0.41 | 0.55 |
| Hex | BB | 5E | 66 | 0 | 32 | 2D | 1B | 163 | 29 | 37 |
| Octal | 273 | 136 | 146 | 0 | 62 | 55 | 33 | 543 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1100110 | 0 | 110010 | 101101 | 11011 | 101100011 | 101001 | 110111 |
Color Harmonies of #BB5E66
Complementary color
Monochromatic Colors of #BB5E66
Black with #BB5E66
Text Example
Text Example
White with #BB5E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E66; }
p { color: rgb(187,94,102); }
H1.HeaderClassName
{
color: #BB5E66;
}
.AnyTagClassName
{
color: #BB5E66;
}
</style>
background-color css
<style>
a { background-color: #BB5E66; }
a { background-color: rgb(187,94,102); }
div.DivClassName
{
background-color: #BB5E66;
}
.BgClassName
{
background-color: #BB5E66;
}
</style>
border-color css
<style>
span { border-color: #BB5E66; }
span { border-color: rgb(187,94,102); }
td.TdClassName
{
border-color: #BB5E66;
}
.TagClassName
{
border-color: #BB5E66;
}
</style>