Shades of Blush #BB4860
Tints of Blush #BB4860
RGB
CMYK
RGB Variations
Color information
#BB4860 (or 0xBB4860) is known color: Blush. HEX triplet: BB, 48 and 60. RGB value is (187,72,96). Sum of RGB (Red+Green+Blue) = 187+72+96=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4860 is #44B79F. Grayscale: #6D6D6D. Windows color (decimal): -4503456 or 6310075. OLE color: 6310075.
HSL color Cylindrical-coordinate representation of color #BB4860: hue angle of 347.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4860 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 96 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.27 |
| HSL | 347.48º | 0.46% | 0.51% | - |
| HSV(B) | 347.48º | 0.61% | 0.73% | - |
| XYZ | 24.92 | 16.04 | 12.85 | - |
| YUV | 109.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 96 | 0 | 0.61 | 0.49 | 0.27 | 347.48 | 0.46 | 0.51 |
| Hex | BB | 48 | 60 | 0 | 3D | 31 | 1B | 15B | 2E | 33 |
| Octal | 273 | 110 | 140 | 0 | 75 | 61 | 33 | 533 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1100000 | 0 | 111101 | 110001 | 11011 | 101011011 | 101110 | 110011 |
Color Harmonies of #BB4860
Complementary color
Monochromatic Colors of #BB4860
Black with #BB4860
Text Example
Text Example
White with #BB4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4860; }
p { color: rgb(187,72,96); }
H1.HeaderClassName
{
color: #BB4860;
}
.AnyTagClassName
{
color: #BB4860;
}
</style>
background-color css
<style>
a { background-color: #BB4860; }
a { background-color: rgb(187,72,96); }
div.DivClassName
{
background-color: #BB4860;
}
.BgClassName
{
background-color: #BB4860;
}
</style>
border-color css
<style>
span { border-color: #BB4860; }
span { border-color: rgb(187,72,96); }
td.TdClassName
{
border-color: #BB4860;
}
.TagClassName
{
border-color: #BB4860;
}
</style>