Shades of Royal Heath #BA5877
Tints of Royal Heath #BA5877
RGB
CMYK
RGB Variations
Color information
#BA5877 (or 0xBA5877) is known color: Royal Heath. HEX triplet: BA, 58 and 77. RGB value is (186,88,119). Sum of RGB (Red+Green+Blue) = 186+88+119=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5877 is #45A788. Grayscale: #787878. Windows color (decimal): -4564873 or 7821498. OLE color: 7821498.
HSL color Cylindrical-coordinate representation of color #BA5877: hue angle of 341.02º 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 #BA5877 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 119 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.27 |
| HSL | 341.02º | 0.42% | 0.54% | - |
| HSV(B) | 341.02º | 0.53% | 0.73% | - |
| XYZ | 27.07 | 18.75 | 19.65 | - |
| YUV | 120.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 119 | 0 | 0.53 | 0.36 | 0.27 | 341.02 | 0.42 | 0.54 |
| Hex | BA | 58 | 77 | 0 | 35 | 24 | 1B | 155 | 2A | 36 |
| Octal | 272 | 130 | 167 | 0 | 65 | 44 | 33 | 525 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1110111 | 0 | 110101 | 100100 | 11011 | 101010101 | 101010 | 110110 |
Color Harmonies of #BA5877
Complementary color
Monochromatic Colors of #BA5877
Black with #BA5877
Text Example
Text Example
White with #BA5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5877; }
p { color: rgb(186,88,119); }
H1.HeaderClassName
{
color: #BA5877;
}
.AnyTagClassName
{
color: #BA5877;
}
</style>
background-color css
<style>
a { background-color: #BA5877; }
a { background-color: rgb(186,88,119); }
div.DivClassName
{
background-color: #BA5877;
}
.BgClassName
{
background-color: #BA5877;
}
</style>
border-color css
<style>
span { border-color: #BA5877; }
span { border-color: rgb(186,88,119); }
td.TdClassName
{
border-color: #BA5877;
}
.TagClassName
{
border-color: #BA5877;
}
</style>