Shades of Mulberry #BA4D88
Tints of Mulberry #BA4D88
RGB
CMYK
RGB Variations
Color information
#BA4D88 (or 0xBA4D88) is known color: Mulberry. HEX triplet: BA, 4D and 88. RGB value is (186,77,136). Sum of RGB (Red+Green+Blue) = 186+77+136=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D88 is #45B277. Grayscale: #747474. Windows color (decimal): -4567672 or 8932794. OLE color: 8932794.
HSL color Cylindrical-coordinate representation of color #BA4D88: hue angle of 327.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D88 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 136 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.27 |
| HSL | 327.52º | 0.44% | 0.52% | - |
| HSV(B) | 327.52º | 0.59% | 0.73% | - |
| XYZ | 27.35 | 17.52 | 25.23 | - |
| YUV | 116.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 136 | 0 | 0.59 | 0.27 | 0.27 | 327.52 | 0.44 | 0.52 |
| Hex | BA | 4D | 88 | 0 | 3B | 1B | 1B | 148 | 2C | 34 |
| Octal | 272 | 115 | 210 | 0 | 73 | 33 | 33 | 510 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10001000 | 0 | 111011 | 11011 | 11011 | 101001000 | 101100 | 110100 |
Color Harmonies of #BA4D88
Complementary color
Monochromatic Colors of #BA4D88
Black with #BA4D88
Text Example
Text Example
White with #BA4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D88; }
p { color: rgb(186,77,136); }
H1.HeaderClassName
{
color: #BA4D88;
}
.AnyTagClassName
{
color: #BA4D88;
}
</style>
background-color css
<style>
a { background-color: #BA4D88; }
a { background-color: rgb(186,77,136); }
div.DivClassName
{
background-color: #BA4D88;
}
.BgClassName
{
background-color: #BA4D88;
}
</style>
border-color css
<style>
span { border-color: #BA4D88; }
span { border-color: rgb(186,77,136); }
td.TdClassName
{
border-color: #BA4D88;
}
.TagClassName
{
border-color: #BA4D88;
}
</style>