Shades of Royal Heath #BC4672
Tints of Royal Heath #BC4672
RGB
CMYK
RGB Variations
Color information
#BC4672 (or 0xBC4672) is known color: Royal Heath. HEX triplet: BC, 46 and 72. RGB value is (188,70,114). Sum of RGB (Red+Green+Blue) = 188+70+114=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4672 is #43B98D. Grayscale: #6E6E6E. Windows color (decimal): -4438414 or 7489212. OLE color: 7489212.
HSL color Cylindrical-coordinate representation of color #BC4672: hue angle of 337.63º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4672 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 114 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.26 |
| HSL | 337.63º | 0.47% | 0.51% | - |
| HSV(B) | 337.63º | 0.63% | 0.74% | - |
| XYZ | 25.97 | 16.29 | 17.69 | - |
| YUV | 110.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 114 | 0 | 0.63 | 0.39 | 0.26 | 337.63 | 0.47 | 0.51 |
| Hex | BC | 46 | 72 | 0 | 3F | 27 | 1A | 152 | 2F | 33 |
| Octal | 274 | 106 | 162 | 0 | 77 | 47 | 32 | 522 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1110010 | 0 | 111111 | 100111 | 11010 | 101010010 | 101111 | 110011 |
Color Harmonies of #BC4672
Complementary color
Monochromatic Colors of #BC4672
Black with #BC4672
Text Example
Text Example
White with #BC4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4672; }
p { color: rgb(188,70,114); }
H1.HeaderClassName
{
color: #BC4672;
}
.AnyTagClassName
{
color: #BC4672;
}
</style>
background-color css
<style>
a { background-color: #BC4672; }
a { background-color: rgb(188,70,114); }
div.DivClassName
{
background-color: #BC4672;
}
.BgClassName
{
background-color: #BC4672;
}
</style>
border-color css
<style>
span { border-color: #BC4672; }
span { border-color: rgb(188,70,114); }
td.TdClassName
{
border-color: #BC4672;
}
.TagClassName
{
border-color: #BC4672;
}
</style>