Shades of Royal Heath #BA476E
Tints of Royal Heath #BA476E
RGB
CMYK
RGB Variations
Color information
#BA476E (or 0xBA476E) is known color: Royal Heath. HEX triplet: BA, 47 and 6E. RGB value is (186,71,110). Sum of RGB (Red+Green+Blue) = 186+71+110=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476E is #45B891. Grayscale: #6D6D6D. Windows color (decimal): -4569234 or 7227322. OLE color: 7227322.
HSL color Cylindrical-coordinate representation of color #BA476E: hue angle of 339.65º degrees, saturation: 0.45, 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 #BA476E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 110 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.27 |
| HSL | 339.65º | 0.45% | 0.5% | - |
| HSV(B) | 339.65º | 0.62% | 0.73% | - |
| XYZ | 25.32 | 16.07 | 16.52 | - |
| YUV | 109.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 110 | 0 | 0.62 | 0.41 | 0.27 | 339.65 | 0.45 | 0.5 |
| Hex | BA | 47 | 6E | 0 | 3E | 29 | 1B | 154 | 2D | 32 |
| Octal | 272 | 107 | 156 | 0 | 76 | 51 | 33 | 524 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1101110 | 0 | 111110 | 101001 | 11011 | 101010100 | 101101 | 110010 |
Color Harmonies of #BA476E
Complementary color
Monochromatic Colors of #BA476E
Black with #BA476E
Text Example
Text Example
White with #BA476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA476E; }
p { color: rgb(186,71,110); }
H1.HeaderClassName
{
color: #BA476E;
}
.AnyTagClassName
{
color: #BA476E;
}
</style>
background-color css
<style>
a { background-color: #BA476E; }
a { background-color: rgb(186,71,110); }
div.DivClassName
{
background-color: #BA476E;
}
.BgClassName
{
background-color: #BA476E;
}
</style>
border-color css
<style>
span { border-color: #BA476E; }
span { border-color: rgb(186,71,110); }
td.TdClassName
{
border-color: #BA476E;
}
.TagClassName
{
border-color: #BA476E;
}
</style>