Shades of Royal Heath #BC5976
Tints of Royal Heath #BC5976
RGB
CMYK
RGB Variations
Color information
#BC5976 (or 0xBC5976) is known color: Royal Heath. HEX triplet: BC, 59 and 76. RGB value is (188,89,118). Sum of RGB (Red+Green+Blue) = 188+89+118=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5976 is #43A689. Grayscale: #797979. Windows color (decimal): -4433546 or 7756220. OLE color: 7756220.
HSL color Cylindrical-coordinate representation of color #BC5976: hue angle of 342.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5976 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 118 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.26 |
| HSL | 342.42º | 0.42% | 0.54% | - |
| HSV(B) | 342.42º | 0.53% | 0.74% | - |
| XYZ | 27.58 | 19.14 | 19.38 | - |
| YUV | 121.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 118 | 0 | 0.53 | 0.37 | 0.26 | 342.42 | 0.42 | 0.54 |
| Hex | BC | 59 | 76 | 0 | 35 | 25 | 1A | 156 | 2A | 36 |
| Octal | 274 | 131 | 166 | 0 | 65 | 45 | 32 | 526 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110110 | 0 | 110101 | 100101 | 11010 | 101010110 | 101010 | 110110 |
Color Harmonies of #BC5976
Complementary color
Monochromatic Colors of #BC5976
Black with #BC5976
Text Example
Text Example
White with #BC5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5976; }
p { color: rgb(188,89,118); }
H1.HeaderClassName
{
color: #BC5976;
}
.AnyTagClassName
{
color: #BC5976;
}
</style>
background-color css
<style>
a { background-color: #BC5976; }
a { background-color: rgb(188,89,118); }
div.DivClassName
{
background-color: #BC5976;
}
.BgClassName
{
background-color: #BC5976;
}
</style>
border-color css
<style>
span { border-color: #BC5976; }
span { border-color: rgb(188,89,118); }
td.TdClassName
{
border-color: #BC5976;
}
.TagClassName
{
border-color: #BC5976;
}
</style>