Shades of Royal Heath #BA5573
Tints of Royal Heath #BA5573
RGB
CMYK
RGB Variations
Color information
#BA5573 (or 0xBA5573) is known color: Royal Heath. HEX triplet: BA, 55 and 73. RGB value is (186,85,115). Sum of RGB (Red+Green+Blue) = 186+85+115=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5573 is #45AA8C. Grayscale: #767676. Windows color (decimal): -4565645 or 7558586. OLE color: 7558586.
HSL color Cylindrical-coordinate representation of color #BA5573: hue angle of 342.18º 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 #BA5573 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 115 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.27 |
| HSL | 342.18º | 0.42% | 0.53% | - |
| HSV(B) | 342.18º | 0.54% | 0.73% | - |
| XYZ | 26.59 | 18.17 | 18.33 | - |
| YUV | 118.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 115 | 0 | 0.54 | 0.38 | 0.27 | 342.18 | 0.42 | 0.53 |
| Hex | BA | 55 | 73 | 0 | 36 | 26 | 1B | 156 | 2A | 35 |
| Octal | 272 | 125 | 163 | 0 | 66 | 46 | 33 | 526 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1110011 | 0 | 110110 | 100110 | 11011 | 101010110 | 101010 | 110101 |
Color Harmonies of #BA5573
Complementary color
Monochromatic Colors of #BA5573
Black with #BA5573
Text Example
Text Example
White with #BA5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5573; }
p { color: rgb(186,85,115); }
H1.HeaderClassName
{
color: #BA5573;
}
.AnyTagClassName
{
color: #BA5573;
}
</style>
background-color css
<style>
a { background-color: #BA5573; }
a { background-color: rgb(186,85,115); }
div.DivClassName
{
background-color: #BA5573;
}
.BgClassName
{
background-color: #BA5573;
}
</style>
border-color css
<style>
span { border-color: #BA5573; }
span { border-color: rgb(186,85,115); }
td.TdClassName
{
border-color: #BA5573;
}
.TagClassName
{
border-color: #BA5573;
}
</style>