Shades of Mulberry #BA5B85
Tints of Mulberry #BA5B85
RGB
CMYK
RGB Variations
Color information
#BA5B85 (or 0xBA5B85) is known color: Mulberry. HEX triplet: BA, 5B and 85. RGB value is (186,91,133). Sum of RGB (Red+Green+Blue) = 186+91+133=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B85 is #45A47A. Grayscale: #7C7C7C. Windows color (decimal): -4564091 or 8739770. OLE color: 8739770.
HSL color Cylindrical-coordinate representation of color #BA5B85: hue angle of 333.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B85 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 133 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.27 |
| HSL | 333.47º | 0.41% | 0.54% | - |
| HSV(B) | 333.47º | 0.51% | 0.73% | - |
| XYZ | 28.22 | 19.61 | 24.49 | - |
| YUV | 124.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 133 | 0 | 0.51 | 0.28 | 0.27 | 333.47 | 0.41 | 0.54 |
| Hex | BA | 5B | 85 | 0 | 33 | 1C | 1B | 14D | 29 | 36 |
| Octal | 272 | 133 | 205 | 0 | 63 | 34 | 33 | 515 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10000101 | 0 | 110011 | 11100 | 11011 | 101001101 | 101001 | 110110 |
Color Harmonies of #BA5B85
Complementary color
Monochromatic Colors of #BA5B85
Black with #BA5B85
Text Example
Text Example
White with #BA5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B85; }
p { color: rgb(186,91,133); }
H1.HeaderClassName
{
color: #BA5B85;
}
.AnyTagClassName
{
color: #BA5B85;
}
</style>
background-color css
<style>
a { background-color: #BA5B85; }
a { background-color: rgb(186,91,133); }
div.DivClassName
{
background-color: #BA5B85;
}
.BgClassName
{
background-color: #BA5B85;
}
</style>
border-color css
<style>
span { border-color: #BA5B85; }
span { border-color: rgb(186,91,133); }
td.TdClassName
{
border-color: #BA5B85;
}
.TagClassName
{
border-color: #BA5B85;
}
</style>