Shades of Royal Heath #BA4876
Tints of Royal Heath #BA4876
RGB
CMYK
RGB Variations
Color information
#BA4876 (or 0xBA4876) is known color: Royal Heath. HEX triplet: BA, 48 and 76. RGB value is (186,72,118). Sum of RGB (Red+Green+Blue) = 186+72+118=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4876 is #45B789. Grayscale: #6F6F6F. Windows color (decimal): -4568970 or 7751866. OLE color: 7751866.
HSL color Cylindrical-coordinate representation of color #BA4876: hue angle of 335.79º 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 #BA4876 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 118 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.27 |
| HSL | 335.79º | 0.45% | 0.51% | - |
| HSV(B) | 335.79º | 0.61% | 0.73% | - |
| XYZ | 25.84 | 16.38 | 18.94 | - |
| YUV | 111.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 118 | 0 | 0.61 | 0.37 | 0.27 | 335.79 | 0.45 | 0.51 |
| Hex | BA | 48 | 76 | 0 | 3D | 25 | 1B | 150 | 2D | 33 |
| Octal | 272 | 110 | 166 | 0 | 75 | 45 | 33 | 520 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1110110 | 0 | 111101 | 100101 | 11011 | 101010000 | 101101 | 110011 |
Color Harmonies of #BA4876
Complementary color
Monochromatic Colors of #BA4876
Black with #BA4876
Text Example
Text Example
White with #BA4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4876; }
p { color: rgb(186,72,118); }
H1.HeaderClassName
{
color: #BA4876;
}
.AnyTagClassName
{
color: #BA4876;
}
</style>
background-color css
<style>
a { background-color: #BA4876; }
a { background-color: rgb(186,72,118); }
div.DivClassName
{
background-color: #BA4876;
}
.BgClassName
{
background-color: #BA4876;
}
</style>
border-color css
<style>
span { border-color: #BA4876; }
span { border-color: rgb(186,72,118); }
td.TdClassName
{
border-color: #BA4876;
}
.TagClassName
{
border-color: #BA4876;
}
</style>