Shades of Mulberry #BA5E8D
Tints of Mulberry #BA5E8D
RGB
CMYK
RGB Variations
Color information
#BA5E8D (or 0xBA5E8D) is known color: Mulberry. HEX triplet: BA, 5E and 8D. RGB value is (186,94,141). Sum of RGB (Red+Green+Blue) = 186+94+141=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E8D is #45A172. Grayscale: #7E7E7E. Windows color (decimal): -4563315 or 9264826. OLE color: 9264826.
HSL color Cylindrical-coordinate representation of color #BA5E8D: hue angle of 329.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E8D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 141 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.27 |
| HSL | 329.35º | 0.4% | 0.55% | - |
| HSV(B) | 329.35º | 0.49% | 0.73% | - |
| XYZ | 29.06 | 20.37 | 27.6 | - |
| YUV | 126.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 141 | 0 | 0.49 | 0.24 | 0.27 | 329.35 | 0.4 | 0.55 |
| Hex | BA | 5E | 8D | 0 | 31 | 18 | 1B | 149 | 28 | 37 |
| Octal | 272 | 136 | 215 | 0 | 61 | 30 | 33 | 511 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10001101 | 0 | 110001 | 11000 | 11011 | 101001001 | 101000 | 110111 |
Color Harmonies of #BA5E8D
Complementary color
Monochromatic Colors of #BA5E8D
Black with #BA5E8D
Text Example
Text Example
White with #BA5E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E8D; }
p { color: rgb(186,94,141); }
H1.HeaderClassName
{
color: #BA5E8D;
}
.AnyTagClassName
{
color: #BA5E8D;
}
</style>
background-color css
<style>
a { background-color: #BA5E8D; }
a { background-color: rgb(186,94,141); }
div.DivClassName
{
background-color: #BA5E8D;
}
.BgClassName
{
background-color: #BA5E8D;
}
</style>
border-color css
<style>
span { border-color: #BA5E8D; }
span { border-color: rgb(186,94,141); }
td.TdClassName
{
border-color: #BA5E8D;
}
.TagClassName
{
border-color: #BA5E8D;
}
</style>