Shades of Royal Heath #BA5982
Tints of Royal Heath #BA5982
RGB
CMYK
RGB Variations
Color information
#BA5982 (or 0xBA5982) is known color: Royal Heath. HEX triplet: BA, 59 and 82. RGB value is (186,89,130). Sum of RGB (Red+Green+Blue) = 186+89+130=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5982 is #45A67D. Grayscale: #7A7A7A. Windows color (decimal): -4564606 or 8542650. OLE color: 8542650.
HSL color Cylindrical-coordinate representation of color #BA5982: hue angle of 334.64º 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 #BA5982 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 130 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.27 |
| HSL | 334.64º | 0.41% | 0.54% | - |
| HSV(B) | 334.64º | 0.52% | 0.73% | - |
| XYZ | 27.85 | 19.2 | 23.36 | - |
| YUV | 122.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 130 | 0 | 0.52 | 0.30 | 0.27 | 334.64 | 0.41 | 0.54 |
| Hex | BA | 59 | 82 | 0 | 34 | 1E | 1B | 14F | 29 | 36 |
| Octal | 272 | 131 | 202 | 0 | 64 | 36 | 33 | 517 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10000010 | 0 | 110100 | 11110 | 11011 | 101001111 | 101001 | 110110 |
Color Harmonies of #BA5982
Complementary color
Monochromatic Colors of #BA5982
Black with #BA5982
Text Example
Text Example
White with #BA5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5982; }
p { color: rgb(186,89,130); }
H1.HeaderClassName
{
color: #BA5982;
}
.AnyTagClassName
{
color: #BA5982;
}
</style>
background-color css
<style>
a { background-color: #BA5982; }
a { background-color: rgb(186,89,130); }
div.DivClassName
{
background-color: #BA5982;
}
.BgClassName
{
background-color: #BA5982;
}
</style>
border-color css
<style>
span { border-color: #BA5982; }
span { border-color: rgb(186,89,130); }
td.TdClassName
{
border-color: #BA5982;
}
.TagClassName
{
border-color: #BA5982;
}
</style>