Shades of Royal Heath #BB4476
Tints of Royal Heath #BB4476
RGB
CMYK
RGB Variations
Color information
#BB4476 (or 0xBB4476) is known color: Royal Heath. HEX triplet: BB, 44 and 76. RGB value is (187,68,118). Sum of RGB (Red+Green+Blue) = 187+68+118=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4476 is #44BB89. Grayscale: #6D6D6D. Windows color (decimal): -4504458 or 7750843. OLE color: 7750843.
HSL color Cylindrical-coordinate representation of color #BB4476: hue angle of 334.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4476 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 118 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.27 |
| HSL | 334.79º | 0.47% | 0.5% | - |
| HSV(B) | 334.79º | 0.64% | 0.73% | - |
| XYZ | 25.83 | 16.01 | 18.87 | - |
| YUV | 109.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 118 | 0 | 0.64 | 0.37 | 0.27 | 334.79 | 0.47 | 0.5 |
| Hex | BB | 44 | 76 | 0 | 40 | 25 | 1B | 14F | 2F | 32 |
| Octal | 273 | 104 | 166 | 0 | 100 | 45 | 33 | 517 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1110110 | 0 | 1000000 | 100101 | 11011 | 101001111 | 101111 | 110010 |
Color Harmonies of #BB4476
Complementary color
Monochromatic Colors of #BB4476
Black with #BB4476
Text Example
Text Example
White with #BB4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4476; }
p { color: rgb(187,68,118); }
H1.HeaderClassName
{
color: #BB4476;
}
.AnyTagClassName
{
color: #BB4476;
}
</style>
background-color css
<style>
a { background-color: #BB4476; }
a { background-color: rgb(187,68,118); }
div.DivClassName
{
background-color: #BB4476;
}
.BgClassName
{
background-color: #BB4476;
}
</style>
border-color css
<style>
span { border-color: #BB4476; }
span { border-color: rgb(187,68,118); }
td.TdClassName
{
border-color: #BB4476;
}
.TagClassName
{
border-color: #BB4476;
}
</style>