Shades of Royal Heath #BE406F
Tints of Royal Heath #BE406F
RGB
CMYK
RGB Variations
Color information
#BE406F (or 0xBE406F) is known color: Royal Heath. HEX triplet: BE, 40 and 6F. RGB value is (190,64,111). Sum of RGB (Red+Green+Blue) = 190+64+111=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE406F is #41BF90. Grayscale: #6A6A6A. Windows color (decimal): -4308881 or 7291070. OLE color: 7291070.
HSL color Cylindrical-coordinate representation of color #BE406F: hue angle of 337.62º 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 #BE406F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 111 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.25 |
| HSL | 337.62º | 0.5% | 0.5% | - |
| HSV(B) | 337.62º | 0.66% | 0.75% | - |
| XYZ | 25.94 | 15.76 | 16.71 | - |
| YUV | 107.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 111 | 0 | 0.66 | 0.42 | 0.25 | 337.62 | 0.5 | 0.5 |
| Hex | BE | 40 | 6F | 0 | 42 | 2A | 19 | 152 | 32 | 32 |
| Octal | 276 | 100 | 157 | 0 | 102 | 52 | 31 | 522 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1101111 | 0 | 1000010 | 101010 | 11001 | 101010010 | 110010 | 110010 |
Color Harmonies of #BE406F
Complementary color
Monochromatic Colors of #BE406F
Black with #BE406F
Text Example
Text Example
White with #BE406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE406F; }
p { color: rgb(190,64,111); }
H1.HeaderClassName
{
color: #BE406F;
}
.AnyTagClassName
{
color: #BE406F;
}
</style>
background-color css
<style>
a { background-color: #BE406F; }
a { background-color: rgb(190,64,111); }
div.DivClassName
{
background-color: #BE406F;
}
.BgClassName
{
background-color: #BE406F;
}
</style>
border-color css
<style>
span { border-color: #BE406F; }
span { border-color: rgb(190,64,111); }
td.TdClassName
{
border-color: #BE406F;
}
.TagClassName
{
border-color: #BE406F;
}
</style>