Shades of Mulberry #BA4B99
Tints of Mulberry #BA4B99
RGB
CMYK
RGB Variations
Color information
#BA4B99 (or 0xBA4B99) is known color: Mulberry. HEX triplet: BA, 4B and 99. RGB value is (186,75,153). Sum of RGB (Red+Green+Blue) = 186+75+153=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B99 is #45B466. Grayscale: #747474. Windows color (decimal): -4568167 or 10046394. OLE color: 10046394.
HSL color Cylindrical-coordinate representation of color #BA4B99: hue angle of 317.84º 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 #BA4B99 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 153 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.27 |
| HSL | 317.84º | 0.45% | 0.51% | - |
| HSV(B) | 317.84º | 0.6% | 0.73% | - |
| XYZ | 28.52 | 17.77 | 32.06 | - |
| YUV | 117.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 153 | 0 | 0.60 | 0.18 | 0.27 | 317.84 | 0.45 | 0.51 |
| Hex | BA | 4B | 99 | 0 | 3C | 12 | 1B | 13E | 2D | 33 |
| Octal | 272 | 113 | 231 | 0 | 74 | 22 | 33 | 476 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10011001 | 0 | 111100 | 10010 | 11011 | 100111110 | 101101 | 110011 |
Color Harmonies of #BA4B99
Complementary color
Monochromatic Colors of #BA4B99
Black with #BA4B99
Text Example
Text Example
White with #BA4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B99; }
p { color: rgb(186,75,153); }
H1.HeaderClassName
{
color: #BA4B99;
}
.AnyTagClassName
{
color: #BA4B99;
}
</style>
background-color css
<style>
a { background-color: #BA4B99; }
a { background-color: rgb(186,75,153); }
div.DivClassName
{
background-color: #BA4B99;
}
.BgClassName
{
background-color: #BA4B99;
}
</style>
border-color css
<style>
span { border-color: #BA4B99; }
span { border-color: rgb(186,75,153); }
td.TdClassName
{
border-color: #BA4B99;
}
.TagClassName
{
border-color: #BA4B99;
}
</style>