Shades of Royal Heath #BE4871
Tints of Royal Heath #BE4871
RGB
CMYK
RGB Variations
Color information
#BE4871 (or 0xBE4871) is known color: Royal Heath. HEX triplet: BE, 48 and 71. RGB value is (190,72,113). Sum of RGB (Red+Green+Blue) = 190+72+113=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4871 is #41B78E. Grayscale: #6F6F6F. Windows color (decimal): -4306831 or 7424190. OLE color: 7424190.
HSL color Cylindrical-coordinate representation of color #BE4871: hue angle of 339.15º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4871 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 113 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.25 |
| HSL | 339.15º | 0.48% | 0.51% | - |
| HSV(B) | 339.15º | 0.62% | 0.75% | - |
| XYZ | 26.53 | 16.77 | 17.46 | - |
| YUV | 111.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 113 | 0 | 0.62 | 0.41 | 0.25 | 339.15 | 0.48 | 0.51 |
| Hex | BE | 48 | 71 | 0 | 3E | 29 | 19 | 153 | 30 | 33 |
| Octal | 276 | 110 | 161 | 0 | 76 | 51 | 31 | 523 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1110001 | 0 | 111110 | 101001 | 11001 | 101010011 | 110000 | 110011 |
Color Harmonies of #BE4871
Complementary color
Monochromatic Colors of #BE4871
Black with #BE4871
Text Example
Text Example
White with #BE4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4871; }
p { color: rgb(190,72,113); }
H1.HeaderClassName
{
color: #BE4871;
}
.AnyTagClassName
{
color: #BE4871;
}
</style>
background-color css
<style>
a { background-color: #BE4871; }
a { background-color: rgb(190,72,113); }
div.DivClassName
{
background-color: #BE4871;
}
.BgClassName
{
background-color: #BE4871;
}
</style>
border-color css
<style>
span { border-color: #BE4871; }
span { border-color: rgb(190,72,113); }
td.TdClassName
{
border-color: #BE4871;
}
.TagClassName
{
border-color: #BE4871;
}
</style>