Shades of Royal Heath #BB5976
Tints of Royal Heath #BB5976
RGB
CMYK
RGB Variations
Color information
#BB5976 (or 0xBB5976) is known color: Royal Heath. HEX triplet: BB, 59 and 76. RGB value is (187,89,118). Sum of RGB (Red+Green+Blue) = 187+89+118=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5976 is #44A689. Grayscale: #797979. Windows color (decimal): -4499082 or 7756219. OLE color: 7756219.
HSL color Cylindrical-coordinate representation of color #BB5976: hue angle of 342.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5976 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 118 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.27 |
| HSL | 342.24º | 0.42% | 0.54% | - |
| HSV(B) | 342.24º | 0.52% | 0.73% | - |
| XYZ | 27.34 | 19.02 | 19.37 | - |
| YUV | 121.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 118 | 0 | 0.52 | 0.37 | 0.27 | 342.24 | 0.42 | 0.54 |
| Hex | BB | 59 | 76 | 0 | 34 | 25 | 1B | 156 | 2A | 36 |
| Octal | 273 | 131 | 166 | 0 | 64 | 45 | 33 | 526 | 52 | 66 |
| Binary | 10111011 | 1011001 | 1110110 | 0 | 110100 | 100101 | 11011 | 101010110 | 101010 | 110110 |
Color Harmonies of #BB5976
Complementary color
Monochromatic Colors of #BB5976
Black with #BB5976
Text Example
Text Example
White with #BB5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5976; }
p { color: rgb(187,89,118); }
H1.HeaderClassName
{
color: #BB5976;
}
.AnyTagClassName
{
color: #BB5976;
}
</style>
background-color css
<style>
a { background-color: #BB5976; }
a { background-color: rgb(187,89,118); }
div.DivClassName
{
background-color: #BB5976;
}
.BgClassName
{
background-color: #BB5976;
}
</style>
border-color css
<style>
span { border-color: #BB5976; }
span { border-color: rgb(187,89,118); }
td.TdClassName
{
border-color: #BB5976;
}
.TagClassName
{
border-color: #BB5976;
}
</style>