Shades of Royal Heath #BA4478
Tints of Royal Heath #BA4478
RGB
CMYK
RGB Variations
Color information
#BA4478 (or 0xBA4478) is known color: Royal Heath. HEX triplet: BA, 44 and 78. RGB value is (186,68,120). Sum of RGB (Red+Green+Blue) = 186+68+120=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4478 is #45BB87. Grayscale: #6D6D6D. Windows color (decimal): -4569992 or 7881914. OLE color: 7881914.
HSL color Cylindrical-coordinate representation of color #BA4478: hue angle of 333.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4478 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 120 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.27 |
| HSL | 333.56º | 0.46% | 0.5% | - |
| HSV(B) | 333.56º | 0.63% | 0.73% | - |
| XYZ | 25.71 | 15.93 | 19.49 | - |
| YUV | 109.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 120 | 0 | 0.63 | 0.35 | 0.27 | 333.56 | 0.46 | 0.5 |
| Hex | BA | 44 | 78 | 0 | 3F | 23 | 1B | 14E | 2E | 32 |
| Octal | 272 | 104 | 170 | 0 | 77 | 43 | 33 | 516 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1111000 | 0 | 111111 | 100011 | 11011 | 101001110 | 101110 | 110010 |
Color Harmonies of #BA4478
Complementary color
Monochromatic Colors of #BA4478
Black with #BA4478
Text Example
Text Example
White with #BA4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4478; }
p { color: rgb(186,68,120); }
H1.HeaderClassName
{
color: #BA4478;
}
.AnyTagClassName
{
color: #BA4478;
}
</style>
background-color css
<style>
a { background-color: #BA4478; }
a { background-color: rgb(186,68,120); }
div.DivClassName
{
background-color: #BA4478;
}
.BgClassName
{
background-color: #BA4478;
}
</style>
border-color css
<style>
span { border-color: #BA4478; }
span { border-color: rgb(186,68,120); }
td.TdClassName
{
border-color: #BA4478;
}
.TagClassName
{
border-color: #BA4478;
}
</style>