Shades of Royal Heath #BA4371
Tints of Royal Heath #BA4371
RGB
CMYK
RGB Variations
Color information
#BA4371 (or 0xBA4371) is known color: Royal Heath. HEX triplet: BA, 43 and 71. RGB value is (186,67,113). Sum of RGB (Red+Green+Blue) = 186+67+113=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4371 is #45BC8E. Grayscale: #6B6B6B. Windows color (decimal): -4570255 or 7422906. OLE color: 7422906.
HSL color Cylindrical-coordinate representation of color #BA4371: hue angle of 336.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4371 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 113 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.27 |
| HSL | 336.81º | 0.47% | 0.5% | - |
| HSV(B) | 336.81º | 0.64% | 0.73% | - |
| XYZ | 25.24 | 15.65 | 17.31 | - |
| YUV | 107.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 113 | 0 | 0.64 | 0.39 | 0.27 | 336.81 | 0.47 | 0.5 |
| Hex | BA | 43 | 71 | 0 | 40 | 27 | 1B | 151 | 2F | 32 |
| Octal | 272 | 103 | 161 | 0 | 100 | 47 | 33 | 521 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1110001 | 0 | 1000000 | 100111 | 11011 | 101010001 | 101111 | 110010 |
Color Harmonies of #BA4371
Complementary color
Monochromatic Colors of #BA4371
Black with #BA4371
Text Example
Text Example
White with #BA4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4371; }
p { color: rgb(186,67,113); }
H1.HeaderClassName
{
color: #BA4371;
}
.AnyTagClassName
{
color: #BA4371;
}
</style>
background-color css
<style>
a { background-color: #BA4371; }
a { background-color: rgb(186,67,113); }
div.DivClassName
{
background-color: #BA4371;
}
.BgClassName
{
background-color: #BA4371;
}
</style>
border-color css
<style>
span { border-color: #BA4371; }
span { border-color: rgb(186,67,113); }
td.TdClassName
{
border-color: #BA4371;
}
.TagClassName
{
border-color: #BA4371;
}
</style>