Shades of Blush #BB5766
Tints of Blush #BB5766
RGB
CMYK
RGB Variations
Color information
#BB5766 (or 0xBB5766) is known color: Blush. HEX triplet: BB, 57 and 66. RGB value is (187,87,102). Sum of RGB (Red+Green+Blue) = 187+87+102=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5766 is #44A899. Grayscale: #767676. Windows color (decimal): -4499610 or 6707131. OLE color: 6707131.
HSL color Cylindrical-coordinate representation of color #BB5766: hue angle of 351º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5766 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 102 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.27 |
| HSL | 351º | 0.42% | 0.54% | - |
| HSV(B) | 351º | 0.53% | 0.73% | - |
| XYZ | 26.3 | 18.34 | 14.72 | - |
| YUV | 118.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 102 | 0 | 0.53 | 0.45 | 0.27 | 351 | 0.42 | 0.54 |
| Hex | BB | 57 | 66 | 0 | 35 | 2D | 1B | 15F | 2A | 36 |
| Octal | 273 | 127 | 146 | 0 | 65 | 55 | 33 | 537 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1100110 | 0 | 110101 | 101101 | 11011 | 101011111 | 101010 | 110110 |
Color Harmonies of #BB5766
Complementary color
Monochromatic Colors of #BB5766
Black with #BB5766
Text Example
Text Example
White with #BB5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5766; }
p { color: rgb(187,87,102); }
H1.HeaderClassName
{
color: #BB5766;
}
.AnyTagClassName
{
color: #BB5766;
}
</style>
background-color css
<style>
a { background-color: #BB5766; }
a { background-color: rgb(187,87,102); }
div.DivClassName
{
background-color: #BB5766;
}
.BgClassName
{
background-color: #BB5766;
}
</style>
border-color css
<style>
span { border-color: #BB5766; }
span { border-color: rgb(187,87,102); }
td.TdClassName
{
border-color: #BB5766;
}
.TagClassName
{
border-color: #BB5766;
}
</style>