Shades of Royal Heath #BC4370
Tints of Royal Heath #BC4370
RGB
CMYK
RGB Variations
Color information
#BC4370 (or 0xBC4370) is known color: Royal Heath. HEX triplet: BC, 43 and 70. RGB value is (188,67,112). Sum of RGB (Red+Green+Blue) = 188+67+112=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4370 is #43BC8F. Grayscale: #6C6C6C. Windows color (decimal): -4439184 or 7357372. OLE color: 7357372.
HSL color Cylindrical-coordinate representation of color #BC4370: hue angle of 337.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4370 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 112 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.26 |
| HSL | 337.69º | 0.47% | 0.5% | - |
| HSV(B) | 337.69º | 0.64% | 0.74% | - |
| XYZ | 25.67 | 15.88 | 17.04 | - |
| YUV | 108.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 112 | 0 | 0.64 | 0.40 | 0.26 | 337.69 | 0.47 | 0.5 |
| Hex | BC | 43 | 70 | 0 | 40 | 28 | 1A | 152 | 2F | 32 |
| Octal | 274 | 103 | 160 | 0 | 100 | 50 | 32 | 522 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1110000 | 0 | 1000000 | 101000 | 11010 | 101010010 | 101111 | 110010 |
Color Harmonies of #BC4370
Complementary color
Monochromatic Colors of #BC4370
Black with #BC4370
Text Example
Text Example
White with #BC4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4370; }
p { color: rgb(188,67,112); }
H1.HeaderClassName
{
color: #BC4370;
}
.AnyTagClassName
{
color: #BC4370;
}
</style>
background-color css
<style>
a { background-color: #BC4370; }
a { background-color: rgb(188,67,112); }
div.DivClassName
{
background-color: #BC4370;
}
.BgClassName
{
background-color: #BC4370;
}
</style>
border-color css
<style>
span { border-color: #BC4370; }
span { border-color: rgb(188,67,112); }
td.TdClassName
{
border-color: #BC4370;
}
.TagClassName
{
border-color: #BC4370;
}
</style>