Shades of Royal Heath #BA486E
Tints of Royal Heath #BA486E
RGB
CMYK
RGB Variations
Color information
#BA486E (or 0xBA486E) is known color: Royal Heath. HEX triplet: BA, 48 and 6E. RGB value is (186,72,110). Sum of RGB (Red+Green+Blue) = 186+72+110=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA486E is #45B791. Grayscale: #6E6E6E. Windows color (decimal): -4568978 or 7227578. OLE color: 7227578.
HSL color Cylindrical-coordinate representation of color #BA486E: hue angle of 340º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA486E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 110 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.27 |
| HSL | 340º | 0.45% | 0.51% | - |
| HSV(B) | 340º | 0.61% | 0.73% | - |
| XYZ | 25.38 | 16.2 | 16.54 | - |
| YUV | 110.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 110 | 0 | 0.61 | 0.41 | 0.27 | 340 | 0.45 | 0.51 |
| Hex | BA | 48 | 6E | 0 | 3D | 29 | 1B | 154 | 2D | 33 |
| Octal | 272 | 110 | 156 | 0 | 75 | 51 | 33 | 524 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1101110 | 0 | 111101 | 101001 | 11011 | 101010100 | 101101 | 110011 |
Color Harmonies of #BA486E
Complementary color
Monochromatic Colors of #BA486E
Black with #BA486E
Text Example
Text Example
White with #BA486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA486E; }
p { color: rgb(186,72,110); }
H1.HeaderClassName
{
color: #BA486E;
}
.AnyTagClassName
{
color: #BA486E;
}
</style>
background-color css
<style>
a { background-color: #BA486E; }
a { background-color: rgb(186,72,110); }
div.DivClassName
{
background-color: #BA486E;
}
.BgClassName
{
background-color: #BA486E;
}
</style>
border-color css
<style>
span { border-color: #BA486E; }
span { border-color: rgb(186,72,110); }
td.TdClassName
{
border-color: #BA486E;
}
.TagClassName
{
border-color: #BA486E;
}
</style>