Shades of Royal Heath #BE5C79
Tints of Royal Heath #BE5C79
RGB
CMYK
RGB Variations
Color information
#BE5C79 (or 0xBE5C79) is known color: Royal Heath. HEX triplet: BE, 5C and 79. RGB value is (190,92,121). Sum of RGB (Red+Green+Blue) = 190+92+121=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C79 is #41A386. Grayscale: #7C7C7C. Windows color (decimal): -4301703 or 7953598. OLE color: 7953598.
HSL color Cylindrical-coordinate representation of color #BE5C79: hue angle of 342.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5C79 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 121 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.25 |
| HSL | 342.24º | 0.43% | 0.55% | - |
| HSV(B) | 342.24º | 0.52% | 0.75% | - |
| XYZ | 28.51 | 19.98 | 20.44 | - |
| YUV | 124.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 121 | 0 | 0.52 | 0.36 | 0.25 | 342.24 | 0.43 | 0.55 |
| Hex | BE | 5C | 79 | 0 | 34 | 24 | 19 | 156 | 2B | 37 |
| Octal | 276 | 134 | 171 | 0 | 64 | 44 | 31 | 526 | 53 | 67 |
| Binary | 10111110 | 1011100 | 1111001 | 0 | 110100 | 100100 | 11001 | 101010110 | 101011 | 110111 |
Color Harmonies of #BE5C79
Complementary color
Monochromatic Colors of #BE5C79
Black with #BE5C79
Text Example
Text Example
White with #BE5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C79; }
p { color: rgb(190,92,121); }
H1.HeaderClassName
{
color: #BE5C79;
}
.AnyTagClassName
{
color: #BE5C79;
}
</style>
background-color css
<style>
a { background-color: #BE5C79; }
a { background-color: rgb(190,92,121); }
div.DivClassName
{
background-color: #BE5C79;
}
.BgClassName
{
background-color: #BE5C79;
}
</style>
border-color css
<style>
span { border-color: #BE5C79; }
span { border-color: rgb(190,92,121); }
td.TdClassName
{
border-color: #BE5C79;
}
.TagClassName
{
border-color: #BE5C79;
}
</style>