Shades of Royal Heath #BE527B
Tints of Royal Heath #BE527B
RGB
CMYK
RGB Variations
Color information
#BE527B (or 0xBE527B) is known color: Royal Heath. HEX triplet: BE, 52 and 7B. RGB value is (190,82,123). Sum of RGB (Red+Green+Blue) = 190+82+123=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE527B is #41AD84. Grayscale: #767676. Windows color (decimal): -4304261 or 8082110. OLE color: 8082110.
HSL color Cylindrical-coordinate representation of color #BE527B: hue angle of 337.22º 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 #BE527B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 123 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.25 |
| HSL | 337.22º | 0.45% | 0.53% | - |
| HSV(B) | 337.22º | 0.57% | 0.75% | - |
| XYZ | 27.83 | 18.41 | 20.83 | - |
| YUV | 118.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 123 | 0 | 0.57 | 0.35 | 0.25 | 337.22 | 0.45 | 0.53 |
| Hex | BE | 52 | 7B | 0 | 39 | 23 | 19 | 151 | 2D | 35 |
| Octal | 276 | 122 | 173 | 0 | 71 | 43 | 31 | 521 | 55 | 65 |
| Binary | 10111110 | 1010010 | 1111011 | 0 | 111001 | 100011 | 11001 | 101010001 | 101101 | 110101 |
Color Harmonies of #BE527B
Complementary color
Monochromatic Colors of #BE527B
Black with #BE527B
Text Example
Text Example
White with #BE527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE527B; }
p { color: rgb(190,82,123); }
H1.HeaderClassName
{
color: #BE527B;
}
.AnyTagClassName
{
color: #BE527B;
}
</style>
background-color css
<style>
a { background-color: #BE527B; }
a { background-color: rgb(190,82,123); }
div.DivClassName
{
background-color: #BE527B;
}
.BgClassName
{
background-color: #BE527B;
}
</style>
border-color css
<style>
span { border-color: #BE527B; }
span { border-color: rgb(190,82,123); }
td.TdClassName
{
border-color: #BE527B;
}
.TagClassName
{
border-color: #BE527B;
}
</style>