Shades of Royal Heath #BB3A72
Tints of Royal Heath #BB3A72
RGB
CMYK
RGB Variations
Color information
#BB3A72 (or 0xBB3A72) is known color: Royal Heath. HEX triplet: BB, 3A and 72. RGB value is (187,58,114). Sum of RGB (Red+Green+Blue) = 187+58+114=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A72 is #44C58D. Grayscale: #666666. Windows color (decimal): -4507022 or 7486139. OLE color: 7486139.
HSL color Cylindrical-coordinate representation of color #BB3A72: hue angle of 333.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3A72 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 114 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.27 |
| HSL | 333.95º | 0.53% | 0.48% | - |
| HSV(B) | 333.95º | 0.69% | 0.73% | - |
| XYZ | 25.04 | 14.81 | 17.46 | - |
| YUV | 102.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 114 | 0 | 0.69 | 0.39 | 0.27 | 333.95 | 0.53 | 0.48 |
| Hex | BB | 3A | 72 | 0 | 45 | 27 | 1B | 14E | 35 | 30 |
| Octal | 273 | 72 | 162 | 0 | 105 | 47 | 33 | 516 | 65 | 60 |
| Binary | 10111011 | 111010 | 1110010 | 0 | 1000101 | 100111 | 11011 | 101001110 | 110101 | 110000 |
Color Harmonies of #BB3A72
Complementary color
Monochromatic Colors of #BB3A72
Black with #BB3A72
Text Example
Text Example
White with #BB3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A72; }
p { color: rgb(187,58,114); }
H1.HeaderClassName
{
color: #BB3A72;
}
.AnyTagClassName
{
color: #BB3A72;
}
</style>
background-color css
<style>
a { background-color: #BB3A72; }
a { background-color: rgb(187,58,114); }
div.DivClassName
{
background-color: #BB3A72;
}
.BgClassName
{
background-color: #BB3A72;
}
</style>
border-color css
<style>
span { border-color: #BB3A72; }
span { border-color: rgb(187,58,114); }
td.TdClassName
{
border-color: #BB3A72;
}
.TagClassName
{
border-color: #BB3A72;
}
</style>