Shades of Royal Heath #BA4472
Tints of Royal Heath #BA4472
RGB
CMYK
RGB Variations
Color information
#BA4472 (or 0xBA4472) is known color: Royal Heath. HEX triplet: BA, 44 and 72. RGB value is (186,68,114). Sum of RGB (Red+Green+Blue) = 186+68+114=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4472 is #45BB8D. Grayscale: #6C6C6C. Windows color (decimal): -4569998 or 7488698. OLE color: 7488698.
HSL color Cylindrical-coordinate representation of color #BA4472: hue angle of 336.61º 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 #BA4472 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 114 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.27 |
| HSL | 336.61º | 0.46% | 0.5% | - |
| HSV(B) | 336.61º | 0.63% | 0.73% | - |
| XYZ | 25.35 | 15.79 | 17.63 | - |
| YUV | 108.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 114 | 0 | 0.63 | 0.39 | 0.27 | 336.61 | 0.46 | 0.5 |
| Hex | BA | 44 | 72 | 0 | 3F | 27 | 1B | 151 | 2E | 32 |
| Octal | 272 | 104 | 162 | 0 | 77 | 47 | 33 | 521 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1110010 | 0 | 111111 | 100111 | 11011 | 101010001 | 101110 | 110010 |
Color Harmonies of #BA4472
Complementary color
Monochromatic Colors of #BA4472
Black with #BA4472
Text Example
Text Example
White with #BA4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4472; }
p { color: rgb(186,68,114); }
H1.HeaderClassName
{
color: #BA4472;
}
.AnyTagClassName
{
color: #BA4472;
}
</style>
background-color css
<style>
a { background-color: #BA4472; }
a { background-color: rgb(186,68,114); }
div.DivClassName
{
background-color: #BA4472;
}
.BgClassName
{
background-color: #BA4472;
}
</style>
border-color css
<style>
span { border-color: #BA4472; }
span { border-color: rgb(186,68,114); }
td.TdClassName
{
border-color: #BA4472;
}
.TagClassName
{
border-color: #BA4472;
}
</style>