Shades of Royal Heath #BE4D71
Tints of Royal Heath #BE4D71
RGB
CMYK
RGB Variations
Color information
#BE4D71 (or 0xBE4D71) is known color: Royal Heath. HEX triplet: BE, 4D and 71. RGB value is (190,77,113). Sum of RGB (Red+Green+Blue) = 190+77+113=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D71 is #41B28E. Grayscale: #727272. Windows color (decimal): -4305551 or 7425470. OLE color: 7425470.
HSL color Cylindrical-coordinate representation of color #BE4D71: hue angle of 340.88º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D71 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 113 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 340.88º | 0.47% | 0.52% | - |
| HSV(B) | 340.88º | 0.59% | 0.75% | - |
| XYZ | 26.87 | 17.45 | 17.57 | - |
| YUV | 114.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 113 | 0 | 0.59 | 0.41 | 0.25 | 340.88 | 0.47 | 0.52 |
| Hex | BE | 4D | 71 | 0 | 3B | 29 | 19 | 155 | 2F | 34 |
| Octal | 276 | 115 | 161 | 0 | 73 | 51 | 31 | 525 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1110001 | 0 | 111011 | 101001 | 11001 | 101010101 | 101111 | 110100 |
Color Harmonies of #BE4D71
Complementary color
Monochromatic Colors of #BE4D71
Black with #BE4D71
Text Example
Text Example
White with #BE4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D71; }
p { color: rgb(190,77,113); }
H1.HeaderClassName
{
color: #BE4D71;
}
.AnyTagClassName
{
color: #BE4D71;
}
</style>
background-color css
<style>
a { background-color: #BE4D71; }
a { background-color: rgb(190,77,113); }
div.DivClassName
{
background-color: #BE4D71;
}
.BgClassName
{
background-color: #BE4D71;
}
</style>
border-color css
<style>
span { border-color: #BE4D71; }
span { border-color: rgb(190,77,113); }
td.TdClassName
{
border-color: #BE4D71;
}
.TagClassName
{
border-color: #BE4D71;
}
</style>