Shades of Royal Heath #BE527A
Tints of Royal Heath #BE527A
RGB
CMYK
RGB Variations
Color information
#BE527A (or 0xBE527A) is known color: Royal Heath. HEX triplet: BE, 52 and 7A. RGB value is (190,82,122). Sum of RGB (Red+Green+Blue) = 190+82+122=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE527A is #41AD85. Grayscale: #767676. Windows color (decimal): -4304262 or 8016574. OLE color: 8016574.
HSL color Cylindrical-coordinate representation of color #BE527A: hue angle of 337.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE527A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 122 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.25 |
| HSL | 337.78º | 0.45% | 0.53% | - |
| HSV(B) | 337.78º | 0.57% | 0.75% | - |
| XYZ | 27.77 | 18.39 | 20.5 | - |
| YUV | 118.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 122 | 0 | 0.57 | 0.36 | 0.25 | 337.78 | 0.45 | 0.53 |
| Hex | BE | 52 | 7A | 0 | 39 | 24 | 19 | 152 | 2D | 35 |
| Octal | 276 | 122 | 172 | 0 | 71 | 44 | 31 | 522 | 55 | 65 |
| Binary | 10111110 | 1010010 | 1111010 | 0 | 111001 | 100100 | 11001 | 101010010 | 101101 | 110101 |
Color Harmonies of #BE527A
Complementary color
Monochromatic Colors of #BE527A
Black with #BE527A
Text Example
Text Example
White with #BE527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE527A; }
p { color: rgb(190,82,122); }
H1.HeaderClassName
{
color: #BE527A;
}
.AnyTagClassName
{
color: #BE527A;
}
</style>
background-color css
<style>
a { background-color: #BE527A; }
a { background-color: rgb(190,82,122); }
div.DivClassName
{
background-color: #BE527A;
}
.BgClassName
{
background-color: #BE527A;
}
</style>
border-color css
<style>
span { border-color: #BE527A; }
span { border-color: rgb(190,82,122); }
td.TdClassName
{
border-color: #BE527A;
}
.TagClassName
{
border-color: #BE527A;
}
</style>