Shades of Royal Heath #BA5981
Tints of Royal Heath #BA5981
RGB
CMYK
RGB Variations
Color information
#BA5981 (or 0xBA5981) is known color: Royal Heath. HEX triplet: BA, 59 and 81. RGB value is (186,89,129). Sum of RGB (Red+Green+Blue) = 186+89+129=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5981 is #45A67E. Grayscale: #7A7A7A. Windows color (decimal): -4564607 or 8477114. OLE color: 8477114.
HSL color Cylindrical-coordinate representation of color #BA5981: hue angle of 335.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5981 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 129 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.27 |
| HSL | 335.26º | 0.41% | 0.54% | - |
| HSV(B) | 335.26º | 0.52% | 0.73% | - |
| XYZ | 27.78 | 19.17 | 23 | - |
| YUV | 122.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 129 | 0 | 0.52 | 0.31 | 0.27 | 335.26 | 0.41 | 0.54 |
| Hex | BA | 59 | 81 | 0 | 34 | 1F | 1B | 14F | 29 | 36 |
| Octal | 272 | 131 | 201 | 0 | 64 | 37 | 33 | 517 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10000001 | 0 | 110100 | 11111 | 11011 | 101001111 | 101001 | 110110 |
Color Harmonies of #BA5981
Complementary color
Monochromatic Colors of #BA5981
Black with #BA5981
Text Example
Text Example
White with #BA5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5981; }
p { color: rgb(186,89,129); }
H1.HeaderClassName
{
color: #BA5981;
}
.AnyTagClassName
{
color: #BA5981;
}
</style>
background-color css
<style>
a { background-color: #BA5981; }
a { background-color: rgb(186,89,129); }
div.DivClassName
{
background-color: #BA5981;
}
.BgClassName
{
background-color: #BA5981;
}
</style>
border-color css
<style>
span { border-color: #BA5981; }
span { border-color: rgb(186,89,129); }
td.TdClassName
{
border-color: #BA5981;
}
.TagClassName
{
border-color: #BA5981;
}
</style>