Shades of Royal Heath #BE416D
Tints of Royal Heath #BE416D
RGB
CMYK
RGB Variations
Color information
#BE416D (or 0xBE416D) is known color: Royal Heath. HEX triplet: BE, 41 and 6D. RGB value is (190,65,109). Sum of RGB (Red+Green+Blue) = 190+65+109=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE416D is #41BE92. Grayscale: #6B6B6B. Windows color (decimal): -4308627 or 7160254. OLE color: 7160254.
HSL color Cylindrical-coordinate representation of color #BE416D: hue angle of 338.88º degrees, saturation: 0.49, 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 #BE416D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 109 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.25 |
| HSL | 338.88º | 0.49% | 0.5% | - |
| HSV(B) | 338.88º | 0.66% | 0.75% | - |
| XYZ | 25.89 | 15.83 | 16.16 | - |
| YUV | 107.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 109 | 0 | 0.66 | 0.43 | 0.25 | 338.88 | 0.49 | 0.5 |
| Hex | BE | 41 | 6D | 0 | 42 | 2B | 19 | 153 | 31 | 32 |
| Octal | 276 | 101 | 155 | 0 | 102 | 53 | 31 | 523 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1101101 | 0 | 1000010 | 101011 | 11001 | 101010011 | 110001 | 110010 |
Color Harmonies of #BE416D
Complementary color
Monochromatic Colors of #BE416D
Black with #BE416D
Text Example
Text Example
White with #BE416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE416D; }
p { color: rgb(190,65,109); }
H1.HeaderClassName
{
color: #BE416D;
}
.AnyTagClassName
{
color: #BE416D;
}
</style>
background-color css
<style>
a { background-color: #BE416D; }
a { background-color: rgb(190,65,109); }
div.DivClassName
{
background-color: #BE416D;
}
.BgClassName
{
background-color: #BE416D;
}
</style>
border-color css
<style>
span { border-color: #BE416D; }
span { border-color: rgb(190,65,109); }
td.TdClassName
{
border-color: #BE416D;
}
.TagClassName
{
border-color: #BE416D;
}
</style>