Shades of Royal Heath #BA4E70
Tints of Royal Heath #BA4E70
RGB
CMYK
RGB Variations
Color information
#BA4E70 (or 0xBA4E70) is known color: Royal Heath. HEX triplet: BA, 4E and 70. RGB value is (186,78,112). Sum of RGB (Red+Green+Blue) = 186+78+112=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E70 is #45B18F. Grayscale: #727272. Windows color (decimal): -4567440 or 7360186. OLE color: 7360186.
HSL color Cylindrical-coordinate representation of color #BA4E70: hue angle of 341.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E70 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 112 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.27 |
| HSL | 341.11º | 0.44% | 0.52% | - |
| HSV(B) | 341.11º | 0.58% | 0.73% | - |
| XYZ | 25.9 | 17.06 | 17.26 | - |
| YUV | 114.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 112 | 0 | 0.58 | 0.40 | 0.27 | 341.11 | 0.44 | 0.52 |
| Hex | BA | 4E | 70 | 0 | 3A | 28 | 1B | 155 | 2C | 34 |
| Octal | 272 | 116 | 160 | 0 | 72 | 50 | 33 | 525 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1110000 | 0 | 111010 | 101000 | 11011 | 101010101 | 101100 | 110100 |
Color Harmonies of #BA4E70
Complementary color
Monochromatic Colors of #BA4E70
Black with #BA4E70
Text Example
Text Example
White with #BA4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E70; }
p { color: rgb(186,78,112); }
H1.HeaderClassName
{
color: #BA4E70;
}
.AnyTagClassName
{
color: #BA4E70;
}
</style>
background-color css
<style>
a { background-color: #BA4E70; }
a { background-color: rgb(186,78,112); }
div.DivClassName
{
background-color: #BA4E70;
}
.BgClassName
{
background-color: #BA4E70;
}
</style>
border-color css
<style>
span { border-color: #BA4E70; }
span { border-color: rgb(186,78,112); }
td.TdClassName
{
border-color: #BA4E70;
}
.TagClassName
{
border-color: #BA4E70;
}
</style>