Shades of Royal Heath #BA3571
Tints of Royal Heath #BA3571
RGB
CMYK
RGB Variations
Color information
#BA3571 (or 0xBA3571) is known color: Royal Heath. HEX triplet: BA, 35 and 71. RGB value is (186,53,113). Sum of RGB (Red+Green+Blue) = 186+53+113=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3571 is #45CA8E. Grayscale: #636363. Windows color (decimal): -4573839 or 7419322. OLE color: 7419322.
HSL color Cylindrical-coordinate representation of color #BA3571: hue angle of 332.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3571 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 113 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.27 |
| HSL | 332.93º | 0.56% | 0.47% | - |
| HSV(B) | 332.93º | 0.72% | 0.73% | - |
| XYZ | 24.5 | 14.18 | 17.07 | - |
| YUV | 99.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 113 | 0 | 0.72 | 0.39 | 0.27 | 332.93 | 0.56 | 0.47 |
| Hex | BA | 35 | 71 | 0 | 48 | 27 | 1B | 14D | 38 | 2F |
| Octal | 272 | 65 | 161 | 0 | 110 | 47 | 33 | 515 | 70 | 57 |
| Binary | 10111010 | 110101 | 1110001 | 0 | 1001000 | 100111 | 11011 | 101001101 | 111000 | 101111 |
Color Harmonies of #BA3571
Complementary color
Monochromatic Colors of #BA3571
Black with #BA3571
Text Example
Text Example
White with #BA3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3571; }
p { color: rgb(186,53,113); }
H1.HeaderClassName
{
color: #BA3571;
}
.AnyTagClassName
{
color: #BA3571;
}
</style>
background-color css
<style>
a { background-color: #BA3571; }
a { background-color: rgb(186,53,113); }
div.DivClassName
{
background-color: #BA3571;
}
.BgClassName
{
background-color: #BA3571;
}
</style>
border-color css
<style>
span { border-color: #BA3571; }
span { border-color: rgb(186,53,113); }
td.TdClassName
{
border-color: #BA3571;
}
.TagClassName
{
border-color: #BA3571;
}
</style>