Shades of Royal Heath #BA4473
Tints of Royal Heath #BA4473
RGB
CMYK
RGB Variations
Color information
#BA4473 (or 0xBA4473) is known color: Royal Heath. HEX triplet: BA, 44 and 73. RGB value is (186,68,115). Sum of RGB (Red+Green+Blue) = 186+68+115=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4473 is #45BB8C. Grayscale: #6C6C6C. Windows color (decimal): -4569997 or 7554234. OLE color: 7554234.
HSL color Cylindrical-coordinate representation of color #BA4473: hue angle of 336.1º 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 #BA4473 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 115 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.27 |
| HSL | 336.1º | 0.46% | 0.5% | - |
| HSV(B) | 336.1º | 0.63% | 0.73% | - |
| XYZ | 25.41 | 15.81 | 17.93 | - |
| YUV | 108.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 115 | 0 | 0.63 | 0.38 | 0.27 | 336.1 | 0.46 | 0.5 |
| Hex | BA | 44 | 73 | 0 | 3F | 26 | 1B | 150 | 2E | 32 |
| Octal | 272 | 104 | 163 | 0 | 77 | 46 | 33 | 520 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1110011 | 0 | 111111 | 100110 | 11011 | 101010000 | 101110 | 110010 |
Color Harmonies of #BA4473
Complementary color
Monochromatic Colors of #BA4473
Black with #BA4473
Text Example
Text Example
White with #BA4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4473; }
p { color: rgb(186,68,115); }
H1.HeaderClassName
{
color: #BA4473;
}
.AnyTagClassName
{
color: #BA4473;
}
</style>
background-color css
<style>
a { background-color: #BA4473; }
a { background-color: rgb(186,68,115); }
div.DivClassName
{
background-color: #BA4473;
}
.BgClassName
{
background-color: #BA4473;
}
</style>
border-color css
<style>
span { border-color: #BA4473; }
span { border-color: rgb(186,68,115); }
td.TdClassName
{
border-color: #BA4473;
}
.TagClassName
{
border-color: #BA4473;
}
</style>