Shades of Mulberry #BA60A1
Tints of Mulberry #BA60A1
RGB
CMYK
RGB Variations
Color information
#BA60A1 (or 0xBA60A1) is known color: Mulberry. HEX triplet: BA, 60 and A1. RGB value is (186,96,161). Sum of RGB (Red+Green+Blue) = 186+96+161=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60A1 is #459F5E. Grayscale: #828282. Windows color (decimal): -4562783 or 10576058. OLE color: 10576058.
HSL color Cylindrical-coordinate representation of color #BA60A1: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60A1 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 161 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.27 |
| HSL | 316.67º | 0.39% | 0.55% | - |
| HSV(B) | 316.67º | 0.48% | 0.73% | - |
| XYZ | 30.87 | 21.38 | 36.22 | - |
| YUV | 130.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 161 | 0 | 0.48 | 0.13 | 0.27 | 316.67 | 0.39 | 0.55 |
| Hex | BA | 60 | A1 | 0 | 30 | D | 1B | 13D | 27 | 37 |
| Octal | 272 | 140 | 241 | 0 | 60 | 15 | 33 | 475 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10100001 | 0 | 110000 | 1101 | 11011 | 100111101 | 100111 | 110111 |
Color Harmonies of #BA60A1
Complementary color
Monochromatic Colors of #BA60A1
Black with #BA60A1
Text Example
Text Example
White with #BA60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60A1; }
p { color: rgb(186,96,161); }
H1.HeaderClassName
{
color: #BA60A1;
}
.AnyTagClassName
{
color: #BA60A1;
}
</style>
background-color css
<style>
a { background-color: #BA60A1; }
a { background-color: rgb(186,96,161); }
div.DivClassName
{
background-color: #BA60A1;
}
.BgClassName
{
background-color: #BA60A1;
}
</style>
border-color css
<style>
span { border-color: #BA60A1; }
span { border-color: rgb(186,96,161); }
td.TdClassName
{
border-color: #BA60A1;
}
.TagClassName
{
border-color: #BA60A1;
}
</style>