Shades of Royal Heath #BA4471
Tints of Royal Heath #BA4471
RGB
CMYK
RGB Variations
Color information
#BA4471 (or 0xBA4471) is known color: Royal Heath. HEX triplet: BA, 44 and 71. RGB value is (186,68,113). Sum of RGB (Red+Green+Blue) = 186+68+113=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4471 is #45BB8E. Grayscale: #6C6C6C. Windows color (decimal): -4569999 or 7423162. OLE color: 7423162.
HSL color Cylindrical-coordinate representation of color #BA4471: hue angle of 337.12º 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 #BA4471 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 113 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.27 |
| HSL | 337.12º | 0.46% | 0.5% | - |
| HSV(B) | 337.12º | 0.63% | 0.73% | - |
| XYZ | 25.3 | 15.77 | 17.33 | - |
| YUV | 108.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 113 | 0 | 0.63 | 0.39 | 0.27 | 337.12 | 0.46 | 0.5 |
| Hex | BA | 44 | 71 | 0 | 3F | 27 | 1B | 151 | 2E | 32 |
| Octal | 272 | 104 | 161 | 0 | 77 | 47 | 33 | 521 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1110001 | 0 | 111111 | 100111 | 11011 | 101010001 | 101110 | 110010 |
Color Harmonies of #BA4471
Complementary color
Monochromatic Colors of #BA4471
Black with #BA4471
Text Example
Text Example
White with #BA4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4471; }
p { color: rgb(186,68,113); }
H1.HeaderClassName
{
color: #BA4471;
}
.AnyTagClassName
{
color: #BA4471;
}
</style>
background-color css
<style>
a { background-color: #BA4471; }
a { background-color: rgb(186,68,113); }
div.DivClassName
{
background-color: #BA4471;
}
.BgClassName
{
background-color: #BA4471;
}
</style>
border-color css
<style>
span { border-color: #BA4471; }
span { border-color: rgb(186,68,113); }
td.TdClassName
{
border-color: #BA4471;
}
.TagClassName
{
border-color: #BA4471;
}
</style>