Shades of Royal Heath #BE4B77
Tints of Royal Heath #BE4B77
RGB
CMYK
RGB Variations
Color information
#BE4B77 (or 0xBE4B77) is known color: Royal Heath. HEX triplet: BE, 4B and 77. RGB value is (190,75,119). Sum of RGB (Red+Green+Blue) = 190+75+119=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B77 is #41B488. Grayscale: #727272. Windows color (decimal): -4306057 or 7818174. OLE color: 7818174.
HSL color Cylindrical-coordinate representation of color #BE4B77: hue angle of 337.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B77 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 119 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.25 |
| HSL | 337.04º | 0.47% | 0.52% | - |
| HSV(B) | 337.04º | 0.61% | 0.75% | - |
| XYZ | 27.08 | 17.31 | 19.37 | - |
| YUV | 114.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 119 | 0 | 0.61 | 0.37 | 0.25 | 337.04 | 0.47 | 0.52 |
| Hex | BE | 4B | 77 | 0 | 3D | 25 | 19 | 151 | 2F | 34 |
| Octal | 276 | 113 | 167 | 0 | 75 | 45 | 31 | 521 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1110111 | 0 | 111101 | 100101 | 11001 | 101010001 | 101111 | 110100 |
Color Harmonies of #BE4B77
Complementary color
Monochromatic Colors of #BE4B77
Black with #BE4B77
Text Example
Text Example
White with #BE4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B77; }
p { color: rgb(190,75,119); }
H1.HeaderClassName
{
color: #BE4B77;
}
.AnyTagClassName
{
color: #BE4B77;
}
</style>
background-color css
<style>
a { background-color: #BE4B77; }
a { background-color: rgb(190,75,119); }
div.DivClassName
{
background-color: #BE4B77;
}
.BgClassName
{
background-color: #BE4B77;
}
</style>
border-color css
<style>
span { border-color: #BE4B77; }
span { border-color: rgb(190,75,119); }
td.TdClassName
{
border-color: #BE4B77;
}
.TagClassName
{
border-color: #BE4B77;
}
</style>