Shades of Royal Heath #BA4E80
Tints of Royal Heath #BA4E80
RGB
CMYK
RGB Variations
Color information
#BA4E80 (or 0xBA4E80) is known color: Royal Heath. HEX triplet: BA, 4E and 80. RGB value is (186,78,128). Sum of RGB (Red+Green+Blue) = 186+78+128=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E80 is #45B17F. Grayscale: #737373. Windows color (decimal): -4567424 or 8408762. OLE color: 8408762.
HSL color Cylindrical-coordinate representation of color #BA4E80: hue angle of 332.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E80 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 128 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.27 |
| HSL | 332.22º | 0.44% | 0.52% | - |
| HSV(B) | 332.22º | 0.58% | 0.73% | - |
| XYZ | 26.87 | 17.45 | 22.37 | - |
| YUV | 115.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 128 | 0 | 0.58 | 0.31 | 0.27 | 332.22 | 0.44 | 0.52 |
| Hex | BA | 4E | 80 | 0 | 3A | 1F | 1B | 14C | 2C | 34 |
| Octal | 272 | 116 | 200 | 0 | 72 | 37 | 33 | 514 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10000000 | 0 | 111010 | 11111 | 11011 | 101001100 | 101100 | 110100 |
Color Harmonies of #BA4E80
Complementary color
Monochromatic Colors of #BA4E80
Black with #BA4E80
Text Example
Text Example
White with #BA4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E80; }
p { color: rgb(186,78,128); }
H1.HeaderClassName
{
color: #BA4E80;
}
.AnyTagClassName
{
color: #BA4E80;
}
</style>
background-color css
<style>
a { background-color: #BA4E80; }
a { background-color: rgb(186,78,128); }
div.DivClassName
{
background-color: #BA4E80;
}
.BgClassName
{
background-color: #BA4E80;
}
</style>
border-color css
<style>
span { border-color: #BA4E80; }
span { border-color: rgb(186,78,128); }
td.TdClassName
{
border-color: #BA4E80;
}
.TagClassName
{
border-color: #BA4E80;
}
</style>