Shades of Royal Heath #BE4B72
Tints of Royal Heath #BE4B72
RGB
CMYK
RGB Variations
Color information
#BE4B72 (or 0xBE4B72) is known color: Royal Heath. HEX triplet: BE, 4B and 72. RGB value is (190,75,114). Sum of RGB (Red+Green+Blue) = 190+75+114=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B72 is #41B48D. Grayscale: #717171. Windows color (decimal): -4306062 or 7490494. OLE color: 7490494.
HSL color Cylindrical-coordinate representation of color #BE4B72: hue angle of 339.65º 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 #BE4B72 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 114 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.25 |
| HSL | 339.65º | 0.47% | 0.52% | - |
| HSV(B) | 339.65º | 0.61% | 0.75% | - |
| XYZ | 26.79 | 17.19 | 17.83 | - |
| YUV | 113.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 114 | 0 | 0.61 | 0.40 | 0.25 | 339.65 | 0.47 | 0.52 |
| Hex | BE | 4B | 72 | 0 | 3D | 28 | 19 | 154 | 2F | 34 |
| Octal | 276 | 113 | 162 | 0 | 75 | 50 | 31 | 524 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1110010 | 0 | 111101 | 101000 | 11001 | 101010100 | 101111 | 110100 |
Color Harmonies of #BE4B72
Complementary color
Monochromatic Colors of #BE4B72
Black with #BE4B72
Text Example
Text Example
White with #BE4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B72; }
p { color: rgb(190,75,114); }
H1.HeaderClassName
{
color: #BE4B72;
}
.AnyTagClassName
{
color: #BE4B72;
}
</style>
background-color css
<style>
a { background-color: #BE4B72; }
a { background-color: rgb(190,75,114); }
div.DivClassName
{
background-color: #BE4B72;
}
.BgClassName
{
background-color: #BE4B72;
}
</style>
border-color css
<style>
span { border-color: #BE4B72; }
span { border-color: rgb(190,75,114); }
td.TdClassName
{
border-color: #BE4B72;
}
.TagClassName
{
border-color: #BE4B72;
}
</style>