Shades of Mulberry #BA5983
Tints of Mulberry #BA5983
RGB
CMYK
RGB Variations
Color information
#BA5983 (or 0xBA5983) is known color: Mulberry. HEX triplet: BA, 59 and 83. RGB value is (186,89,131). Sum of RGB (Red+Green+Blue) = 186+89+131=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5983 is #45A67C. Grayscale: #7A7A7A. Windows color (decimal): -4564605 or 8608186. OLE color: 8608186.
HSL color Cylindrical-coordinate representation of color #BA5983: hue angle of 334.02º 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 #BA5983 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 131 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.27 |
| HSL | 334.02º | 0.41% | 0.54% | - |
| HSV(B) | 334.02º | 0.52% | 0.73% | - |
| XYZ | 27.92 | 19.22 | 23.71 | - |
| YUV | 122.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 131 | 0 | 0.52 | 0.30 | 0.27 | 334.02 | 0.41 | 0.54 |
| Hex | BA | 59 | 83 | 0 | 34 | 1E | 1B | 14E | 29 | 36 |
| Octal | 272 | 131 | 203 | 0 | 64 | 36 | 33 | 516 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10000011 | 0 | 110100 | 11110 | 11011 | 101001110 | 101001 | 110110 |
Color Harmonies of #BA5983
Complementary color
Monochromatic Colors of #BA5983
Black with #BA5983
Text Example
Text Example
White with #BA5983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5983; }
p { color: rgb(186,89,131); }
H1.HeaderClassName
{
color: #BA5983;
}
.AnyTagClassName
{
color: #BA5983;
}
</style>
background-color css
<style>
a { background-color: #BA5983; }
a { background-color: rgb(186,89,131); }
div.DivClassName
{
background-color: #BA5983;
}
.BgClassName
{
background-color: #BA5983;
}
</style>
border-color css
<style>
span { border-color: #BA5983; }
span { border-color: rgb(186,89,131); }
td.TdClassName
{
border-color: #BA5983;
}
.TagClassName
{
border-color: #BA5983;
}
</style>