Shades of Mulberry #BA5C89
Tints of Mulberry #BA5C89
RGB
CMYK
RGB Variations
Color information
#BA5C89 (or 0xBA5C89) is known color: Mulberry. HEX triplet: BA, 5C and 89. RGB value is (186,92,137). Sum of RGB (Red+Green+Blue) = 186+92+137=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C89 is #45A376. Grayscale: #7D7D7D. Windows color (decimal): -4563831 or 9002170. OLE color: 9002170.
HSL color Cylindrical-coordinate representation of color #BA5C89: hue angle of 331.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C89 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 137 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.27 |
| HSL | 331.28º | 0.41% | 0.55% | - |
| HSV(B) | 331.28º | 0.51% | 0.73% | - |
| XYZ | 28.59 | 19.9 | 26 | - |
| YUV | 125.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 137 | 0 | 0.51 | 0.26 | 0.27 | 331.28 | 0.41 | 0.55 |
| Hex | BA | 5C | 89 | 0 | 33 | 1A | 1B | 14B | 29 | 37 |
| Octal | 272 | 134 | 211 | 0 | 63 | 32 | 33 | 513 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10001001 | 0 | 110011 | 11010 | 11011 | 101001011 | 101001 | 110111 |
Color Harmonies of #BA5C89
Complementary color
Monochromatic Colors of #BA5C89
Black with #BA5C89
Text Example
Text Example
White with #BA5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C89; }
p { color: rgb(186,92,137); }
H1.HeaderClassName
{
color: #BA5C89;
}
.AnyTagClassName
{
color: #BA5C89;
}
</style>
background-color css
<style>
a { background-color: #BA5C89; }
a { background-color: rgb(186,92,137); }
div.DivClassName
{
background-color: #BA5C89;
}
.BgClassName
{
background-color: #BA5C89;
}
</style>
border-color css
<style>
span { border-color: #BA5C89; }
span { border-color: rgb(186,92,137); }
td.TdClassName
{
border-color: #BA5C89;
}
.TagClassName
{
border-color: #BA5C89;
}
</style>