Shades of Mulberry #BA5985
Tints of Mulberry #BA5985
RGB
CMYK
RGB Variations
Color information
#BA5985 (or 0xBA5985) is known color: Mulberry. HEX triplet: BA, 59 and 85. RGB value is (186,89,133). Sum of RGB (Red+Green+Blue) = 186+89+133=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5985 is #45A67A. Grayscale: #7A7A7A. Windows color (decimal): -4564603 or 8739258. OLE color: 8739258.
HSL color Cylindrical-coordinate representation of color #BA5985: hue angle of 332.78º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5985 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 133 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.27 |
| HSL | 332.78º | 0.41% | 0.54% | - |
| HSV(B) | 332.78º | 0.52% | 0.73% | - |
| XYZ | 28.06 | 19.28 | 24.43 | - |
| YUV | 123.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 133 | 0 | 0.52 | 0.28 | 0.27 | 332.78 | 0.41 | 0.54 |
| Hex | BA | 59 | 85 | 0 | 34 | 1C | 1B | 14D | 29 | 36 |
| Octal | 272 | 131 | 205 | 0 | 64 | 34 | 33 | 515 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10000101 | 0 | 110100 | 11100 | 11011 | 101001101 | 101001 | 110110 |
Color Harmonies of #BA5985
Complementary color
Monochromatic Colors of #BA5985
Black with #BA5985
Text Example
Text Example
White with #BA5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5985; }
p { color: rgb(186,89,133); }
H1.HeaderClassName
{
color: #BA5985;
}
.AnyTagClassName
{
color: #BA5985;
}
</style>
background-color css
<style>
a { background-color: #BA5985; }
a { background-color: rgb(186,89,133); }
div.DivClassName
{
background-color: #BA5985;
}
.BgClassName
{
background-color: #BA5985;
}
</style>
border-color css
<style>
span { border-color: #BA5985; }
span { border-color: rgb(186,89,133); }
td.TdClassName
{
border-color: #BA5985;
}
.TagClassName
{
border-color: #BA5985;
}
</style>