Shades of Royal Heath #BB4672
Tints of Royal Heath #BB4672
RGB
CMYK
RGB Variations
Color information
#BB4672 (or 0xBB4672) is known color: Royal Heath. HEX triplet: BB, 46 and 72. RGB value is (187,70,114). Sum of RGB (Red+Green+Blue) = 187+70+114=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4672 is #44B98D. Grayscale: #6D6D6D. Windows color (decimal): -4503950 or 7489211. OLE color: 7489211.
HSL color Cylindrical-coordinate representation of color #BB4672: hue angle of 337.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4672 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 114 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.27 |
| HSL | 337.44º | 0.46% | 0.5% | - |
| HSV(B) | 337.44º | 0.63% | 0.73% | - |
| XYZ | 25.72 | 16.16 | 17.68 | - |
| YUV | 110 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 114 | 0 | 0.63 | 0.39 | 0.27 | 337.44 | 0.46 | 0.5 |
| Hex | BB | 46 | 72 | 0 | 3F | 27 | 1B | 151 | 2E | 32 |
| Octal | 273 | 106 | 162 | 0 | 77 | 47 | 33 | 521 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1110010 | 0 | 111111 | 100111 | 11011 | 101010001 | 101110 | 110010 |
Color Harmonies of #BB4672
Complementary color
Monochromatic Colors of #BB4672
Black with #BB4672
Text Example
Text Example
White with #BB4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4672; }
p { color: rgb(187,70,114); }
H1.HeaderClassName
{
color: #BB4672;
}
.AnyTagClassName
{
color: #BB4672;
}
</style>
background-color css
<style>
a { background-color: #BB4672; }
a { background-color: rgb(187,70,114); }
div.DivClassName
{
background-color: #BB4672;
}
.BgClassName
{
background-color: #BB4672;
}
</style>
border-color css
<style>
span { border-color: #BB4672; }
span { border-color: rgb(187,70,114); }
td.TdClassName
{
border-color: #BB4672;
}
.TagClassName
{
border-color: #BB4672;
}
</style>