Shades of Royal Heath #BA3670
Tints of Royal Heath #BA3670
RGB
CMYK
RGB Variations
Color information
#BA3670 (or 0xBA3670) is known color: Royal Heath. HEX triplet: BA, 36 and 70. RGB value is (186,54,112). Sum of RGB (Red+Green+Blue) = 186+54+112=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3670 is #45C98F. Grayscale: #636363. Windows color (decimal): -4573584 or 7354042. OLE color: 7354042.
HSL color Cylindrical-coordinate representation of color #BA3670: hue angle of 333.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3670 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 112 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.27 |
| HSL | 333.64º | 0.55% | 0.47% | - |
| HSV(B) | 333.64º | 0.71% | 0.73% | - |
| XYZ | 24.49 | 14.25 | 16.79 | - |
| YUV | 100.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 112 | 0 | 0.71 | 0.40 | 0.27 | 333.64 | 0.55 | 0.47 |
| Hex | BA | 36 | 70 | 0 | 47 | 28 | 1B | 14E | 37 | 2F |
| Octal | 272 | 66 | 160 | 0 | 107 | 50 | 33 | 516 | 67 | 57 |
| Binary | 10111010 | 110110 | 1110000 | 0 | 1000111 | 101000 | 11011 | 101001110 | 110111 | 101111 |
Color Harmonies of #BA3670
Complementary color
Monochromatic Colors of #BA3670
Black with #BA3670
Text Example
Text Example
White with #BA3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3670; }
p { color: rgb(186,54,112); }
H1.HeaderClassName
{
color: #BA3670;
}
.AnyTagClassName
{
color: #BA3670;
}
</style>
background-color css
<style>
a { background-color: #BA3670; }
a { background-color: rgb(186,54,112); }
div.DivClassName
{
background-color: #BA3670;
}
.BgClassName
{
background-color: #BA3670;
}
</style>
border-color css
<style>
span { border-color: #BA3670; }
span { border-color: rgb(186,54,112); }
td.TdClassName
{
border-color: #BA3670;
}
.TagClassName
{
border-color: #BA3670;
}
</style>