Shades of Royal Heath #BA5070
Tints of Royal Heath #BA5070
RGB
CMYK
RGB Variations
Color information
#BA5070 (or 0xBA5070) is known color: Royal Heath. HEX triplet: BA, 50 and 70. RGB value is (186,80,112). Sum of RGB (Red+Green+Blue) = 186+80+112=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5070 is #45AF8F. Grayscale: #737373. Windows color (decimal): -4566928 or 7360698. OLE color: 7360698.
HSL color Cylindrical-coordinate representation of color #BA5070: hue angle of 341.89º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5070 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 112 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.27 |
| HSL | 341.89º | 0.43% | 0.52% | - |
| HSV(B) | 341.89º | 0.57% | 0.73% | - |
| XYZ | 26.04 | 17.35 | 17.3 | - |
| YUV | 115.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 112 | 0 | 0.57 | 0.40 | 0.27 | 341.89 | 0.43 | 0.52 |
| Hex | BA | 50 | 70 | 0 | 39 | 28 | 1B | 156 | 2B | 34 |
| Octal | 272 | 120 | 160 | 0 | 71 | 50 | 33 | 526 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1110000 | 0 | 111001 | 101000 | 11011 | 101010110 | 101011 | 110100 |
Color Harmonies of #BA5070
Complementary color
Monochromatic Colors of #BA5070
Black with #BA5070
Text Example
Text Example
White with #BA5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5070; }
p { color: rgb(186,80,112); }
H1.HeaderClassName
{
color: #BA5070;
}
.AnyTagClassName
{
color: #BA5070;
}
</style>
background-color css
<style>
a { background-color: #BA5070; }
a { background-color: rgb(186,80,112); }
div.DivClassName
{
background-color: #BA5070;
}
.BgClassName
{
background-color: #BA5070;
}
</style>
border-color css
<style>
span { border-color: #BA5070; }
span { border-color: rgb(186,80,112); }
td.TdClassName
{
border-color: #BA5070;
}
.TagClassName
{
border-color: #BA5070;
}
</style>