Shades of Royal Heath #BC4C76
Tints of Royal Heath #BC4C76
RGB
CMYK
RGB Variations
Color information
#BC4C76 (or 0xBC4C76) is known color: Royal Heath. HEX triplet: BC, 4C and 76. RGB value is (188,76,118). Sum of RGB (Red+Green+Blue) = 188+76+118=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C76 is #43B389. Grayscale: #727272. Windows color (decimal): -4436874 or 7752892. OLE color: 7752892.
HSL color Cylindrical-coordinate representation of color #BC4C76: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C76 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 118 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.26 |
| HSL | 337.5º | 0.46% | 0.52% | - |
| HSV(B) | 337.5º | 0.6% | 0.74% | - |
| XYZ | 26.59 | 17.17 | 19.05 | - |
| YUV | 114.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 118 | 0 | 0.60 | 0.37 | 0.26 | 337.5 | 0.46 | 0.52 |
| Hex | BC | 4C | 76 | 0 | 3C | 25 | 1A | 152 | 2E | 34 |
| Octal | 274 | 114 | 166 | 0 | 74 | 45 | 32 | 522 | 56 | 64 |
| Binary | 10111100 | 1001100 | 1110110 | 0 | 111100 | 100101 | 11010 | 101010010 | 101110 | 110100 |
Color Harmonies of #BC4C76
Complementary color
Monochromatic Colors of #BC4C76
Black with #BC4C76
Text Example
Text Example
White with #BC4C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C76; }
p { color: rgb(188,76,118); }
H1.HeaderClassName
{
color: #BC4C76;
}
.AnyTagClassName
{
color: #BC4C76;
}
</style>
background-color css
<style>
a { background-color: #BC4C76; }
a { background-color: rgb(188,76,118); }
div.DivClassName
{
background-color: #BC4C76;
}
.BgClassName
{
background-color: #BC4C76;
}
</style>
border-color css
<style>
span { border-color: #BC4C76; }
span { border-color: rgb(188,76,118); }
td.TdClassName
{
border-color: #BC4C76;
}
.TagClassName
{
border-color: #BC4C76;
}
</style>