Shades of Royal Heath #BA5773
Tints of Royal Heath #BA5773
RGB
CMYK
RGB Variations
Color information
#BA5773 (or 0xBA5773) is known color: Royal Heath. HEX triplet: BA, 57 and 73. RGB value is (186,87,115). Sum of RGB (Red+Green+Blue) = 186+87+115=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5773 is #45A88C. Grayscale: #777777. Windows color (decimal): -4565133 or 7559098. OLE color: 7559098.
HSL color Cylindrical-coordinate representation of color #BA5773: hue angle of 343.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5773 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 115 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.27 |
| HSL | 343.03º | 0.42% | 0.54% | - |
| HSV(B) | 343.03º | 0.53% | 0.73% | - |
| XYZ | 26.75 | 18.49 | 18.38 | - |
| YUV | 119.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 115 | 0 | 0.53 | 0.38 | 0.27 | 343.03 | 0.42 | 0.54 |
| Hex | BA | 57 | 73 | 0 | 35 | 26 | 1B | 157 | 2A | 36 |
| Octal | 272 | 127 | 163 | 0 | 65 | 46 | 33 | 527 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1110011 | 0 | 110101 | 100110 | 11011 | 101010111 | 101010 | 110110 |
Color Harmonies of #BA5773
Complementary color
Monochromatic Colors of #BA5773
Black with #BA5773
Text Example
Text Example
White with #BA5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5773; }
p { color: rgb(186,87,115); }
H1.HeaderClassName
{
color: #BA5773;
}
.AnyTagClassName
{
color: #BA5773;
}
</style>
background-color css
<style>
a { background-color: #BA5773; }
a { background-color: rgb(186,87,115); }
div.DivClassName
{
background-color: #BA5773;
}
.BgClassName
{
background-color: #BA5773;
}
</style>
border-color css
<style>
span { border-color: #BA5773; }
span { border-color: rgb(186,87,115); }
td.TdClassName
{
border-color: #BA5773;
}
.TagClassName
{
border-color: #BA5773;
}
</style>