Shades of Royal Heath #BB4D77
Tints of Royal Heath #BB4D77
RGB
CMYK
RGB Variations
Color information
#BB4D77 (or 0xBB4D77) is known color: Royal Heath. HEX triplet: BB, 4D and 77. RGB value is (187,77,119). Sum of RGB (Red+Green+Blue) = 187+77+119=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D77 is #44B288. Grayscale: #727272. Windows color (decimal): -4502153 or 7818683. OLE color: 7818683.
HSL color Cylindrical-coordinate representation of color #BB4D77: hue angle of 337.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D77 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 119 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.27 |
| HSL | 337.09º | 0.45% | 0.52% | - |
| HSV(B) | 337.09º | 0.59% | 0.73% | - |
| XYZ | 26.48 | 17.2 | 19.38 | - |
| YUV | 114.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 119 | 0 | 0.59 | 0.36 | 0.27 | 337.09 | 0.45 | 0.52 |
| Hex | BB | 4D | 77 | 0 | 3B | 24 | 1B | 151 | 2D | 34 |
| Octal | 273 | 115 | 167 | 0 | 73 | 44 | 33 | 521 | 55 | 64 |
| Binary | 10111011 | 1001101 | 1110111 | 0 | 111011 | 100100 | 11011 | 101010001 | 101101 | 110100 |
Color Harmonies of #BB4D77
Complementary color
Monochromatic Colors of #BB4D77
Black with #BB4D77
Text Example
Text Example
White with #BB4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D77; }
p { color: rgb(187,77,119); }
H1.HeaderClassName
{
color: #BB4D77;
}
.AnyTagClassName
{
color: #BB4D77;
}
</style>
background-color css
<style>
a { background-color: #BB4D77; }
a { background-color: rgb(187,77,119); }
div.DivClassName
{
background-color: #BB4D77;
}
.BgClassName
{
background-color: #BB4D77;
}
</style>
border-color css
<style>
span { border-color: #BB4D77; }
span { border-color: rgb(187,77,119); }
td.TdClassName
{
border-color: #BB4D77;
}
.TagClassName
{
border-color: #BB4D77;
}
</style>