Shades of Royal Heath #BC476F
Tints of Royal Heath #BC476F
RGB
CMYK
RGB Variations
Color information
#BC476F (or 0xBC476F) is known color: Royal Heath. HEX triplet: BC, 47 and 6F. RGB value is (188,71,111). Sum of RGB (Red+Green+Blue) = 188+71+111=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC476F is #43B890. Grayscale: #6E6E6E. Windows color (decimal): -4438161 or 7292860. OLE color: 7292860.
HSL color Cylindrical-coordinate representation of color #BC476F: hue angle of 339.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC476F is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 111 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.26 |
| HSL | 339.49º | 0.47% | 0.51% | - |
| HSV(B) | 339.49º | 0.62% | 0.74% | - |
| XYZ | 25.86 | 16.35 | 16.83 | - |
| YUV | 110.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 111 | 0 | 0.62 | 0.41 | 0.26 | 339.49 | 0.47 | 0.51 |
| Hex | BC | 47 | 6F | 0 | 3E | 29 | 1A | 153 | 2F | 33 |
| Octal | 274 | 107 | 157 | 0 | 76 | 51 | 32 | 523 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1101111 | 0 | 111110 | 101001 | 11010 | 101010011 | 101111 | 110011 |
Color Harmonies of #BC476F
Complementary color
Monochromatic Colors of #BC476F
Black with #BC476F
Text Example
Text Example
White with #BC476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC476F; }
p { color: rgb(188,71,111); }
H1.HeaderClassName
{
color: #BC476F;
}
.AnyTagClassName
{
color: #BC476F;
}
</style>
background-color css
<style>
a { background-color: #BC476F; }
a { background-color: rgb(188,71,111); }
div.DivClassName
{
background-color: #BC476F;
}
.BgClassName
{
background-color: #BC476F;
}
</style>
border-color css
<style>
span { border-color: #BC476F; }
span { border-color: rgb(188,71,111); }
td.TdClassName
{
border-color: #BC476F;
}
.TagClassName
{
border-color: #BC476F;
}
</style>