Shades of Royal Heath #BE366C
Tints of Royal Heath #BE366C
RGB
CMYK
RGB Variations
Color information
#BE366C (or 0xBE366C) is known color: Royal Heath. HEX triplet: BE, 36 and 6C. RGB value is (190,54,108). Sum of RGB (Red+Green+Blue) = 190+54+108=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE366C is #41C993. Grayscale: #646464. Windows color (decimal): -4311444 or 7091902. OLE color: 7091902.
HSL color Cylindrical-coordinate representation of color #BE366C: hue angle of 336.18º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE366C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 108 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.25 |
| HSL | 336.18º | 0.56% | 0.48% | - |
| HSV(B) | 336.18º | 0.72% | 0.75% | - |
| XYZ | 25.26 | 14.67 | 15.69 | - |
| YUV | 100.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 108 | 0 | 0.72 | 0.43 | 0.25 | 336.18 | 0.56 | 0.48 |
| Hex | BE | 36 | 6C | 0 | 48 | 2B | 19 | 150 | 38 | 30 |
| Octal | 276 | 66 | 154 | 0 | 110 | 53 | 31 | 520 | 70 | 60 |
| Binary | 10111110 | 110110 | 1101100 | 0 | 1001000 | 101011 | 11001 | 101010000 | 111000 | 110000 |
Color Harmonies of #BE366C
Complementary color
Monochromatic Colors of #BE366C
Black with #BE366C
Text Example
Text Example
White with #BE366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE366C; }
p { color: rgb(190,54,108); }
H1.HeaderClassName
{
color: #BE366C;
}
.AnyTagClassName
{
color: #BE366C;
}
</style>
background-color css
<style>
a { background-color: #BE366C; }
a { background-color: rgb(190,54,108); }
div.DivClassName
{
background-color: #BE366C;
}
.BgClassName
{
background-color: #BE366C;
}
</style>
border-color css
<style>
span { border-color: #BE366C; }
span { border-color: rgb(190,54,108); }
td.TdClassName
{
border-color: #BE366C;
}
.TagClassName
{
border-color: #BE366C;
}
</style>