Shades of Mulberry #BA5B87
Tints of Mulberry #BA5B87
RGB
CMYK
RGB Variations
Color information
#BA5B87 (or 0xBA5B87) is known color: Mulberry. HEX triplet: BA, 5B and 87. RGB value is (186,91,135). Sum of RGB (Red+Green+Blue) = 186+91+135=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B87 is #45A478. Grayscale: #7C7C7C. Windows color (decimal): -4564089 or 8870842. OLE color: 8870842.
HSL color Cylindrical-coordinate representation of color #BA5B87: hue angle of 332.21º 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 #BA5B87 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 135 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.27 |
| HSL | 332.21º | 0.41% | 0.54% | - |
| HSV(B) | 332.21º | 0.51% | 0.73% | - |
| XYZ | 28.36 | 19.67 | 25.22 | - |
| YUV | 124.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 135 | 0 | 0.51 | 0.27 | 0.27 | 332.21 | 0.41 | 0.54 |
| Hex | BA | 5B | 87 | 0 | 33 | 1B | 1B | 14C | 29 | 36 |
| Octal | 272 | 133 | 207 | 0 | 63 | 33 | 33 | 514 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10000111 | 0 | 110011 | 11011 | 11011 | 101001100 | 101001 | 110110 |
Color Harmonies of #BA5B87
Complementary color
Monochromatic Colors of #BA5B87
Black with #BA5B87
Text Example
Text Example
White with #BA5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B87; }
p { color: rgb(186,91,135); }
H1.HeaderClassName
{
color: #BA5B87;
}
.AnyTagClassName
{
color: #BA5B87;
}
</style>
background-color css
<style>
a { background-color: #BA5B87; }
a { background-color: rgb(186,91,135); }
div.DivClassName
{
background-color: #BA5B87;
}
.BgClassName
{
background-color: #BA5B87;
}
</style>
border-color css
<style>
span { border-color: #BA5B87; }
span { border-color: rgb(186,91,135); }
td.TdClassName
{
border-color: #BA5B87;
}
.TagClassName
{
border-color: #BA5B87;
}
</style>