Shades of Mulberry #BA5D87
Tints of Mulberry #BA5D87
RGB
CMYK
RGB Variations
Color information
#BA5D87 (or 0xBA5D87) is known color: Mulberry. HEX triplet: BA, 5D and 87. RGB value is (186,93,135). Sum of RGB (Red+Green+Blue) = 186+93+135=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D87 is #45A278. Grayscale: #7D7D7D. Windows color (decimal): -4563577 or 8871354. OLE color: 8871354.
HSL color Cylindrical-coordinate representation of color #BA5D87: hue angle of 332.9º 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 #BA5D87 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 135 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.27 |
| HSL | 332.9º | 0.4% | 0.55% | - |
| HSV(B) | 332.9º | 0.5% | 0.73% | - |
| XYZ | 28.54 | 20.02 | 25.28 | - |
| YUV | 125.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 135 | 0 | 0.5 | 0.27 | 0.27 | 332.9 | 0.4 | 0.55 |
| Hex | BA | 5D | 87 | 0 | 32 | 1B | 1B | 14D | 28 | 37 |
| Octal | 272 | 135 | 207 | 0 | 62 | 33 | 33 | 515 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10000111 | 0 | 110010 | 11011 | 11011 | 101001101 | 101000 | 110111 |
Color Harmonies of #BA5D87
Complementary color
Monochromatic Colors of #BA5D87
Black with #BA5D87
Text Example
Text Example
White with #BA5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D87; }
p { color: rgb(186,93,135); }
H1.HeaderClassName
{
color: #BA5D87;
}
.AnyTagClassName
{
color: #BA5D87;
}
</style>
background-color css
<style>
a { background-color: #BA5D87; }
a { background-color: rgb(186,93,135); }
div.DivClassName
{
background-color: #BA5D87;
}
.BgClassName
{
background-color: #BA5D87;
}
</style>
border-color css
<style>
span { border-color: #BA5D87; }
span { border-color: rgb(186,93,135); }
td.TdClassName
{
border-color: #BA5D87;
}
.TagClassName
{
border-color: #BA5D87;
}
</style>