Shades of Royal Heath #BC4970
Tints of Royal Heath #BC4970
RGB
CMYK
RGB Variations
Color information
#BC4970 (or 0xBC4970) is known color: Royal Heath. HEX triplet: BC, 49 and 70. RGB value is (188,73,112). Sum of RGB (Red+Green+Blue) = 188+73+112=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4970 is #43B68F. Grayscale: #6F6F6F. Windows color (decimal): -4437648 or 7358908. OLE color: 7358908.
HSL color Cylindrical-coordinate representation of color #BC4970: hue angle of 339.65º 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 #BC4970 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 112 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.26 |
| HSL | 339.65º | 0.46% | 0.51% | - |
| HSV(B) | 339.65º | 0.61% | 0.74% | - |
| XYZ | 26.05 | 16.63 | 17.17 | - |
| YUV | 111.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 112 | 0 | 0.61 | 0.40 | 0.26 | 339.65 | 0.46 | 0.51 |
| Hex | BC | 49 | 70 | 0 | 3D | 28 | 1A | 154 | 2E | 33 |
| Octal | 274 | 111 | 160 | 0 | 75 | 50 | 32 | 524 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1110000 | 0 | 111101 | 101000 | 11010 | 101010100 | 101110 | 110011 |
Color Harmonies of #BC4970
Complementary color
Monochromatic Colors of #BC4970
Black with #BC4970
Text Example
Text Example
White with #BC4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4970; }
p { color: rgb(188,73,112); }
H1.HeaderClassName
{
color: #BC4970;
}
.AnyTagClassName
{
color: #BC4970;
}
</style>
background-color css
<style>
a { background-color: #BC4970; }
a { background-color: rgb(188,73,112); }
div.DivClassName
{
background-color: #BC4970;
}
.BgClassName
{
background-color: #BC4970;
}
</style>
border-color css
<style>
span { border-color: #BC4970; }
span { border-color: rgb(188,73,112); }
td.TdClassName
{
border-color: #BC4970;
}
.TagClassName
{
border-color: #BC4970;
}
</style>