Shades of Royal Heath #BE4076
Tints of Royal Heath #BE4076
RGB
CMYK
RGB Variations
Color information
#BE4076 (or 0xBE4076) is known color: Royal Heath. HEX triplet: BE, 40 and 76. RGB value is (190,64,118). Sum of RGB (Red+Green+Blue) = 190+64+118=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4076 is #41BF89. Grayscale: #6B6B6B. Windows color (decimal): -4308874 or 7749822. OLE color: 7749822.
HSL color Cylindrical-coordinate representation of color #BE4076: hue angle of 334.29º 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 #BE4076 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 118 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.25 |
| HSL | 334.29º | 0.5% | 0.5% | - |
| HSV(B) | 334.29º | 0.66% | 0.75% | - |
| XYZ | 26.34 | 15.92 | 18.82 | - |
| YUV | 107.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 118 | 0 | 0.66 | 0.38 | 0.25 | 334.29 | 0.5 | 0.5 |
| Hex | BE | 40 | 76 | 0 | 42 | 26 | 19 | 14E | 32 | 32 |
| Octal | 276 | 100 | 166 | 0 | 102 | 46 | 31 | 516 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1110110 | 0 | 1000010 | 100110 | 11001 | 101001110 | 110010 | 110010 |
Color Harmonies of #BE4076
Complementary color
Monochromatic Colors of #BE4076
Black with #BE4076
Text Example
Text Example
White with #BE4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4076; }
p { color: rgb(190,64,118); }
H1.HeaderClassName
{
color: #BE4076;
}
.AnyTagClassName
{
color: #BE4076;
}
</style>
background-color css
<style>
a { background-color: #BE4076; }
a { background-color: rgb(190,64,118); }
div.DivClassName
{
background-color: #BE4076;
}
.BgClassName
{
background-color: #BE4076;
}
</style>
border-color css
<style>
span { border-color: #BE4076; }
span { border-color: rgb(190,64,118); }
td.TdClassName
{
border-color: #BE4076;
}
.TagClassName
{
border-color: #BE4076;
}
</style>