Shades of Royal Heath #BC366E
Tints of Royal Heath #BC366E
RGB
CMYK
RGB Variations
Color information
#BC366E (or 0xBC366E) is known color: Royal Heath. HEX triplet: BC, 36 and 6E. RGB value is (188,54,110). Sum of RGB (Red+Green+Blue) = 188+54+110=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC366E is #43C991. Grayscale: #646464. Windows color (decimal): -4442514 or 7222972. OLE color: 7222972.
HSL color Cylindrical-coordinate representation of color #BC366E: hue angle of 334.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC366E is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 110 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.26 |
| HSL | 334.93º | 0.55% | 0.47% | - |
| HSV(B) | 334.93º | 0.71% | 0.74% | - |
| XYZ | 24.87 | 14.46 | 16.23 | - |
| YUV | 100.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 110 | 0 | 0.71 | 0.41 | 0.26 | 334.93 | 0.55 | 0.47 |
| Hex | BC | 36 | 6E | 0 | 47 | 29 | 1A | 14F | 37 | 2F |
| Octal | 274 | 66 | 156 | 0 | 107 | 51 | 32 | 517 | 67 | 57 |
| Binary | 10111100 | 110110 | 1101110 | 0 | 1000111 | 101001 | 11010 | 101001111 | 110111 | 101111 |
Color Harmonies of #BC366E
Complementary color
Monochromatic Colors of #BC366E
Black with #BC366E
Text Example
Text Example
White with #BC366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC366E; }
p { color: rgb(188,54,110); }
H1.HeaderClassName
{
color: #BC366E;
}
.AnyTagClassName
{
color: #BC366E;
}
</style>
background-color css
<style>
a { background-color: #BC366E; }
a { background-color: rgb(188,54,110); }
div.DivClassName
{
background-color: #BC366E;
}
.BgClassName
{
background-color: #BC366E;
}
</style>
border-color css
<style>
span { border-color: #BC366E; }
span { border-color: rgb(188,54,110); }
td.TdClassName
{
border-color: #BC366E;
}
.TagClassName
{
border-color: #BC366E;
}
</style>