Shades of Royal Heath #BA5B78
Tints of Royal Heath #BA5B78
RGB
CMYK
RGB Variations
Color information
#BA5B78 (or 0xBA5B78) is known color: Royal Heath. HEX triplet: BA, 5B and 78. RGB value is (186,91,120). Sum of RGB (Red+Green+Blue) = 186+91+120=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B78 is #45A487. Grayscale: #7A7A7A. Windows color (decimal): -4564104 or 7887802. OLE color: 7887802.
HSL color Cylindrical-coordinate representation of color #BA5B78: hue angle of 341.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B78 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 120 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.27 |
| HSL | 341.68º | 0.41% | 0.54% | - |
| HSV(B) | 341.68º | 0.51% | 0.73% | - |
| XYZ | 27.38 | 19.28 | 20.05 | - |
| YUV | 122.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 120 | 0 | 0.51 | 0.35 | 0.27 | 341.68 | 0.41 | 0.54 |
| Hex | BA | 5B | 78 | 0 | 33 | 23 | 1B | 156 | 29 | 36 |
| Octal | 272 | 133 | 170 | 0 | 63 | 43 | 33 | 526 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1111000 | 0 | 110011 | 100011 | 11011 | 101010110 | 101001 | 110110 |
Color Harmonies of #BA5B78
Complementary color
Monochromatic Colors of #BA5B78
Black with #BA5B78
Text Example
Text Example
White with #BA5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B78; }
p { color: rgb(186,91,120); }
H1.HeaderClassName
{
color: #BA5B78;
}
.AnyTagClassName
{
color: #BA5B78;
}
</style>
background-color css
<style>
a { background-color: #BA5B78; }
a { background-color: rgb(186,91,120); }
div.DivClassName
{
background-color: #BA5B78;
}
.BgClassName
{
background-color: #BA5B78;
}
</style>
border-color css
<style>
span { border-color: #BA5B78; }
span { border-color: rgb(186,91,120); }
td.TdClassName
{
border-color: #BA5B78;
}
.TagClassName
{
border-color: #BA5B78;
}
</style>