Shades of Royal Heath #BE4D73
Tints of Royal Heath #BE4D73
RGB
CMYK
RGB Variations
Color information
#BE4D73 (or 0xBE4D73) is known color: Royal Heath. HEX triplet: BE, 4D and 73. RGB value is (190,77,115). Sum of RGB (Red+Green+Blue) = 190+77+115=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D73 is #41B28C. Grayscale: #737373. Windows color (decimal): -4305549 or 7556542. OLE color: 7556542.
HSL color Cylindrical-coordinate representation of color #BE4D73: hue angle of 339.82º 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 #BE4D73 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 115 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.25 |
| HSL | 339.82º | 0.47% | 0.52% | - |
| HSV(B) | 339.82º | 0.59% | 0.75% | - |
| XYZ | 26.98 | 17.49 | 18.17 | - |
| YUV | 115.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 115 | 0 | 0.59 | 0.39 | 0.25 | 339.82 | 0.47 | 0.52 |
| Hex | BE | 4D | 73 | 0 | 3B | 27 | 19 | 154 | 2F | 34 |
| Octal | 276 | 115 | 163 | 0 | 73 | 47 | 31 | 524 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1110011 | 0 | 111011 | 100111 | 11001 | 101010100 | 101111 | 110100 |
Color Harmonies of #BE4D73
Complementary color
Monochromatic Colors of #BE4D73
Black with #BE4D73
Text Example
Text Example
White with #BE4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D73; }
p { color: rgb(190,77,115); }
H1.HeaderClassName
{
color: #BE4D73;
}
.AnyTagClassName
{
color: #BE4D73;
}
</style>
background-color css
<style>
a { background-color: #BE4D73; }
a { background-color: rgb(190,77,115); }
div.DivClassName
{
background-color: #BE4D73;
}
.BgClassName
{
background-color: #BE4D73;
}
</style>
border-color css
<style>
span { border-color: #BE4D73; }
span { border-color: rgb(190,77,115); }
td.TdClassName
{
border-color: #BE4D73;
}
.TagClassName
{
border-color: #BE4D73;
}
</style>