Shades of Royal Heath #BE406E
Tints of Royal Heath #BE406E
RGB
CMYK
RGB Variations
Color information
#BE406E (or 0xBE406E) is known color: Royal Heath. HEX triplet: BE, 40 and 6E. RGB value is (190,64,110). Sum of RGB (Red+Green+Blue) = 190+64+110=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE406E is #41BF91. Grayscale: #6A6A6A. Windows color (decimal): -4308882 or 7225534. OLE color: 7225534.
HSL color Cylindrical-coordinate representation of color #BE406E: hue angle of 338.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE406E is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 110 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.25 |
| HSL | 338.1º | 0.5% | 0.5% | - |
| HSV(B) | 338.1º | 0.66% | 0.75% | - |
| XYZ | 25.88 | 15.74 | 16.43 | - |
| YUV | 106.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 110 | 0 | 0.66 | 0.42 | 0.25 | 338.1 | 0.5 | 0.5 |
| Hex | BE | 40 | 6E | 0 | 42 | 2A | 19 | 152 | 32 | 32 |
| Octal | 276 | 100 | 156 | 0 | 102 | 52 | 31 | 522 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1101110 | 0 | 1000010 | 101010 | 11001 | 101010010 | 110010 | 110010 |
Color Harmonies of #BE406E
Complementary color
Monochromatic Colors of #BE406E
Black with #BE406E
Text Example
Text Example
White with #BE406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE406E; }
p { color: rgb(190,64,110); }
H1.HeaderClassName
{
color: #BE406E;
}
.AnyTagClassName
{
color: #BE406E;
}
</style>
background-color css
<style>
a { background-color: #BE406E; }
a { background-color: rgb(190,64,110); }
div.DivClassName
{
background-color: #BE406E;
}
.BgClassName
{
background-color: #BE406E;
}
</style>
border-color css
<style>
span { border-color: #BE406E; }
span { border-color: rgb(190,64,110); }
td.TdClassName
{
border-color: #BE406E;
}
.TagClassName
{
border-color: #BE406E;
}
</style>