Shades of Royal Heath #BA4878
Tints of Royal Heath #BA4878
RGB
CMYK
RGB Variations
Color information
#BA4878 (or 0xBA4878) is known color: Royal Heath. HEX triplet: BA, 48 and 78. RGB value is (186,72,120). Sum of RGB (Red+Green+Blue) = 186+72+120=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4878 is #45B787. Grayscale: #6F6F6F. Windows color (decimal): -4568968 or 7882938. OLE color: 7882938.
HSL color Cylindrical-coordinate representation of color #BA4878: hue angle of 334.74º 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 #BA4878 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 120 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.27 |
| HSL | 334.74º | 0.45% | 0.51% | - |
| HSV(B) | 334.74º | 0.61% | 0.73% | - |
| XYZ | 25.96 | 16.43 | 19.57 | - |
| YUV | 111.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 120 | 0 | 0.61 | 0.35 | 0.27 | 334.74 | 0.45 | 0.51 |
| Hex | BA | 48 | 78 | 0 | 3D | 23 | 1B | 14F | 2D | 33 |
| Octal | 272 | 110 | 170 | 0 | 75 | 43 | 33 | 517 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1111000 | 0 | 111101 | 100011 | 11011 | 101001111 | 101101 | 110011 |
Color Harmonies of #BA4878
Complementary color
Monochromatic Colors of #BA4878
Black with #BA4878
Text Example
Text Example
White with #BA4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4878; }
p { color: rgb(186,72,120); }
H1.HeaderClassName
{
color: #BA4878;
}
.AnyTagClassName
{
color: #BA4878;
}
</style>
background-color css
<style>
a { background-color: #BA4878; }
a { background-color: rgb(186,72,120); }
div.DivClassName
{
background-color: #BA4878;
}
.BgClassName
{
background-color: #BA4878;
}
</style>
border-color css
<style>
span { border-color: #BA4878; }
span { border-color: rgb(186,72,120); }
td.TdClassName
{
border-color: #BA4878;
}
.TagClassName
{
border-color: #BA4878;
}
</style>