Shades of Mulberry #BA5B95
Tints of Mulberry #BA5B95
RGB
CMYK
RGB Variations
Color information
#BA5B95 (or 0xBA5B95) is known color: Mulberry. HEX triplet: BA, 5B and 95. RGB value is (186,91,149). Sum of RGB (Red+Green+Blue) = 186+91+149=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B95 is #45A46A. Grayscale: #7D7D7D. Windows color (decimal): -4564075 or 9788346. OLE color: 9788346.
HSL color Cylindrical-coordinate representation of color #BA5B95: hue angle of 323.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B95 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 149 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.27 |
| HSL | 323.37º | 0.41% | 0.54% | - |
| HSV(B) | 323.37º | 0.51% | 0.73% | - |
| XYZ | 29.42 | 20.09 | 30.76 | - |
| YUV | 126.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 149 | 0 | 0.51 | 0.20 | 0.27 | 323.37 | 0.41 | 0.54 |
| Hex | BA | 5B | 95 | 0 | 33 | 14 | 1B | 143 | 29 | 36 |
| Octal | 272 | 133 | 225 | 0 | 63 | 24 | 33 | 503 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10010101 | 0 | 110011 | 10100 | 11011 | 101000011 | 101001 | 110110 |
Color Harmonies of #BA5B95
Complementary color
Monochromatic Colors of #BA5B95
Black with #BA5B95
Text Example
Text Example
White with #BA5B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B95; }
p { color: rgb(186,91,149); }
H1.HeaderClassName
{
color: #BA5B95;
}
.AnyTagClassName
{
color: #BA5B95;
}
</style>
background-color css
<style>
a { background-color: #BA5B95; }
a { background-color: rgb(186,91,149); }
div.DivClassName
{
background-color: #BA5B95;
}
.BgClassName
{
background-color: #BA5B95;
}
</style>
border-color css
<style>
span { border-color: #BA5B95; }
span { border-color: rgb(186,91,149); }
td.TdClassName
{
border-color: #BA5B95;
}
.TagClassName
{
border-color: #BA5B95;
}
</style>