Shades of Mulberry #BA5F99
Tints of Mulberry #BA5F99
RGB
CMYK
RGB Variations
Color information
#BA5F99 (or 0xBA5F99) is known color: Mulberry. HEX triplet: BA, 5F and 99. RGB value is (186,95,153). Sum of RGB (Red+Green+Blue) = 186+95+153=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F99 is #45A066. Grayscale: #808080. Windows color (decimal): -4563047 or 10051514. OLE color: 10051514.
HSL color Cylindrical-coordinate representation of color #BA5F99: hue angle of 321.76º 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 #BA5F99 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 153 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.27 |
| HSL | 321.76º | 0.4% | 0.55% | - |
| HSV(B) | 321.76º | 0.49% | 0.73% | - |
| XYZ | 30.09 | 20.92 | 32.59 | - |
| YUV | 128.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 153 | 0 | 0.49 | 0.18 | 0.27 | 321.76 | 0.4 | 0.55 |
| Hex | BA | 5F | 99 | 0 | 31 | 12 | 1B | 142 | 28 | 37 |
| Octal | 272 | 137 | 231 | 0 | 61 | 22 | 33 | 502 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10011001 | 0 | 110001 | 10010 | 11011 | 101000010 | 101000 | 110111 |
Color Harmonies of #BA5F99
Complementary color
Monochromatic Colors of #BA5F99
Black with #BA5F99
Text Example
Text Example
White with #BA5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F99; }
p { color: rgb(186,95,153); }
H1.HeaderClassName
{
color: #BA5F99;
}
.AnyTagClassName
{
color: #BA5F99;
}
</style>
background-color css
<style>
a { background-color: #BA5F99; }
a { background-color: rgb(186,95,153); }
div.DivClassName
{
background-color: #BA5F99;
}
.BgClassName
{
background-color: #BA5F99;
}
</style>
border-color css
<style>
span { border-color: #BA5F99; }
span { border-color: rgb(186,95,153); }
td.TdClassName
{
border-color: #BA5F99;
}
.TagClassName
{
border-color: #BA5F99;
}
</style>