Shades of Royal Heath #BB4876
Tints of Royal Heath #BB4876
RGB
CMYK
RGB Variations
Color information
#BB4876 (or 0xBB4876) is known color: Royal Heath. HEX triplet: BB, 48 and 76. RGB value is (187,72,118). Sum of RGB (Red+Green+Blue) = 187+72+118=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4876 is #44B789. Grayscale: #6F6F6F. Windows color (decimal): -4503434 or 7751867. OLE color: 7751867.
HSL color Cylindrical-coordinate representation of color #BB4876: hue angle of 336º 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 #BB4876 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 118 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.27 |
| HSL | 336º | 0.46% | 0.51% | - |
| HSV(B) | 336º | 0.61% | 0.73% | - |
| XYZ | 26.08 | 16.51 | 18.95 | - |
| YUV | 111.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 118 | 0 | 0.61 | 0.37 | 0.27 | 336 | 0.46 | 0.51 |
| Hex | BB | 48 | 76 | 0 | 3D | 25 | 1B | 150 | 2E | 33 |
| Octal | 273 | 110 | 166 | 0 | 75 | 45 | 33 | 520 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1110110 | 0 | 111101 | 100101 | 11011 | 101010000 | 101110 | 110011 |
Color Harmonies of #BB4876
Complementary color
Monochromatic Colors of #BB4876
Black with #BB4876
Text Example
Text Example
White with #BB4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4876; }
p { color: rgb(187,72,118); }
H1.HeaderClassName
{
color: #BB4876;
}
.AnyTagClassName
{
color: #BB4876;
}
</style>
background-color css
<style>
a { background-color: #BB4876; }
a { background-color: rgb(187,72,118); }
div.DivClassName
{
background-color: #BB4876;
}
.BgClassName
{
background-color: #BB4876;
}
</style>
border-color css
<style>
span { border-color: #BB4876; }
span { border-color: rgb(187,72,118); }
td.TdClassName
{
border-color: #BB4876;
}
.TagClassName
{
border-color: #BB4876;
}
</style>