Shades of Royal Heath #BA3470
Tints of Royal Heath #BA3470
RGB
CMYK
RGB Variations
Color information
#BA3470 (or 0xBA3470) is known color: Royal Heath. HEX triplet: BA, 34 and 70. RGB value is (186,52,112). Sum of RGB (Red+Green+Blue) = 186+52+112=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3470 is #45CB8F. Grayscale: #626262. Windows color (decimal): -4574096 or 7353530. OLE color: 7353530.
HSL color Cylindrical-coordinate representation of color #BA3470: hue angle of 333.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3470 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 112 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.27 |
| HSL | 333.13º | 0.56% | 0.47% | - |
| HSV(B) | 333.13º | 0.72% | 0.73% | - |
| XYZ | 24.4 | 14.06 | 16.76 | - |
| YUV | 98.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 112 | 0 | 0.72 | 0.40 | 0.27 | 333.13 | 0.56 | 0.47 |
| Hex | BA | 34 | 70 | 0 | 48 | 28 | 1B | 14D | 38 | 2F |
| Octal | 272 | 64 | 160 | 0 | 110 | 50 | 33 | 515 | 70 | 57 |
| Binary | 10111010 | 110100 | 1110000 | 0 | 1001000 | 101000 | 11011 | 101001101 | 111000 | 101111 |
Color Harmonies of #BA3470
Complementary color
Monochromatic Colors of #BA3470
Black with #BA3470
Text Example
Text Example
White with #BA3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3470; }
p { color: rgb(186,52,112); }
H1.HeaderClassName
{
color: #BA3470;
}
.AnyTagClassName
{
color: #BA3470;
}
</style>
background-color css
<style>
a { background-color: #BA3470; }
a { background-color: rgb(186,52,112); }
div.DivClassName
{
background-color: #BA3470;
}
.BgClassName
{
background-color: #BA3470;
}
</style>
border-color css
<style>
span { border-color: #BA3470; }
span { border-color: rgb(186,52,112); }
td.TdClassName
{
border-color: #BA3470;
}
.TagClassName
{
border-color: #BA3470;
}
</style>