Shades of Royal Heath #BA3671
Tints of Royal Heath #BA3671
RGB
CMYK
RGB Variations
Color information
#BA3671 (or 0xBA3671) is known color: Royal Heath. HEX triplet: BA, 36 and 71. RGB value is (186,54,113). Sum of RGB (Red+Green+Blue) = 186+54+113=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3671 is #45C98E. Grayscale: #646464. Windows color (decimal): -4573583 or 7419578. OLE color: 7419578.
HSL color Cylindrical-coordinate representation of color #BA3671: hue angle of 333.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3671 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 113 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.27 |
| HSL | 333.18º | 0.55% | 0.47% | - |
| HSV(B) | 333.18º | 0.71% | 0.73% | - |
| XYZ | 24.55 | 14.27 | 17.08 | - |
| YUV | 100.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 113 | 0 | 0.71 | 0.39 | 0.27 | 333.18 | 0.55 | 0.47 |
| Hex | BA | 36 | 71 | 0 | 47 | 27 | 1B | 14D | 37 | 2F |
| Octal | 272 | 66 | 161 | 0 | 107 | 47 | 33 | 515 | 67 | 57 |
| Binary | 10111010 | 110110 | 1110001 | 0 | 1000111 | 100111 | 11011 | 101001101 | 110111 | 101111 |
Color Harmonies of #BA3671
Complementary color
Monochromatic Colors of #BA3671
Black with #BA3671
Text Example
Text Example
White with #BA3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3671; }
p { color: rgb(186,54,113); }
H1.HeaderClassName
{
color: #BA3671;
}
.AnyTagClassName
{
color: #BA3671;
}
</style>
background-color css
<style>
a { background-color: #BA3671; }
a { background-color: rgb(186,54,113); }
div.DivClassName
{
background-color: #BA3671;
}
.BgClassName
{
background-color: #BA3671;
}
</style>
border-color css
<style>
span { border-color: #BA3671; }
span { border-color: rgb(186,54,113); }
td.TdClassName
{
border-color: #BA3671;
}
.TagClassName
{
border-color: #BA3671;
}
</style>