Shades of Mulberry #BA4795
Tints of Mulberry #BA4795
RGB
CMYK
RGB Variations
Color information
#BA4795 (or 0xBA4795) is known color: Mulberry. HEX triplet: BA, 47 and 95. RGB value is (186,71,149). Sum of RGB (Red+Green+Blue) = 186+71+149=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4795 is #45B86A. Grayscale: #727272. Windows color (decimal): -4569195 or 9783226. OLE color: 9783226.
HSL color Cylindrical-coordinate representation of color #BA4795: hue angle of 319.3º 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 #BA4795 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 149 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.27 |
| HSL | 319.3º | 0.45% | 0.5% | - |
| HSV(B) | 319.3º | 0.62% | 0.73% | - |
| XYZ | 27.93 | 17.12 | 30.27 | - |
| YUV | 114.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 149 | 0 | 0.62 | 0.20 | 0.27 | 319.3 | 0.45 | 0.5 |
| Hex | BA | 47 | 95 | 0 | 3E | 14 | 1B | 13F | 2D | 32 |
| Octal | 272 | 107 | 225 | 0 | 76 | 24 | 33 | 477 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10010101 | 0 | 111110 | 10100 | 11011 | 100111111 | 101101 | 110010 |
Color Harmonies of #BA4795
Complementary color
Monochromatic Colors of #BA4795
Black with #BA4795
Text Example
Text Example
White with #BA4795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4795; }
p { color: rgb(186,71,149); }
H1.HeaderClassName
{
color: #BA4795;
}
.AnyTagClassName
{
color: #BA4795;
}
</style>
background-color css
<style>
a { background-color: #BA4795; }
a { background-color: rgb(186,71,149); }
div.DivClassName
{
background-color: #BA4795;
}
.BgClassName
{
background-color: #BA4795;
}
</style>
border-color css
<style>
span { border-color: #BA4795; }
span { border-color: rgb(186,71,149); }
td.TdClassName
{
border-color: #BA4795;
}
.TagClassName
{
border-color: #BA4795;
}
</style>