Shades of Royal Heath #BE4D70
Tints of Royal Heath #BE4D70
RGB
CMYK
RGB Variations
Color information
#BE4D70 (or 0xBE4D70) is known color: Royal Heath. HEX triplet: BE, 4D and 70. RGB value is (190,77,112). Sum of RGB (Red+Green+Blue) = 190+77+112=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D70 is #41B28F. Grayscale: #727272. Windows color (decimal): -4305552 or 7359934. OLE color: 7359934.
HSL color Cylindrical-coordinate representation of color #BE4D70: hue angle of 341.42º 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 #BE4D70 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 112 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.42º | 0.47% | 0.52% | - |
| HSV(B) | 341.42º | 0.59% | 0.75% | - |
| XYZ | 26.81 | 17.42 | 17.28 | - |
| YUV | 114.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 112 | 0 | 0.59 | 0.41 | 0.25 | 341.42 | 0.47 | 0.52 |
| Hex | BE | 4D | 70 | 0 | 3B | 29 | 19 | 155 | 2F | 34 |
| Octal | 276 | 115 | 160 | 0 | 73 | 51 | 31 | 525 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1110000 | 0 | 111011 | 101001 | 11001 | 101010101 | 101111 | 110100 |
Color Harmonies of #BE4D70
Complementary color
Monochromatic Colors of #BE4D70
Black with #BE4D70
Text Example
Text Example
White with #BE4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D70; }
p { color: rgb(190,77,112); }
H1.HeaderClassName
{
color: #BE4D70;
}
.AnyTagClassName
{
color: #BE4D70;
}
</style>
background-color css
<style>
a { background-color: #BE4D70; }
a { background-color: rgb(190,77,112); }
div.DivClassName
{
background-color: #BE4D70;
}
.BgClassName
{
background-color: #BE4D70;
}
</style>
border-color css
<style>
span { border-color: #BE4D70; }
span { border-color: rgb(190,77,112); }
td.TdClassName
{
border-color: #BE4D70;
}
.TagClassName
{
border-color: #BE4D70;
}
</style>