Shades of Mulberry #BA4A93
Tints of Mulberry #BA4A93
RGB
CMYK
RGB Variations
Color information
#BA4A93 (or 0xBA4A93) is known color: Mulberry. HEX triplet: BA, 4A and 93. RGB value is (186,74,147). Sum of RGB (Red+Green+Blue) = 186+74+147=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A93 is #45B56C. Grayscale: #737373. Windows color (decimal): -4568429 or 9652922. OLE color: 9652922.
HSL color Cylindrical-coordinate representation of color #BA4A93: hue angle of 320.89º 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 #BA4A93 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 147 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.27 |
| HSL | 320.89º | 0.45% | 0.51% | - |
| HSV(B) | 320.89º | 0.6% | 0.73% | - |
| XYZ | 27.96 | 17.44 | 29.5 | - |
| YUV | 115.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 147 | 0 | 0.60 | 0.21 | 0.27 | 320.89 | 0.45 | 0.51 |
| Hex | BA | 4A | 93 | 0 | 3C | 15 | 1B | 141 | 2D | 33 |
| Octal | 272 | 112 | 223 | 0 | 74 | 25 | 33 | 501 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10010011 | 0 | 111100 | 10101 | 11011 | 101000001 | 101101 | 110011 |
Color Harmonies of #BA4A93
Complementary color
Monochromatic Colors of #BA4A93
Black with #BA4A93
Text Example
Text Example
White with #BA4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A93; }
p { color: rgb(186,74,147); }
H1.HeaderClassName
{
color: #BA4A93;
}
.AnyTagClassName
{
color: #BA4A93;
}
</style>
background-color css
<style>
a { background-color: #BA4A93; }
a { background-color: rgb(186,74,147); }
div.DivClassName
{
background-color: #BA4A93;
}
.BgClassName
{
background-color: #BA4A93;
}
</style>
border-color css
<style>
span { border-color: #BA4A93; }
span { border-color: rgb(186,74,147); }
td.TdClassName
{
border-color: #BA4A93;
}
.TagClassName
{
border-color: #BA4A93;
}
</style>