Shades of Royal Heath #BA4879
Tints of Royal Heath #BA4879
RGB
CMYK
RGB Variations
Color information
#BA4879 (or 0xBA4879) is known color: Royal Heath. HEX triplet: BA, 48 and 79. RGB value is (186,72,121). Sum of RGB (Red+Green+Blue) = 186+72+121=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4879 is #45B786. Grayscale: #6F6F6F. Windows color (decimal): -4568967 or 7948474. OLE color: 7948474.
HSL color Cylindrical-coordinate representation of color #BA4879: hue angle of 334.21º 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 #BA4879 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 121 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.27 |
| HSL | 334.21º | 0.45% | 0.51% | - |
| HSV(B) | 334.21º | 0.61% | 0.73% | - |
| XYZ | 26.02 | 16.45 | 19.89 | - |
| YUV | 111.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 121 | 0 | 0.61 | 0.35 | 0.27 | 334.21 | 0.45 | 0.51 |
| Hex | BA | 48 | 79 | 0 | 3D | 23 | 1B | 14E | 2D | 33 |
| Octal | 272 | 110 | 171 | 0 | 75 | 43 | 33 | 516 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1111001 | 0 | 111101 | 100011 | 11011 | 101001110 | 101101 | 110011 |
Color Harmonies of #BA4879
Complementary color
Monochromatic Colors of #BA4879
Black with #BA4879
Text Example
Text Example
White with #BA4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4879; }
p { color: rgb(186,72,121); }
H1.HeaderClassName
{
color: #BA4879;
}
.AnyTagClassName
{
color: #BA4879;
}
</style>
background-color css
<style>
a { background-color: #BA4879; }
a { background-color: rgb(186,72,121); }
div.DivClassName
{
background-color: #BA4879;
}
.BgClassName
{
background-color: #BA4879;
}
</style>
border-color css
<style>
span { border-color: #BA4879; }
span { border-color: rgb(186,72,121); }
td.TdClassName
{
border-color: #BA4879;
}
.TagClassName
{
border-color: #BA4879;
}
</style>