Shades of Royal Heath #BA5678
Tints of Royal Heath #BA5678
RGB
CMYK
RGB Variations
Color information
#BA5678 (or 0xBA5678) is known color: Royal Heath. HEX triplet: BA, 56 and 78. RGB value is (186,86,120). Sum of RGB (Red+Green+Blue) = 186+86+120=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5678 is #45A987. Grayscale: #777777. Windows color (decimal): -4565384 or 7886522. OLE color: 7886522.
HSL color Cylindrical-coordinate representation of color #BA5678: hue angle of 339.6º 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 #BA5678 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 120 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.27 |
| HSL | 339.6º | 0.42% | 0.53% | - |
| HSV(B) | 339.6º | 0.54% | 0.73% | - |
| XYZ | 26.97 | 18.45 | 19.91 | - |
| YUV | 119.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 120 | 0 | 0.54 | 0.35 | 0.27 | 339.6 | 0.42 | 0.53 |
| Hex | BA | 56 | 78 | 0 | 36 | 23 | 1B | 154 | 2A | 35 |
| Octal | 272 | 126 | 170 | 0 | 66 | 43 | 33 | 524 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1111000 | 0 | 110110 | 100011 | 11011 | 101010100 | 101010 | 110101 |
Color Harmonies of #BA5678
Complementary color
Monochromatic Colors of #BA5678
Black with #BA5678
Text Example
Text Example
White with #BA5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5678; }
p { color: rgb(186,86,120); }
H1.HeaderClassName
{
color: #BA5678;
}
.AnyTagClassName
{
color: #BA5678;
}
</style>
background-color css
<style>
a { background-color: #BA5678; }
a { background-color: rgb(186,86,120); }
div.DivClassName
{
background-color: #BA5678;
}
.BgClassName
{
background-color: #BA5678;
}
</style>
border-color css
<style>
span { border-color: #BA5678; }
span { border-color: rgb(186,86,120); }
td.TdClassName
{
border-color: #BA5678;
}
.TagClassName
{
border-color: #BA5678;
}
</style>