Shades of Mulberry #BA5DA0
Tints of Mulberry #BA5DA0
RGB
CMYK
RGB Variations
Color information
#BA5DA0 (or 0xBA5DA0) is known color: Mulberry. HEX triplet: BA, 5D and A0. RGB value is (186,93,160). Sum of RGB (Red+Green+Blue) = 186+93+160=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DA0 is #45A25F. Grayscale: #808080. Windows color (decimal): -4563552 or 10509754. OLE color: 10509754.
HSL color Cylindrical-coordinate representation of color #BA5DA0: hue angle of 316.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DA0 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 160 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.27 |
| HSL | 316.77º | 0.4% | 0.55% | - |
| HSV(B) | 316.77º | 0.5% | 0.73% | - |
| XYZ | 30.51 | 20.81 | 35.67 | - |
| YUV | 128.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 160 | 0 | 0.5 | 0.14 | 0.27 | 316.77 | 0.4 | 0.55 |
| Hex | BA | 5D | A0 | 0 | 32 | E | 1B | 13D | 28 | 37 |
| Octal | 272 | 135 | 240 | 0 | 62 | 16 | 33 | 475 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10100000 | 0 | 110010 | 1110 | 11011 | 100111101 | 101000 | 110111 |
Color Harmonies of #BA5DA0
Complementary color
Monochromatic Colors of #BA5DA0
Black with #BA5DA0
Text Example
Text Example
White with #BA5DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DA0; }
p { color: rgb(186,93,160); }
H1.HeaderClassName
{
color: #BA5DA0;
}
.AnyTagClassName
{
color: #BA5DA0;
}
</style>
background-color css
<style>
a { background-color: #BA5DA0; }
a { background-color: rgb(186,93,160); }
div.DivClassName
{
background-color: #BA5DA0;
}
.BgClassName
{
background-color: #BA5DA0;
}
</style>
border-color css
<style>
span { border-color: #BA5DA0; }
span { border-color: rgb(186,93,160); }
td.TdClassName
{
border-color: #BA5DA0;
}
.TagClassName
{
border-color: #BA5DA0;
}
</style>