Shades of Royal Heath #BE4E71
Tints of Royal Heath #BE4E71
RGB
CMYK
RGB Variations
Color information
#BE4E71 (or 0xBE4E71) is known color: Royal Heath. HEX triplet: BE, 4E and 71. RGB value is (190,78,113). Sum of RGB (Red+Green+Blue) = 190+78+113=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E71 is #41B18E. Grayscale: #737373. Windows color (decimal): -4305295 or 7425726. OLE color: 7425726.
HSL color Cylindrical-coordinate representation of color #BE4E71: hue angle of 341.25º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E71 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 113 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.25º | 0.46% | 0.53% | - |
| HSV(B) | 341.25º | 0.59% | 0.75% | - |
| XYZ | 26.94 | 17.59 | 17.6 | - |
| YUV | 115.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 113 | 0 | 0.59 | 0.41 | 0.25 | 341.25 | 0.46 | 0.53 |
| Hex | BE | 4E | 71 | 0 | 3B | 29 | 19 | 155 | 2E | 35 |
| Octal | 276 | 116 | 161 | 0 | 73 | 51 | 31 | 525 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1110001 | 0 | 111011 | 101001 | 11001 | 101010101 | 101110 | 110101 |
Color Harmonies of #BE4E71
Complementary color
Monochromatic Colors of #BE4E71
Black with #BE4E71
Text Example
Text Example
White with #BE4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E71; }
p { color: rgb(190,78,113); }
H1.HeaderClassName
{
color: #BE4E71;
}
.AnyTagClassName
{
color: #BE4E71;
}
</style>
background-color css
<style>
a { background-color: #BE4E71; }
a { background-color: rgb(190,78,113); }
div.DivClassName
{
background-color: #BE4E71;
}
.BgClassName
{
background-color: #BE4E71;
}
</style>
border-color css
<style>
span { border-color: #BE4E71; }
span { border-color: rgb(190,78,113); }
td.TdClassName
{
border-color: #BE4E71;
}
.TagClassName
{
border-color: #BE4E71;
}
</style>