Shades of Royal Heath #BE4C70
Tints of Royal Heath #BE4C70
RGB
CMYK
RGB Variations
Color information
#BE4C70 (or 0xBE4C70) is known color: Royal Heath. HEX triplet: BE, 4C and 70. RGB value is (190,76,112). Sum of RGB (Red+Green+Blue) = 190+76+112=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C70 is #41B38F. Grayscale: #727272. Windows color (decimal): -4305808 or 7359678. OLE color: 7359678.
HSL color Cylindrical-coordinate representation of color #BE4C70: hue angle of 341.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4C70 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 112 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.25 |
| HSL | 341.05º | 0.47% | 0.52% | - |
| HSV(B) | 341.05º | 0.6% | 0.75% | - |
| XYZ | 26.74 | 17.29 | 17.26 | - |
| YUV | 114.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 112 | 0 | 0.60 | 0.41 | 0.25 | 341.05 | 0.47 | 0.52 |
| Hex | BE | 4C | 70 | 0 | 3C | 29 | 19 | 155 | 2F | 34 |
| Octal | 276 | 114 | 160 | 0 | 74 | 51 | 31 | 525 | 57 | 64 |
| Binary | 10111110 | 1001100 | 1110000 | 0 | 111100 | 101001 | 11001 | 101010101 | 101111 | 110100 |
Color Harmonies of #BE4C70
Complementary color
Monochromatic Colors of #BE4C70
Black with #BE4C70
Text Example
Text Example
White with #BE4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C70; }
p { color: rgb(190,76,112); }
H1.HeaderClassName
{
color: #BE4C70;
}
.AnyTagClassName
{
color: #BE4C70;
}
</style>
background-color css
<style>
a { background-color: #BE4C70; }
a { background-color: rgb(190,76,112); }
div.DivClassName
{
background-color: #BE4C70;
}
.BgClassName
{
background-color: #BE4C70;
}
</style>
border-color css
<style>
span { border-color: #BE4C70; }
span { border-color: rgb(190,76,112); }
td.TdClassName
{
border-color: #BE4C70;
}
.TagClassName
{
border-color: #BE4C70;
}
</style>