Shades of Royal Heath #BC4971
Tints of Royal Heath #BC4971
RGB
CMYK
RGB Variations
Color information
#BC4971 (or 0xBC4971) is known color: Royal Heath. HEX triplet: BC, 49 and 71. RGB value is (188,73,113). Sum of RGB (Red+Green+Blue) = 188+73+113=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4971 is #43B68E. Grayscale: #6F6F6F. Windows color (decimal): -4437647 or 7424444. OLE color: 7424444.
HSL color Cylindrical-coordinate representation of color #BC4971: hue angle of 339.13º 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 #BC4971 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 113 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.26 |
| HSL | 339.13º | 0.46% | 0.51% | - |
| HSV(B) | 339.13º | 0.61% | 0.74% | - |
| XYZ | 26.1 | 16.65 | 17.46 | - |
| YUV | 111.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 113 | 0 | 0.61 | 0.40 | 0.26 | 339.13 | 0.46 | 0.51 |
| Hex | BC | 49 | 71 | 0 | 3D | 28 | 1A | 153 | 2E | 33 |
| Octal | 274 | 111 | 161 | 0 | 75 | 50 | 32 | 523 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1110001 | 0 | 111101 | 101000 | 11010 | 101010011 | 101110 | 110011 |
Color Harmonies of #BC4971
Complementary color
Monochromatic Colors of #BC4971
Black with #BC4971
Text Example
Text Example
White with #BC4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4971; }
p { color: rgb(188,73,113); }
H1.HeaderClassName
{
color: #BC4971;
}
.AnyTagClassName
{
color: #BC4971;
}
</style>
background-color css
<style>
a { background-color: #BC4971; }
a { background-color: rgb(188,73,113); }
div.DivClassName
{
background-color: #BC4971;
}
.BgClassName
{
background-color: #BC4971;
}
</style>
border-color css
<style>
span { border-color: #BC4971; }
span { border-color: rgb(188,73,113); }
td.TdClassName
{
border-color: #BC4971;
}
.TagClassName
{
border-color: #BC4971;
}
</style>