Shades of Mulberry #BA4788
Tints of Mulberry #BA4788
RGB
CMYK
RGB Variations
Color information
#BA4788 (or 0xBA4788) is known color: Mulberry. HEX triplet: BA, 47 and 88. RGB value is (186,71,136). Sum of RGB (Red+Green+Blue) = 186+71+136=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4788 is #45B877. Grayscale: #707070. Windows color (decimal): -4569208 or 8931258. OLE color: 8931258.
HSL color Cylindrical-coordinate representation of color #BA4788: hue angle of 326.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4788 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 136 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.27 |
| HSL | 326.09º | 0.45% | 0.5% | - |
| HSV(B) | 326.09º | 0.62% | 0.73% | - |
| XYZ | 26.95 | 16.72 | 25.1 | - |
| YUV | 112.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 136 | 0 | 0.62 | 0.27 | 0.27 | 326.09 | 0.45 | 0.5 |
| Hex | BA | 47 | 88 | 0 | 3E | 1B | 1B | 146 | 2D | 32 |
| Octal | 272 | 107 | 210 | 0 | 76 | 33 | 33 | 506 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10001000 | 0 | 111110 | 11011 | 11011 | 101000110 | 101101 | 110010 |
Color Harmonies of #BA4788
Complementary color
Monochromatic Colors of #BA4788
Black with #BA4788
Text Example
Text Example
White with #BA4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4788; }
p { color: rgb(186,71,136); }
H1.HeaderClassName
{
color: #BA4788;
}
.AnyTagClassName
{
color: #BA4788;
}
</style>
background-color css
<style>
a { background-color: #BA4788; }
a { background-color: rgb(186,71,136); }
div.DivClassName
{
background-color: #BA4788;
}
.BgClassName
{
background-color: #BA4788;
}
</style>
border-color css
<style>
span { border-color: #BA4788; }
span { border-color: rgb(186,71,136); }
td.TdClassName
{
border-color: #BA4788;
}
.TagClassName
{
border-color: #BA4788;
}
</style>