Shades of Royal Heath #BE396F
Tints of Royal Heath #BE396F
RGB
CMYK
RGB Variations
Color information
#BE396F (or 0xBE396F) is known color: Royal Heath. HEX triplet: BE, 39 and 6F. RGB value is (190,57,111). Sum of RGB (Red+Green+Blue) = 190+57+111=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE396F is #41C690. Grayscale: #666666. Windows color (decimal): -4310673 or 7289278. OLE color: 7289278.
HSL color Cylindrical-coordinate representation of color #BE396F: hue angle of 335.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE396F is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 111 | - |
| CMYK | 0 | 0.7 | 0.42 | 0.25 |
| HSL | 335.64º | 0.54% | 0.48% | - |
| HSV(B) | 335.64º | 0.7% | 0.75% | - |
| XYZ | 25.57 | 15.02 | 16.59 | - |
| YUV | 102.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 111 | 0 | 0.7 | 0.42 | 0.25 | 335.64 | 0.54 | 0.48 |
| Hex | BE | 39 | 6F | 0 | 46 | 2A | 19 | 150 | 36 | 30 |
| Octal | 276 | 71 | 157 | 0 | 106 | 52 | 31 | 520 | 66 | 60 |
| Binary | 10111110 | 111001 | 1101111 | 0 | 1000110 | 101010 | 11001 | 101010000 | 110110 | 110000 |
Color Harmonies of #BE396F
Complementary color
Monochromatic Colors of #BE396F
Black with #BE396F
Text Example
Text Example
White with #BE396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE396F; }
p { color: rgb(190,57,111); }
H1.HeaderClassName
{
color: #BE396F;
}
.AnyTagClassName
{
color: #BE396F;
}
</style>
background-color css
<style>
a { background-color: #BE396F; }
a { background-color: rgb(190,57,111); }
div.DivClassName
{
background-color: #BE396F;
}
.BgClassName
{
background-color: #BE396F;
}
</style>
border-color css
<style>
span { border-color: #BE396F; }
span { border-color: rgb(190,57,111); }
td.TdClassName
{
border-color: #BE396F;
}
.TagClassName
{
border-color: #BE396F;
}
</style>