Shades of Mulberry #BA4A95
Tints of Mulberry #BA4A95
RGB
CMYK
RGB Variations
Color information
#BA4A95 (or 0xBA4A95) is known color: Mulberry. HEX triplet: BA, 4A and 95. RGB value is (186,74,149). Sum of RGB (Red+Green+Blue) = 186+74+149=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A95 is #45B56A. Grayscale: #737373. Windows color (decimal): -4568427 or 9783994. OLE color: 9783994.
HSL color Cylindrical-coordinate representation of color #BA4A95: hue angle of 319.82º 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 #BA4A95 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 149 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.27 |
| HSL | 319.82º | 0.45% | 0.51% | - |
| HSV(B) | 319.82º | 0.6% | 0.73% | - |
| XYZ | 28.12 | 17.51 | 30.33 | - |
| YUV | 116.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 149 | 0 | 0.60 | 0.20 | 0.27 | 319.82 | 0.45 | 0.51 |
| Hex | BA | 4A | 95 | 0 | 3C | 14 | 1B | 140 | 2D | 33 |
| Octal | 272 | 112 | 225 | 0 | 74 | 24 | 33 | 500 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10010101 | 0 | 111100 | 10100 | 11011 | 101000000 | 101101 | 110011 |
Color Harmonies of #BA4A95
Complementary color
Monochromatic Colors of #BA4A95
Black with #BA4A95
Text Example
Text Example
White with #BA4A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A95; }
p { color: rgb(186,74,149); }
H1.HeaderClassName
{
color: #BA4A95;
}
.AnyTagClassName
{
color: #BA4A95;
}
</style>
background-color css
<style>
a { background-color: #BA4A95; }
a { background-color: rgb(186,74,149); }
div.DivClassName
{
background-color: #BA4A95;
}
.BgClassName
{
background-color: #BA4A95;
}
</style>
border-color css
<style>
span { border-color: #BA4A95; }
span { border-color: rgb(186,74,149); }
td.TdClassName
{
border-color: #BA4A95;
}
.TagClassName
{
border-color: #BA4A95;
}
</style>