Shades of Royal Heath #BA537C
Tints of Royal Heath #BA537C
RGB
CMYK
RGB Variations
Color information
#BA537C (or 0xBA537C) is known color: Royal Heath. HEX triplet: BA, 53 and 7C. RGB value is (186,83,124). Sum of RGB (Red+Green+Blue) = 186+83+124=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA537C is #45AC83. Grayscale: #767676. Windows color (decimal): -4566148 or 8147898. OLE color: 8147898.
HSL color Cylindrical-coordinate representation of color #BA537C: hue angle of 336.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA537C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 124 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.27 |
| HSL | 336.12º | 0.43% | 0.53% | - |
| HSV(B) | 336.12º | 0.55% | 0.73% | - |
| XYZ | 26.98 | 18.08 | 21.14 | - |
| YUV | 118.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 124 | 0 | 0.55 | 0.33 | 0.27 | 336.12 | 0.43 | 0.53 |
| Hex | BA | 53 | 7C | 0 | 37 | 21 | 1B | 150 | 2B | 35 |
| Octal | 272 | 123 | 174 | 0 | 67 | 41 | 33 | 520 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1111100 | 0 | 110111 | 100001 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BA537C
Complementary color
Monochromatic Colors of #BA537C
Black with #BA537C
Text Example
Text Example
White with #BA537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA537C; }
p { color: rgb(186,83,124); }
H1.HeaderClassName
{
color: #BA537C;
}
.AnyTagClassName
{
color: #BA537C;
}
</style>
background-color css
<style>
a { background-color: #BA537C; }
a { background-color: rgb(186,83,124); }
div.DivClassName
{
background-color: #BA537C;
}
.BgClassName
{
background-color: #BA537C;
}
</style>
border-color css
<style>
span { border-color: #BA537C; }
span { border-color: rgb(186,83,124); }
td.TdClassName
{
border-color: #BA537C;
}
.TagClassName
{
border-color: #BA537C;
}
</style>