Shades of Royal Heath #BB4A77
Tints of Royal Heath #BB4A77
RGB
CMYK
RGB Variations
Color information
#BB4A77 (or 0xBB4A77) is known color: Royal Heath. HEX triplet: BB, 4A and 77. RGB value is (187,74,119). Sum of RGB (Red+Green+Blue) = 187+74+119=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A77 is #44B588. Grayscale: #707070. Windows color (decimal): -4502921 or 7817915. OLE color: 7817915.
HSL color Cylindrical-coordinate representation of color #BB4A77: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A77 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 119 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.27 |
| HSL | 336.11º | 0.45% | 0.51% | - |
| HSV(B) | 336.11º | 0.6% | 0.73% | - |
| XYZ | 26.27 | 16.79 | 19.31 | - |
| YUV | 112.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 119 | 0 | 0.60 | 0.36 | 0.27 | 336.11 | 0.45 | 0.51 |
| Hex | BB | 4A | 77 | 0 | 3C | 24 | 1B | 150 | 2D | 33 |
| Octal | 273 | 112 | 167 | 0 | 74 | 44 | 33 | 520 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1110111 | 0 | 111100 | 100100 | 11011 | 101010000 | 101101 | 110011 |
Color Harmonies of #BB4A77
Complementary color
Monochromatic Colors of #BB4A77
Black with #BB4A77
Text Example
Text Example
White with #BB4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A77; }
p { color: rgb(187,74,119); }
H1.HeaderClassName
{
color: #BB4A77;
}
.AnyTagClassName
{
color: #BB4A77;
}
</style>
background-color css
<style>
a { background-color: #BB4A77; }
a { background-color: rgb(187,74,119); }
div.DivClassName
{
background-color: #BB4A77;
}
.BgClassName
{
background-color: #BB4A77;
}
</style>
border-color css
<style>
span { border-color: #BB4A77; }
span { border-color: rgb(187,74,119); }
td.TdClassName
{
border-color: #BB4A77;
}
.TagClassName
{
border-color: #BB4A77;
}
</style>