Shades of Royal Heath #BA4778
Tints of Royal Heath #BA4778
RGB
CMYK
RGB Variations
Color information
#BA4778 (or 0xBA4778) is known color: Royal Heath. HEX triplet: BA, 47 and 78. RGB value is (186,71,120). Sum of RGB (Red+Green+Blue) = 186+71+120=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4778 is #45B887. Grayscale: #6E6E6E. Windows color (decimal): -4569224 or 7882682. OLE color: 7882682.
HSL color Cylindrical-coordinate representation of color #BA4778: hue angle of 334.43º 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 #BA4778 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 120 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.27 |
| HSL | 334.43º | 0.45% | 0.5% | - |
| HSV(B) | 334.43º | 0.62% | 0.73% | - |
| XYZ | 25.89 | 16.3 | 19.55 | - |
| YUV | 110.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 120 | 0 | 0.62 | 0.35 | 0.27 | 334.43 | 0.45 | 0.5 |
| Hex | BA | 47 | 78 | 0 | 3E | 23 | 1B | 14E | 2D | 32 |
| Octal | 272 | 107 | 170 | 0 | 76 | 43 | 33 | 516 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1111000 | 0 | 111110 | 100011 | 11011 | 101001110 | 101101 | 110010 |
Color Harmonies of #BA4778
Complementary color
Monochromatic Colors of #BA4778
Black with #BA4778
Text Example
Text Example
White with #BA4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4778; }
p { color: rgb(186,71,120); }
H1.HeaderClassName
{
color: #BA4778;
}
.AnyTagClassName
{
color: #BA4778;
}
</style>
background-color css
<style>
a { background-color: #BA4778; }
a { background-color: rgb(186,71,120); }
div.DivClassName
{
background-color: #BA4778;
}
.BgClassName
{
background-color: #BA4778;
}
</style>
border-color css
<style>
span { border-color: #BA4778; }
span { border-color: rgb(186,71,120); }
td.TdClassName
{
border-color: #BA4778;
}
.TagClassName
{
border-color: #BA4778;
}
</style>