Shades of Royal Heath #BA557C
Tints of Royal Heath #BA557C
RGB
CMYK
RGB Variations
Color information
#BA557C (or 0xBA557C) is known color: Royal Heath. HEX triplet: BA, 55 and 7C. RGB value is (186,85,124). Sum of RGB (Red+Green+Blue) = 186+85+124=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557C is #45AA83. Grayscale: #777777. Windows color (decimal): -4565636 or 8148410. OLE color: 8148410.
HSL color Cylindrical-coordinate representation of color #BA557C: hue angle of 336.83º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA557C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 124 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.27 |
| HSL | 336.83º | 0.42% | 0.53% | - |
| HSV(B) | 336.83º | 0.54% | 0.73% | - |
| XYZ | 27.14 | 18.39 | 21.19 | - |
| YUV | 119.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 124 | 0 | 0.54 | 0.33 | 0.27 | 336.83 | 0.42 | 0.53 |
| Hex | BA | 55 | 7C | 0 | 36 | 21 | 1B | 151 | 2A | 35 |
| Octal | 272 | 125 | 174 | 0 | 66 | 41 | 33 | 521 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1111100 | 0 | 110110 | 100001 | 11011 | 101010001 | 101010 | 110101 |
Color Harmonies of #BA557C
Complementary color
Monochromatic Colors of #BA557C
Black with #BA557C
Text Example
Text Example
White with #BA557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA557C; }
p { color: rgb(186,85,124); }
H1.HeaderClassName
{
color: #BA557C;
}
.AnyTagClassName
{
color: #BA557C;
}
</style>
background-color css
<style>
a { background-color: #BA557C; }
a { background-color: rgb(186,85,124); }
div.DivClassName
{
background-color: #BA557C;
}
.BgClassName
{
background-color: #BA557C;
}
</style>
border-color css
<style>
span { border-color: #BA557C; }
span { border-color: rgb(186,85,124); }
td.TdClassName
{
border-color: #BA557C;
}
.TagClassName
{
border-color: #BA557C;
}
</style>