Shades of Royal Heath #BC5977
Tints of Royal Heath #BC5977
RGB
CMYK
RGB Variations
Color information
#BC5977 (or 0xBC5977) is known color: Royal Heath. HEX triplet: BC, 59 and 77. RGB value is (188,89,119). Sum of RGB (Red+Green+Blue) = 188+89+119=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5977 is #43A688. Grayscale: #7A7A7A. Windows color (decimal): -4433545 or 7821756. OLE color: 7821756.
HSL color Cylindrical-coordinate representation of color #BC5977: hue angle of 341.82º 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 #BC5977 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 119 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.26 |
| HSL | 341.82º | 0.42% | 0.54% | - |
| HSV(B) | 341.82º | 0.53% | 0.74% | - |
| XYZ | 27.64 | 19.17 | 19.7 | - |
| YUV | 122.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 119 | 0 | 0.53 | 0.37 | 0.26 | 341.82 | 0.42 | 0.54 |
| Hex | BC | 59 | 77 | 0 | 35 | 25 | 1A | 156 | 2A | 36 |
| Octal | 274 | 131 | 167 | 0 | 65 | 45 | 32 | 526 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1110111 | 0 | 110101 | 100101 | 11010 | 101010110 | 101010 | 110110 |
Color Harmonies of #BC5977
Complementary color
Monochromatic Colors of #BC5977
Black with #BC5977
Text Example
Text Example
White with #BC5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5977; }
p { color: rgb(188,89,119); }
H1.HeaderClassName
{
color: #BC5977;
}
.AnyTagClassName
{
color: #BC5977;
}
</style>
background-color css
<style>
a { background-color: #BC5977; }
a { background-color: rgb(188,89,119); }
div.DivClassName
{
background-color: #BC5977;
}
.BgClassName
{
background-color: #BC5977;
}
</style>
border-color css
<style>
span { border-color: #BC5977; }
span { border-color: rgb(188,89,119); }
td.TdClassName
{
border-color: #BC5977;
}
.TagClassName
{
border-color: #BC5977;
}
</style>