Shades of Blush #BB5665
Tints of Blush #BB5665
RGB
CMYK
RGB Variations
Color information
#BB5665 (or 0xBB5665) is known color: Blush. HEX triplet: BB, 56 and 65. RGB value is (187,86,101). Sum of RGB (Red+Green+Blue) = 187+86+101=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5665 is #44A99A. Grayscale: #757575. Windows color (decimal): -4499867 or 6641339. OLE color: 6641339.
HSL color Cylindrical-coordinate representation of color #BB5665: hue angle of 351.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5665 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 101 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.27 |
| HSL | 351.09º | 0.43% | 0.54% | - |
| HSV(B) | 351.09º | 0.54% | 0.73% | - |
| XYZ | 26.17 | 18.16 | 14.44 | - |
| YUV | 117.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 101 | 0 | 0.54 | 0.46 | 0.27 | 351.09 | 0.43 | 0.54 |
| Hex | BB | 56 | 65 | 0 | 36 | 2E | 1B | 15F | 2B | 36 |
| Octal | 273 | 126 | 145 | 0 | 66 | 56 | 33 | 537 | 53 | 66 |
| Binary | 10111011 | 1010110 | 1100101 | 0 | 110110 | 101110 | 11011 | 101011111 | 101011 | 110110 |
Color Harmonies of #BB5665
Complementary color
Monochromatic Colors of #BB5665
Black with #BB5665
Text Example
Text Example
White with #BB5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5665; }
p { color: rgb(187,86,101); }
H1.HeaderClassName
{
color: #BB5665;
}
.AnyTagClassName
{
color: #BB5665;
}
</style>
background-color css
<style>
a { background-color: #BB5665; }
a { background-color: rgb(187,86,101); }
div.DivClassName
{
background-color: #BB5665;
}
.BgClassName
{
background-color: #BB5665;
}
</style>
border-color css
<style>
span { border-color: #BB5665; }
span { border-color: rgb(187,86,101); }
td.TdClassName
{
border-color: #BB5665;
}
.TagClassName
{
border-color: #BB5665;
}
</style>