Shades of Royal Heath #BA5171
Tints of Royal Heath #BA5171
RGB
CMYK
RGB Variations
Color information
#BA5171 (or 0xBA5171) is known color: Royal Heath. HEX triplet: BA, 51 and 71. RGB value is (186,81,113). Sum of RGB (Red+Green+Blue) = 186+81+113=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5171 is #45AE8E. Grayscale: #747474. Windows color (decimal): -4566671 or 7426490. OLE color: 7426490.
HSL color Cylindrical-coordinate representation of color #BA5171: hue angle of 341.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5171 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 113 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.27 |
| HSL | 341.71º | 0.43% | 0.52% | - |
| HSV(B) | 341.71º | 0.56% | 0.73% | - |
| XYZ | 26.17 | 17.52 | 17.62 | - |
| YUV | 116.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 113 | 0 | 0.56 | 0.39 | 0.27 | 341.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 71 | 0 | 38 | 27 | 1B | 156 | 2B | 34 |
| Octal | 272 | 121 | 161 | 0 | 70 | 47 | 33 | 526 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1110001 | 0 | 111000 | 100111 | 11011 | 101010110 | 101011 | 110100 |
Color Harmonies of #BA5171
Complementary color
Monochromatic Colors of #BA5171
Black with #BA5171
Text Example
Text Example
White with #BA5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5171; }
p { color: rgb(186,81,113); }
H1.HeaderClassName
{
color: #BA5171;
}
.AnyTagClassName
{
color: #BA5171;
}
</style>
background-color css
<style>
a { background-color: #BA5171; }
a { background-color: rgb(186,81,113); }
div.DivClassName
{
background-color: #BA5171;
}
.BgClassName
{
background-color: #BA5171;
}
</style>
border-color css
<style>
span { border-color: #BA5171; }
span { border-color: rgb(186,81,113); }
td.TdClassName
{
border-color: #BA5171;
}
.TagClassName
{
border-color: #BA5171;
}
</style>