Shades of Royal Heath #BB4A70
Tints of Royal Heath #BB4A70
RGB
CMYK
RGB Variations
Color information
#BB4A70 (or 0xBB4A70) is known color: Royal Heath. HEX triplet: BB, 4A and 70. RGB value is (187,74,112). Sum of RGB (Red+Green+Blue) = 187+74+112=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A70 is #44B58F. Grayscale: #707070. Windows color (decimal): -4502928 or 7359163. OLE color: 7359163.
HSL color Cylindrical-coordinate representation of color #BB4A70: hue angle of 339.82º 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 #BB4A70 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 112 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.27 |
| HSL | 339.82º | 0.45% | 0.51% | - |
| HSV(B) | 339.82º | 0.6% | 0.73% | - |
| XYZ | 25.87 | 16.63 | 17.18 | - |
| YUV | 112.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 112 | 0 | 0.60 | 0.40 | 0.27 | 339.82 | 0.45 | 0.51 |
| Hex | BB | 4A | 70 | 0 | 3C | 28 | 1B | 154 | 2D | 33 |
| Octal | 273 | 112 | 160 | 0 | 74 | 50 | 33 | 524 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1110000 | 0 | 111100 | 101000 | 11011 | 101010100 | 101101 | 110011 |
Color Harmonies of #BB4A70
Complementary color
Monochromatic Colors of #BB4A70
Black with #BB4A70
Text Example
Text Example
White with #BB4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A70; }
p { color: rgb(187,74,112); }
H1.HeaderClassName
{
color: #BB4A70;
}
.AnyTagClassName
{
color: #BB4A70;
}
</style>
background-color css
<style>
a { background-color: #BB4A70; }
a { background-color: rgb(187,74,112); }
div.DivClassName
{
background-color: #BB4A70;
}
.BgClassName
{
background-color: #BB4A70;
}
</style>
border-color css
<style>
span { border-color: #BB4A70; }
span { border-color: rgb(187,74,112); }
td.TdClassName
{
border-color: #BB4A70;
}
.TagClassName
{
border-color: #BB4A70;
}
</style>