Shades of Royal Heath #BA4776
Tints of Royal Heath #BA4776
RGB
CMYK
RGB Variations
Color information
#BA4776 (or 0xBA4776) is known color: Royal Heath. HEX triplet: BA, 47 and 76. RGB value is (186,71,118). Sum of RGB (Red+Green+Blue) = 186+71+118=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4776 is #45B889. Grayscale: #6E6E6E. Windows color (decimal): -4569226 or 7751610. OLE color: 7751610.
HSL color Cylindrical-coordinate representation of color #BA4776: hue angle of 335.48º 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 #BA4776 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 118 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.27 |
| HSL | 335.48º | 0.45% | 0.5% | - |
| HSV(B) | 335.48º | 0.62% | 0.73% | - |
| XYZ | 25.77 | 16.25 | 18.92 | - |
| YUV | 110.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 118 | 0 | 0.62 | 0.37 | 0.27 | 335.48 | 0.45 | 0.5 |
| Hex | BA | 47 | 76 | 0 | 3E | 25 | 1B | 14F | 2D | 32 |
| Octal | 272 | 107 | 166 | 0 | 76 | 45 | 33 | 517 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1110110 | 0 | 111110 | 100101 | 11011 | 101001111 | 101101 | 110010 |
Color Harmonies of #BA4776
Complementary color
Monochromatic Colors of #BA4776
Black with #BA4776
Text Example
Text Example
White with #BA4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4776; }
p { color: rgb(186,71,118); }
H1.HeaderClassName
{
color: #BA4776;
}
.AnyTagClassName
{
color: #BA4776;
}
</style>
background-color css
<style>
a { background-color: #BA4776; }
a { background-color: rgb(186,71,118); }
div.DivClassName
{
background-color: #BA4776;
}
.BgClassName
{
background-color: #BA4776;
}
</style>
border-color css
<style>
span { border-color: #BA4776; }
span { border-color: rgb(186,71,118); }
td.TdClassName
{
border-color: #BA4776;
}
.TagClassName
{
border-color: #BA4776;
}
</style>