Shades of Royal Heath #BE5372
Tints of Royal Heath #BE5372
RGB
CMYK
RGB Variations
Color information
#BE5372 (or 0xBE5372) is known color: Royal Heath. HEX triplet: BE, 53 and 72. RGB value is (190,83,114). Sum of RGB (Red+Green+Blue) = 190+83+114=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5372 is #41AC8D. Grayscale: #767676. Windows color (decimal): -4304014 or 7492542. OLE color: 7492542.
HSL color Cylindrical-coordinate representation of color #BE5372: hue angle of 342.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5372 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 114 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.25 |
| HSL | 342.62º | 0.45% | 0.54% | - |
| HSV(B) | 342.62º | 0.56% | 0.75% | - |
| XYZ | 27.37 | 18.35 | 18.02 | - |
| YUV | 118.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 114 | 0 | 0.56 | 0.40 | 0.25 | 342.62 | 0.45 | 0.54 |
| Hex | BE | 53 | 72 | 0 | 38 | 28 | 19 | 157 | 2D | 36 |
| Octal | 276 | 123 | 162 | 0 | 70 | 50 | 31 | 527 | 55 | 66 |
| Binary | 10111110 | 1010011 | 1110010 | 0 | 111000 | 101000 | 11001 | 101010111 | 101101 | 110110 |
Color Harmonies of #BE5372
Complementary color
Monochromatic Colors of #BE5372
Black with #BE5372
Text Example
Text Example
White with #BE5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5372; }
p { color: rgb(190,83,114); }
H1.HeaderClassName
{
color: #BE5372;
}
.AnyTagClassName
{
color: #BE5372;
}
</style>
background-color css
<style>
a { background-color: #BE5372; }
a { background-color: rgb(190,83,114); }
div.DivClassName
{
background-color: #BE5372;
}
.BgClassName
{
background-color: #BE5372;
}
</style>
border-color css
<style>
span { border-color: #BE5372; }
span { border-color: rgb(190,83,114); }
td.TdClassName
{
border-color: #BE5372;
}
.TagClassName
{
border-color: #BE5372;
}
</style>