Shades of Royal Heath #BA466E
Tints of Royal Heath #BA466E
RGB
CMYK
RGB Variations
Color information
#BA466E (or 0xBA466E) is known color: Royal Heath. HEX triplet: BA, 46 and 6E. RGB value is (186,70,110). Sum of RGB (Red+Green+Blue) = 186+70+110=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA466E is #45B991. Grayscale: #6D6D6D. Windows color (decimal): -4569490 or 7227066. OLE color: 7227066.
HSL color Cylindrical-coordinate representation of color #BA466E: hue angle of 339.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA466E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 110 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.27 |
| HSL | 339.31º | 0.46% | 0.5% | - |
| HSV(B) | 339.31º | 0.62% | 0.73% | - |
| XYZ | 25.25 | 15.95 | 16.5 | - |
| YUV | 109.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 110 | 0 | 0.62 | 0.41 | 0.27 | 339.31 | 0.46 | 0.5 |
| Hex | BA | 46 | 6E | 0 | 3E | 29 | 1B | 153 | 2E | 32 |
| Octal | 272 | 106 | 156 | 0 | 76 | 51 | 33 | 523 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1101110 | 0 | 111110 | 101001 | 11011 | 101010011 | 101110 | 110010 |
Color Harmonies of #BA466E
Complementary color
Monochromatic Colors of #BA466E
Black with #BA466E
Text Example
Text Example
White with #BA466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA466E; }
p { color: rgb(186,70,110); }
H1.HeaderClassName
{
color: #BA466E;
}
.AnyTagClassName
{
color: #BA466E;
}
</style>
background-color css
<style>
a { background-color: #BA466E; }
a { background-color: rgb(186,70,110); }
div.DivClassName
{
background-color: #BA466E;
}
.BgClassName
{
background-color: #BA466E;
}
</style>
border-color css
<style>
span { border-color: #BA466E; }
span { border-color: rgb(186,70,110); }
td.TdClassName
{
border-color: #BA466E;
}
.TagClassName
{
border-color: #BA466E;
}
</style>