Shades of Royal Heath #BA537B
Tints of Royal Heath #BA537B
RGB
CMYK
RGB Variations
Color information
#BA537B (or 0xBA537B) is known color: Royal Heath. HEX triplet: BA, 53 and 7B. RGB value is (186,83,123). Sum of RGB (Red+Green+Blue) = 186+83+123=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA537B is #45AC84. Grayscale: #767676. Windows color (decimal): -4566149 or 8082362. OLE color: 8082362.
HSL color Cylindrical-coordinate representation of color #BA537B: hue angle of 336.7º 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 #BA537B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 123 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.27 |
| HSL | 336.7º | 0.43% | 0.53% | - |
| HSV(B) | 336.7º | 0.55% | 0.73% | - |
| XYZ | 26.92 | 18.06 | 20.81 | - |
| YUV | 118.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 123 | 0 | 0.55 | 0.34 | 0.27 | 336.7 | 0.43 | 0.53 |
| Hex | BA | 53 | 7B | 0 | 37 | 22 | 1B | 151 | 2B | 35 |
| Octal | 272 | 123 | 173 | 0 | 67 | 42 | 33 | 521 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1111011 | 0 | 110111 | 100010 | 11011 | 101010001 | 101011 | 110101 |
Color Harmonies of #BA537B
Complementary color
Monochromatic Colors of #BA537B
Black with #BA537B
Text Example
Text Example
White with #BA537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA537B; }
p { color: rgb(186,83,123); }
H1.HeaderClassName
{
color: #BA537B;
}
.AnyTagClassName
{
color: #BA537B;
}
</style>
background-color css
<style>
a { background-color: #BA537B; }
a { background-color: rgb(186,83,123); }
div.DivClassName
{
background-color: #BA537B;
}
.BgClassName
{
background-color: #BA537B;
}
</style>
border-color css
<style>
span { border-color: #BA537B; }
span { border-color: rgb(186,83,123); }
td.TdClassName
{
border-color: #BA537B;
}
.TagClassName
{
border-color: #BA537B;
}
</style>