Shades of Royal Heath #BB4A6E
Tints of Royal Heath #BB4A6E
RGB
CMYK
RGB Variations
Color information
#BB4A6E (or 0xBB4A6E) is known color: Royal Heath. HEX triplet: BB, 4A and 6E. RGB value is (187,74,110). Sum of RGB (Red+Green+Blue) = 187+74+110=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A6E is #44B591. Grayscale: #6F6F6F. Windows color (decimal): -4502930 or 7228091. OLE color: 7228091.
HSL color Cylindrical-coordinate representation of color #BB4A6E: hue angle of 340.88º 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 #BB4A6E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 110 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.27 |
| HSL | 340.88º | 0.45% | 0.51% | - |
| HSV(B) | 340.88º | 0.6% | 0.73% | - |
| XYZ | 25.76 | 16.59 | 16.6 | - |
| YUV | 111.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 110 | 0 | 0.60 | 0.41 | 0.27 | 340.88 | 0.45 | 0.51 |
| Hex | BB | 4A | 6E | 0 | 3C | 29 | 1B | 155 | 2D | 33 |
| Octal | 273 | 112 | 156 | 0 | 74 | 51 | 33 | 525 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1101110 | 0 | 111100 | 101001 | 11011 | 101010101 | 101101 | 110011 |
Color Harmonies of #BB4A6E
Complementary color
Monochromatic Colors of #BB4A6E
Black with #BB4A6E
Text Example
Text Example
White with #BB4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A6E; }
p { color: rgb(187,74,110); }
H1.HeaderClassName
{
color: #BB4A6E;
}
.AnyTagClassName
{
color: #BB4A6E;
}
</style>
background-color css
<style>
a { background-color: #BB4A6E; }
a { background-color: rgb(187,74,110); }
div.DivClassName
{
background-color: #BB4A6E;
}
.BgClassName
{
background-color: #BB4A6E;
}
</style>
border-color css
<style>
span { border-color: #BB4A6E; }
span { border-color: rgb(187,74,110); }
td.TdClassName
{
border-color: #BB4A6E;
}
.TagClassName
{
border-color: #BB4A6E;
}
</style>