Shades of Royal Heath #BE366F
Tints of Royal Heath #BE366F
RGB
CMYK
RGB Variations
Color information
#BE366F (or 0xBE366F) is known color: Royal Heath. HEX triplet: BE, 36 and 6F. RGB value is (190,54,111). Sum of RGB (Red+Green+Blue) = 190+54+111=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE366F is #41C990. Grayscale: #656565. Windows color (decimal): -4311441 or 7288510. OLE color: 7288510.
HSL color Cylindrical-coordinate representation of color #BE366F: hue angle of 334.85º 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 #BE366F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 111 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.25 |
| HSL | 334.85º | 0.56% | 0.48% | - |
| HSV(B) | 334.85º | 0.72% | 0.75% | - |
| XYZ | 25.42 | 14.73 | 16.54 | - |
| YUV | 101.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 111 | 0 | 0.72 | 0.42 | 0.25 | 334.85 | 0.56 | 0.48 |
| Hex | BE | 36 | 6F | 0 | 48 | 2A | 19 | 14F | 38 | 30 |
| Octal | 276 | 66 | 157 | 0 | 110 | 52 | 31 | 517 | 70 | 60 |
| Binary | 10111110 | 110110 | 1101111 | 0 | 1001000 | 101010 | 11001 | 101001111 | 111000 | 110000 |
Color Harmonies of #BE366F
Complementary color
Monochromatic Colors of #BE366F
Black with #BE366F
Text Example
Text Example
White with #BE366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE366F; }
p { color: rgb(190,54,111); }
H1.HeaderClassName
{
color: #BE366F;
}
.AnyTagClassName
{
color: #BE366F;
}
</style>
background-color css
<style>
a { background-color: #BE366F; }
a { background-color: rgb(190,54,111); }
div.DivClassName
{
background-color: #BE366F;
}
.BgClassName
{
background-color: #BE366F;
}
</style>
border-color css
<style>
span { border-color: #BE366F; }
span { border-color: rgb(190,54,111); }
td.TdClassName
{
border-color: #BE366F;
}
.TagClassName
{
border-color: #BE366F;
}
</style>