Shades of Royal Heath #BC4976
Tints of Royal Heath #BC4976
RGB
CMYK
RGB Variations
Color information
#BC4976 (or 0xBC4976) is known color: Royal Heath. HEX triplet: BC, 49 and 76. RGB value is (188,73,118). Sum of RGB (Red+Green+Blue) = 188+73+118=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4976 is #43B689. Grayscale: #707070. Windows color (decimal): -4437642 or 7752124. OLE color: 7752124.
HSL color Cylindrical-coordinate representation of color #BC4976: hue angle of 336.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4976 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 118 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.26 |
| HSL | 336.52º | 0.46% | 0.51% | - |
| HSV(B) | 336.52º | 0.61% | 0.74% | - |
| XYZ | 26.39 | 16.76 | 18.98 | - |
| YUV | 112.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 118 | 0 | 0.61 | 0.37 | 0.26 | 336.52 | 0.46 | 0.51 |
| Hex | BC | 49 | 76 | 0 | 3D | 25 | 1A | 151 | 2E | 33 |
| Octal | 274 | 111 | 166 | 0 | 75 | 45 | 32 | 521 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1110110 | 0 | 111101 | 100101 | 11010 | 101010001 | 101110 | 110011 |
Color Harmonies of #BC4976
Complementary color
Monochromatic Colors of #BC4976
Black with #BC4976
Text Example
Text Example
White with #BC4976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4976; }
p { color: rgb(188,73,118); }
H1.HeaderClassName
{
color: #BC4976;
}
.AnyTagClassName
{
color: #BC4976;
}
</style>
background-color css
<style>
a { background-color: #BC4976; }
a { background-color: rgb(188,73,118); }
div.DivClassName
{
background-color: #BC4976;
}
.BgClassName
{
background-color: #BC4976;
}
</style>
border-color css
<style>
span { border-color: #BC4976; }
span { border-color: rgb(188,73,118); }
td.TdClassName
{
border-color: #BC4976;
}
.TagClassName
{
border-color: #BC4976;
}
</style>