Shades of Royal Heath #BA4676
Tints of Royal Heath #BA4676
RGB
CMYK
RGB Variations
Color information
#BA4676 (or 0xBA4676) is known color: Royal Heath. HEX triplet: BA, 46 and 76. RGB value is (186,70,118). Sum of RGB (Red+Green+Blue) = 186+70+118=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4676 is #45B989. Grayscale: #6E6E6E. Windows color (decimal): -4569482 or 7751354. OLE color: 7751354.
HSL color Cylindrical-coordinate representation of color #BA4676: hue angle of 335.17º 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 #BA4676 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 118 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.27 |
| HSL | 335.17º | 0.46% | 0.5% | - |
| HSV(B) | 335.17º | 0.62% | 0.73% | - |
| XYZ | 25.71 | 16.13 | 18.9 | - |
| YUV | 110.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 118 | 0 | 0.62 | 0.37 | 0.27 | 335.17 | 0.46 | 0.5 |
| Hex | BA | 46 | 76 | 0 | 3E | 25 | 1B | 14F | 2E | 32 |
| Octal | 272 | 106 | 166 | 0 | 76 | 45 | 33 | 517 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1110110 | 0 | 111110 | 100101 | 11011 | 101001111 | 101110 | 110010 |
Color Harmonies of #BA4676
Complementary color
Monochromatic Colors of #BA4676
Black with #BA4676
Text Example
Text Example
White with #BA4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4676; }
p { color: rgb(186,70,118); }
H1.HeaderClassName
{
color: #BA4676;
}
.AnyTagClassName
{
color: #BA4676;
}
</style>
background-color css
<style>
a { background-color: #BA4676; }
a { background-color: rgb(186,70,118); }
div.DivClassName
{
background-color: #BA4676;
}
.BgClassName
{
background-color: #BA4676;
}
</style>
border-color css
<style>
span { border-color: #BA4676; }
span { border-color: rgb(186,70,118); }
td.TdClassName
{
border-color: #BA4676;
}
.TagClassName
{
border-color: #BA4676;
}
</style>