Shades of Royal Heath #BE5C7A
Tints of Royal Heath #BE5C7A
RGB
CMYK
RGB Variations
Color information
#BE5C7A (or 0xBE5C7A) is known color: Royal Heath. HEX triplet: BE, 5C and 7A. RGB value is (190,92,122). Sum of RGB (Red+Green+Blue) = 190+92+122=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C7A is #41A385. Grayscale: #7C7C7C. Windows color (decimal): -4301702 or 8019134. OLE color: 8019134.
HSL color Cylindrical-coordinate representation of color #BE5C7A: hue angle of 341.63º 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 #BE5C7A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 122 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.25 |
| HSL | 341.63º | 0.43% | 0.55% | - |
| HSV(B) | 341.63º | 0.52% | 0.75% | - |
| XYZ | 28.58 | 20.01 | 20.77 | - |
| YUV | 124.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 122 | 0 | 0.52 | 0.36 | 0.25 | 341.63 | 0.43 | 0.55 |
| Hex | BE | 5C | 7A | 0 | 34 | 24 | 19 | 156 | 2B | 37 |
| Octal | 276 | 134 | 172 | 0 | 64 | 44 | 31 | 526 | 53 | 67 |
| Binary | 10111110 | 1011100 | 1111010 | 0 | 110100 | 100100 | 11001 | 101010110 | 101011 | 110111 |
Color Harmonies of #BE5C7A
Complementary color
Monochromatic Colors of #BE5C7A
Black with #BE5C7A
Text Example
Text Example
White with #BE5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C7A; }
p { color: rgb(190,92,122); }
H1.HeaderClassName
{
color: #BE5C7A;
}
.AnyTagClassName
{
color: #BE5C7A;
}
</style>
background-color css
<style>
a { background-color: #BE5C7A; }
a { background-color: rgb(190,92,122); }
div.DivClassName
{
background-color: #BE5C7A;
}
.BgClassName
{
background-color: #BE5C7A;
}
</style>
border-color css
<style>
span { border-color: #BE5C7A; }
span { border-color: rgb(190,92,122); }
td.TdClassName
{
border-color: #BE5C7A;
}
.TagClassName
{
border-color: #BE5C7A;
}
</style>