Shades of Royal Heath #BC4376
Tints of Royal Heath #BC4376
RGB
CMYK
RGB Variations
Color information
#BC4376 (or 0xBC4376) is known color: Royal Heath. HEX triplet: BC, 43 and 76. RGB value is (188,67,118). Sum of RGB (Red+Green+Blue) = 188+67+118=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4376 is #43BC89. Grayscale: #6C6C6C. Windows color (decimal): -4439178 or 7750588. OLE color: 7750588.
HSL color Cylindrical-coordinate representation of color #BC4376: hue angle of 334.71º 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 #BC4376 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 118 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.26 |
| HSL | 334.71º | 0.47% | 0.5% | - |
| HSV(B) | 334.71º | 0.64% | 0.74% | - |
| XYZ | 26.02 | 16.01 | 18.86 | - |
| YUV | 108.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 118 | 0 | 0.64 | 0.37 | 0.26 | 334.71 | 0.47 | 0.5 |
| Hex | BC | 43 | 76 | 0 | 40 | 25 | 1A | 14F | 2F | 32 |
| Octal | 274 | 103 | 166 | 0 | 100 | 45 | 32 | 517 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1110110 | 0 | 1000000 | 100101 | 11010 | 101001111 | 101111 | 110010 |
Color Harmonies of #BC4376
Complementary color
Monochromatic Colors of #BC4376
Black with #BC4376
Text Example
Text Example
White with #BC4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4376; }
p { color: rgb(188,67,118); }
H1.HeaderClassName
{
color: #BC4376;
}
.AnyTagClassName
{
color: #BC4376;
}
</style>
background-color css
<style>
a { background-color: #BC4376; }
a { background-color: rgb(188,67,118); }
div.DivClassName
{
background-color: #BC4376;
}
.BgClassName
{
background-color: #BC4376;
}
</style>
border-color css
<style>
span { border-color: #BC4376; }
span { border-color: rgb(188,67,118); }
td.TdClassName
{
border-color: #BC4376;
}
.TagClassName
{
border-color: #BC4376;
}
</style>