Shades of Royal Heath #BE416F
Tints of Royal Heath #BE416F
RGB
CMYK
RGB Variations
Color information
#BE416F (or 0xBE416F) is known color: Royal Heath. HEX triplet: BE, 41 and 6F. RGB value is (190,65,111). Sum of RGB (Red+Green+Blue) = 190+65+111=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE416F is #41BE90. Grayscale: #6B6B6B. Windows color (decimal): -4308625 or 7291326. OLE color: 7291326.
HSL color Cylindrical-coordinate representation of color #BE416F: hue angle of 337.92º 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 #BE416F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 111 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.25 |
| HSL | 337.92º | 0.49% | 0.5% | - |
| HSV(B) | 337.92º | 0.66% | 0.75% | - |
| XYZ | 25.99 | 15.88 | 16.73 | - |
| YUV | 107.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 111 | 0 | 0.66 | 0.42 | 0.25 | 337.92 | 0.49 | 0.5 |
| Hex | BE | 41 | 6F | 0 | 42 | 2A | 19 | 152 | 31 | 32 |
| Octal | 276 | 101 | 157 | 0 | 102 | 52 | 31 | 522 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1101111 | 0 | 1000010 | 101010 | 11001 | 101010010 | 110001 | 110010 |
Color Harmonies of #BE416F
Complementary color
Monochromatic Colors of #BE416F
Black with #BE416F
Text Example
Text Example
White with #BE416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE416F; }
p { color: rgb(190,65,111); }
H1.HeaderClassName
{
color: #BE416F;
}
.AnyTagClassName
{
color: #BE416F;
}
</style>
background-color css
<style>
a { background-color: #BE416F; }
a { background-color: rgb(190,65,111); }
div.DivClassName
{
background-color: #BE416F;
}
.BgClassName
{
background-color: #BE416F;
}
</style>
border-color css
<style>
span { border-color: #BE416F; }
span { border-color: rgb(190,65,111); }
td.TdClassName
{
border-color: #BE416F;
}
.TagClassName
{
border-color: #BE416F;
}
</style>