Shades of Royal Heath #BC366D
Tints of Royal Heath #BC366D
RGB
CMYK
RGB Variations
Color information
#BC366D (or 0xBC366D) is known color: Royal Heath. HEX triplet: BC, 36 and 6D. RGB value is (188,54,109). Sum of RGB (Red+Green+Blue) = 188+54+109=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC366D is #43C992. Grayscale: #646464. Windows color (decimal): -4442515 or 7157436. OLE color: 7157436.
HSL color Cylindrical-coordinate representation of color #BC366D: hue angle of 335.37º 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 #BC366D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 109 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.26 |
| HSL | 335.37º | 0.55% | 0.47% | - |
| HSV(B) | 335.37º | 0.71% | 0.74% | - |
| XYZ | 24.82 | 14.43 | 15.95 | - |
| YUV | 100.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 109 | 0 | 0.71 | 0.42 | 0.26 | 335.37 | 0.55 | 0.47 |
| Hex | BC | 36 | 6D | 0 | 47 | 2A | 1A | 14F | 37 | 2F |
| Octal | 274 | 66 | 155 | 0 | 107 | 52 | 32 | 517 | 67 | 57 |
| Binary | 10111100 | 110110 | 1101101 | 0 | 1000111 | 101010 | 11010 | 101001111 | 110111 | 101111 |
Color Harmonies of #BC366D
Complementary color
Monochromatic Colors of #BC366D
Black with #BC366D
Text Example
Text Example
White with #BC366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC366D; }
p { color: rgb(188,54,109); }
H1.HeaderClassName
{
color: #BC366D;
}
.AnyTagClassName
{
color: #BC366D;
}
</style>
background-color css
<style>
a { background-color: #BC366D; }
a { background-color: rgb(188,54,109); }
div.DivClassName
{
background-color: #BC366D;
}
.BgClassName
{
background-color: #BC366D;
}
</style>
border-color css
<style>
span { border-color: #BC366D; }
span { border-color: rgb(188,54,109); }
td.TdClassName
{
border-color: #BC366D;
}
.TagClassName
{
border-color: #BC366D;
}
</style>