Shades of Mulberry #BA5D89
Tints of Mulberry #BA5D89
RGB
CMYK
RGB Variations
Color information
#BA5D89 (or 0xBA5D89) is known color: Mulberry. HEX triplet: BA, 5D and 89. RGB value is (186,93,137). Sum of RGB (Red+Green+Blue) = 186+93+137=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D89 is #45A276. Grayscale: #7D7D7D. Windows color (decimal): -4563575 or 9002426. OLE color: 9002426.
HSL color Cylindrical-coordinate representation of color #BA5D89: hue angle of 331.61º 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 #BA5D89 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 137 | - |
| CMYK | 0 | 0.5 | 0.26 | 0.27 |
| HSL | 331.61º | 0.4% | 0.55% | - |
| HSV(B) | 331.61º | 0.5% | 0.73% | - |
| XYZ | 28.68 | 20.07 | 26.03 | - |
| YUV | 125.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 137 | 0 | 0.5 | 0.26 | 0.27 | 331.61 | 0.4 | 0.55 |
| Hex | BA | 5D | 89 | 0 | 32 | 1A | 1B | 14C | 28 | 37 |
| Octal | 272 | 135 | 211 | 0 | 62 | 32 | 33 | 514 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10001001 | 0 | 110010 | 11010 | 11011 | 101001100 | 101000 | 110111 |
Color Harmonies of #BA5D89
Complementary color
Monochromatic Colors of #BA5D89
Black with #BA5D89
Text Example
Text Example
White with #BA5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D89; }
p { color: rgb(186,93,137); }
H1.HeaderClassName
{
color: #BA5D89;
}
.AnyTagClassName
{
color: #BA5D89;
}
</style>
background-color css
<style>
a { background-color: #BA5D89; }
a { background-color: rgb(186,93,137); }
div.DivClassName
{
background-color: #BA5D89;
}
.BgClassName
{
background-color: #BA5D89;
}
</style>
border-color css
<style>
span { border-color: #BA5D89; }
span { border-color: rgb(186,93,137); }
td.TdClassName
{
border-color: #BA5D89;
}
.TagClassName
{
border-color: #BA5D89;
}
</style>