Shades of Royal Heath #BA4D76
Tints of Royal Heath #BA4D76
RGB
CMYK
RGB Variations
Color information
#BA4D76 (or 0xBA4D76) is known color: Royal Heath. HEX triplet: BA, 4D and 76. RGB value is (186,77,118). Sum of RGB (Red+Green+Blue) = 186+77+118=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D76 is #45B289. Grayscale: #727272. Windows color (decimal): -4567690 or 7753146. OLE color: 7753146.
HSL color Cylindrical-coordinate representation of color #BA4D76: hue angle of 337.43º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D76 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 118 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.27 |
| HSL | 337.43º | 0.44% | 0.52% | - |
| HSV(B) | 337.43º | 0.59% | 0.73% | - |
| XYZ | 26.17 | 17.05 | 19.05 | - |
| YUV | 114.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 118 | 0 | 0.59 | 0.37 | 0.27 | 337.43 | 0.44 | 0.52 |
| Hex | BA | 4D | 76 | 0 | 3B | 25 | 1B | 151 | 2C | 34 |
| Octal | 272 | 115 | 166 | 0 | 73 | 45 | 33 | 521 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1110110 | 0 | 111011 | 100101 | 11011 | 101010001 | 101100 | 110100 |
Color Harmonies of #BA4D76
Complementary color
Monochromatic Colors of #BA4D76
Black with #BA4D76
Text Example
Text Example
White with #BA4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D76; }
p { color: rgb(186,77,118); }
H1.HeaderClassName
{
color: #BA4D76;
}
.AnyTagClassName
{
color: #BA4D76;
}
</style>
background-color css
<style>
a { background-color: #BA4D76; }
a { background-color: rgb(186,77,118); }
div.DivClassName
{
background-color: #BA4D76;
}
.BgClassName
{
background-color: #BA4D76;
}
</style>
border-color css
<style>
span { border-color: #BA4D76; }
span { border-color: rgb(186,77,118); }
td.TdClassName
{
border-color: #BA4D76;
}
.TagClassName
{
border-color: #BA4D76;
}
</style>