Shades of Mulberry #BA5584
Tints of Mulberry #BA5584
RGB
CMYK
RGB Variations
Color information
#BA5584 (or 0xBA5584) is known color: Mulberry. HEX triplet: BA, 55 and 84. RGB value is (186,85,132). Sum of RGB (Red+Green+Blue) = 186+85+132=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5584 is #45AA7B. Grayscale: #787878. Windows color (decimal): -4565628 or 8672698. OLE color: 8672698.
HSL color Cylindrical-coordinate representation of color #BA5584: hue angle of 332.08º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5584 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 132 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.27 |
| HSL | 332.08º | 0.42% | 0.53% | - |
| HSV(B) | 332.08º | 0.54% | 0.73% | - |
| XYZ | 27.66 | 18.6 | 23.96 | - |
| YUV | 120.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 132 | 0 | 0.54 | 0.29 | 0.27 | 332.08 | 0.42 | 0.53 |
| Hex | BA | 55 | 84 | 0 | 36 | 1D | 1B | 14C | 2A | 35 |
| Octal | 272 | 125 | 204 | 0 | 66 | 35 | 33 | 514 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10000100 | 0 | 110110 | 11101 | 11011 | 101001100 | 101010 | 110101 |
Color Harmonies of #BA5584
Complementary color
Monochromatic Colors of #BA5584
Black with #BA5584
Text Example
Text Example
White with #BA5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5584; }
p { color: rgb(186,85,132); }
H1.HeaderClassName
{
color: #BA5584;
}
.AnyTagClassName
{
color: #BA5584;
}
</style>
background-color css
<style>
a { background-color: #BA5584; }
a { background-color: rgb(186,85,132); }
div.DivClassName
{
background-color: #BA5584;
}
.BgClassName
{
background-color: #BA5584;
}
</style>
border-color css
<style>
span { border-color: #BA5584; }
span { border-color: rgb(186,85,132); }
td.TdClassName
{
border-color: #BA5584;
}
.TagClassName
{
border-color: #BA5584;
}
</style>