Shades of Mulberry #BA4B96
Tints of Mulberry #BA4B96
RGB
CMYK
RGB Variations
Color information
#BA4B96 (or 0xBA4B96) is known color: Mulberry. HEX triplet: BA, 4B and 96. RGB value is (186,75,150). Sum of RGB (Red+Green+Blue) = 186+75+150=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B96 is #45B469. Grayscale: #747474. Windows color (decimal): -4568170 or 9849786. OLE color: 9849786.
HSL color Cylindrical-coordinate representation of color #BA4B96: hue angle of 319.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B96 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 150 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.27 |
| HSL | 319.46º | 0.45% | 0.51% | - |
| HSV(B) | 319.46º | 0.6% | 0.73% | - |
| XYZ | 28.27 | 17.67 | 30.78 | - |
| YUV | 116.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 150 | 0 | 0.60 | 0.19 | 0.27 | 319.46 | 0.45 | 0.51 |
| Hex | BA | 4B | 96 | 0 | 3C | 13 | 1B | 13F | 2D | 33 |
| Octal | 272 | 113 | 226 | 0 | 74 | 23 | 33 | 477 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10010110 | 0 | 111100 | 10011 | 11011 | 100111111 | 101101 | 110011 |
Color Harmonies of #BA4B96
Complementary color
Monochromatic Colors of #BA4B96
Black with #BA4B96
Text Example
Text Example
White with #BA4B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B96; }
p { color: rgb(186,75,150); }
H1.HeaderClassName
{
color: #BA4B96;
}
.AnyTagClassName
{
color: #BA4B96;
}
</style>
background-color css
<style>
a { background-color: #BA4B96; }
a { background-color: rgb(186,75,150); }
div.DivClassName
{
background-color: #BA4B96;
}
.BgClassName
{
background-color: #BA4B96;
}
</style>
border-color css
<style>
span { border-color: #BA4B96; }
span { border-color: rgb(186,75,150); }
td.TdClassName
{
border-color: #BA4B96;
}
.TagClassName
{
border-color: #BA4B96;
}
</style>