Shades of Mulberry #BA5B96
Tints of Mulberry #BA5B96
RGB
CMYK
RGB Variations
Color information
#BA5B96 (or 0xBA5B96) is known color: Mulberry. HEX triplet: BA, 5B and 96. RGB value is (186,91,150). Sum of RGB (Red+Green+Blue) = 186+91+150=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B96 is #45A469. Grayscale: #7D7D7D. Windows color (decimal): -4564074 or 9853882. OLE color: 9853882.
HSL color Cylindrical-coordinate representation of color #BA5B96: hue angle of 322.74º 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 #BA5B96 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 150 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.27 |
| HSL | 322.74º | 0.41% | 0.54% | - |
| HSV(B) | 322.74º | 0.51% | 0.73% | - |
| XYZ | 29.5 | 20.12 | 31.18 | - |
| YUV | 126.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 150 | 0 | 0.51 | 0.19 | 0.27 | 322.74 | 0.41 | 0.54 |
| Hex | BA | 5B | 96 | 0 | 33 | 13 | 1B | 143 | 29 | 36 |
| Octal | 272 | 133 | 226 | 0 | 63 | 23 | 33 | 503 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10010110 | 0 | 110011 | 10011 | 11011 | 101000011 | 101001 | 110110 |
Color Harmonies of #BA5B96
Complementary color
Monochromatic Colors of #BA5B96
Black with #BA5B96
Text Example
Text Example
White with #BA5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B96; }
p { color: rgb(186,91,150); }
H1.HeaderClassName
{
color: #BA5B96;
}
.AnyTagClassName
{
color: #BA5B96;
}
</style>
background-color css
<style>
a { background-color: #BA5B96; }
a { background-color: rgb(186,91,150); }
div.DivClassName
{
background-color: #BA5B96;
}
.BgClassName
{
background-color: #BA5B96;
}
</style>
border-color css
<style>
span { border-color: #BA5B96; }
span { border-color: rgb(186,91,150); }
td.TdClassName
{
border-color: #BA5B96;
}
.TagClassName
{
border-color: #BA5B96;
}
</style>