Shades of Mulberry #BA518B
Tints of Mulberry #BA518B
RGB
CMYK
RGB Variations
Color information
#BA518B (or 0xBA518B) is known color: Mulberry. HEX triplet: BA, 51 and 8B. RGB value is (186,81,139). Sum of RGB (Red+Green+Blue) = 186+81+139=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA518B is #45AE74. Grayscale: #767676. Windows color (decimal): -4566645 or 9130426. OLE color: 9130426.
HSL color Cylindrical-coordinate representation of color #BA518B: hue angle of 326.86º 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 #BA518B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 139 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.27 |
| HSL | 326.86º | 0.43% | 0.52% | - |
| HSV(B) | 326.86º | 0.56% | 0.73% | - |
| XYZ | 27.85 | 18.19 | 26.47 | - |
| YUV | 119.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 139 | 0 | 0.56 | 0.25 | 0.27 | 326.86 | 0.43 | 0.52 |
| Hex | BA | 51 | 8B | 0 | 38 | 19 | 1B | 147 | 2B | 34 |
| Octal | 272 | 121 | 213 | 0 | 70 | 31 | 33 | 507 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10001011 | 0 | 111000 | 11001 | 11011 | 101000111 | 101011 | 110100 |
Color Harmonies of #BA518B
Complementary color
Monochromatic Colors of #BA518B
Black with #BA518B
Text Example
Text Example
White with #BA518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA518B; }
p { color: rgb(186,81,139); }
H1.HeaderClassName
{
color: #BA518B;
}
.AnyTagClassName
{
color: #BA518B;
}
</style>
background-color css
<style>
a { background-color: #BA518B; }
a { background-color: rgb(186,81,139); }
div.DivClassName
{
background-color: #BA518B;
}
.BgClassName
{
background-color: #BA518B;
}
</style>
border-color css
<style>
span { border-color: #BA518B; }
span { border-color: rgb(186,81,139); }
td.TdClassName
{
border-color: #BA518B;
}
.TagClassName
{
border-color: #BA518B;
}
</style>