Shades of Royal Heath #BA527C
Tints of Royal Heath #BA527C
RGB
CMYK
RGB Variations
Color information
#BA527C (or 0xBA527C) is known color: Royal Heath. HEX triplet: BA, 52 and 7C. RGB value is (186,82,124). Sum of RGB (Red+Green+Blue) = 186+82+124=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527C is #45AD83. Grayscale: #757575. Windows color (decimal): -4566404 or 8147642. OLE color: 8147642.
HSL color Cylindrical-coordinate representation of color #BA527C: hue angle of 335.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA527C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 124 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.27 |
| HSL | 335.77º | 0.43% | 0.53% | - |
| HSV(B) | 335.77º | 0.56% | 0.73% | - |
| XYZ | 26.91 | 17.93 | 21.11 | - |
| YUV | 117.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 124 | 0 | 0.56 | 0.33 | 0.27 | 335.77 | 0.43 | 0.53 |
| Hex | BA | 52 | 7C | 0 | 38 | 21 | 1B | 150 | 2B | 35 |
| Octal | 272 | 122 | 174 | 0 | 70 | 41 | 33 | 520 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1111100 | 0 | 111000 | 100001 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BA527C
Complementary color
Monochromatic Colors of #BA527C
Black with #BA527C
Text Example
Text Example
White with #BA527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA527C; }
p { color: rgb(186,82,124); }
H1.HeaderClassName
{
color: #BA527C;
}
.AnyTagClassName
{
color: #BA527C;
}
</style>
background-color css
<style>
a { background-color: #BA527C; }
a { background-color: rgb(186,82,124); }
div.DivClassName
{
background-color: #BA527C;
}
.BgClassName
{
background-color: #BA527C;
}
</style>
border-color css
<style>
span { border-color: #BA527C; }
span { border-color: rgb(186,82,124); }
td.TdClassName
{
border-color: #BA527C;
}
.TagClassName
{
border-color: #BA527C;
}
</style>