Shades of Royal Heath #BA477E
Tints of Royal Heath #BA477E
RGB
CMYK
RGB Variations
Color information
#BA477E (or 0xBA477E) is known color: Royal Heath. HEX triplet: BA, 47 and 7E. RGB value is (186,71,126). Sum of RGB (Red+Green+Blue) = 186+71+126=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA477E is #45B881. Grayscale: #6F6F6F. Windows color (decimal): -4569218 or 8275898. OLE color: 8275898.
HSL color Cylindrical-coordinate representation of color #BA477E: hue angle of 331.3º 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 #BA477E is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 126 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.27 |
| HSL | 331.3º | 0.45% | 0.5% | - |
| HSV(B) | 331.3º | 0.62% | 0.73% | - |
| XYZ | 26.27 | 16.45 | 21.53 | - |
| YUV | 111.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 126 | 0 | 0.62 | 0.32 | 0.27 | 331.3 | 0.45 | 0.5 |
| Hex | BA | 47 | 7E | 0 | 3E | 20 | 1B | 14B | 2D | 32 |
| Octal | 272 | 107 | 176 | 0 | 76 | 40 | 33 | 513 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1111110 | 0 | 111110 | 100000 | 11011 | 101001011 | 101101 | 110010 |
Color Harmonies of #BA477E
Complementary color
Monochromatic Colors of #BA477E
Black with #BA477E
Text Example
Text Example
White with #BA477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA477E; }
p { color: rgb(186,71,126); }
H1.HeaderClassName
{
color: #BA477E;
}
.AnyTagClassName
{
color: #BA477E;
}
</style>
background-color css
<style>
a { background-color: #BA477E; }
a { background-color: rgb(186,71,126); }
div.DivClassName
{
background-color: #BA477E;
}
.BgClassName
{
background-color: #BA477E;
}
</style>
border-color css
<style>
span { border-color: #BA477E; }
span { border-color: rgb(186,71,126); }
td.TdClassName
{
border-color: #BA477E;
}
.TagClassName
{
border-color: #BA477E;
}
</style>