Shades of Royal Heath #BA4C70
Tints of Royal Heath #BA4C70
RGB
CMYK
RGB Variations
Color information
#BA4C70 (or 0xBA4C70) is known color: Royal Heath. HEX triplet: BA, 4C and 70. RGB value is (186,76,112). Sum of RGB (Red+Green+Blue) = 186+76+112=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C70 is #45B38F. Grayscale: #707070. Windows color (decimal): -4567952 or 7359674. OLE color: 7359674.
HSL color Cylindrical-coordinate representation of color #BA4C70: hue angle of 340.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C70 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 112 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.27 |
| HSL | 340.36º | 0.44% | 0.51% | - |
| HSV(B) | 340.36º | 0.59% | 0.73% | - |
| XYZ | 25.76 | 16.78 | 17.21 | - |
| YUV | 112.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 112 | 0 | 0.59 | 0.40 | 0.27 | 340.36 | 0.44 | 0.51 |
| Hex | BA | 4C | 70 | 0 | 3B | 28 | 1B | 154 | 2C | 33 |
| Octal | 272 | 114 | 160 | 0 | 73 | 50 | 33 | 524 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1110000 | 0 | 111011 | 101000 | 11011 | 101010100 | 101100 | 110011 |
Color Harmonies of #BA4C70
Complementary color
Monochromatic Colors of #BA4C70
Black with #BA4C70
Text Example
Text Example
White with #BA4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C70; }
p { color: rgb(186,76,112); }
H1.HeaderClassName
{
color: #BA4C70;
}
.AnyTagClassName
{
color: #BA4C70;
}
</style>
background-color css
<style>
a { background-color: #BA4C70; }
a { background-color: rgb(186,76,112); }
div.DivClassName
{
background-color: #BA4C70;
}
.BgClassName
{
background-color: #BA4C70;
}
</style>
border-color css
<style>
span { border-color: #BA4C70; }
span { border-color: rgb(186,76,112); }
td.TdClassName
{
border-color: #BA4C70;
}
.TagClassName
{
border-color: #BA4C70;
}
</style>