Shades of Royal Heath #BA3971
Tints of Royal Heath #BA3971
RGB
CMYK
RGB Variations
Color information
#BA3971 (or 0xBA3971) is known color: Royal Heath. HEX triplet: BA, 39 and 71. RGB value is (186,57,113). Sum of RGB (Red+Green+Blue) = 186+57+113=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3971 is #45C68E. Grayscale: #656565. Windows color (decimal): -4572815 or 7420346. OLE color: 7420346.
HSL color Cylindrical-coordinate representation of color #BA3971: hue angle of 333.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3971 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 113 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.27 |
| HSL | 333.95º | 0.53% | 0.48% | - |
| HSV(B) | 333.95º | 0.69% | 0.73% | - |
| XYZ | 24.69 | 14.56 | 17.13 | - |
| YUV | 101.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 113 | 0 | 0.69 | 0.39 | 0.27 | 333.95 | 0.53 | 0.48 |
| Hex | BA | 39 | 71 | 0 | 45 | 27 | 1B | 14E | 35 | 30 |
| Octal | 272 | 71 | 161 | 0 | 105 | 47 | 33 | 516 | 65 | 60 |
| Binary | 10111010 | 111001 | 1110001 | 0 | 1000101 | 100111 | 11011 | 101001110 | 110101 | 110000 |
Color Harmonies of #BA3971
Complementary color
Monochromatic Colors of #BA3971
Black with #BA3971
Text Example
Text Example
White with #BA3971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3971; }
p { color: rgb(186,57,113); }
H1.HeaderClassName
{
color: #BA3971;
}
.AnyTagClassName
{
color: #BA3971;
}
</style>
background-color css
<style>
a { background-color: #BA3971; }
a { background-color: rgb(186,57,113); }
div.DivClassName
{
background-color: #BA3971;
}
.BgClassName
{
background-color: #BA3971;
}
</style>
border-color css
<style>
span { border-color: #BA3971; }
span { border-color: rgb(186,57,113); }
td.TdClassName
{
border-color: #BA3971;
}
.TagClassName
{
border-color: #BA3971;
}
</style>