Shades of Mulberry #BA4790
Tints of Mulberry #BA4790
RGB
CMYK
RGB Variations
Color information
#BA4790 (or 0xBA4790) is known color: Mulberry. HEX triplet: BA, 47 and 90. RGB value is (186,71,144). Sum of RGB (Red+Green+Blue) = 186+71+144=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4790 is #45B86F. Grayscale: #717171. Windows color (decimal): -4569200 or 9455546. OLE color: 9455546.
HSL color Cylindrical-coordinate representation of color #BA4790: hue angle of 321.91º 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 #BA4790 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 144 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.27 |
| HSL | 321.91º | 0.45% | 0.5% | - |
| HSV(B) | 321.91º | 0.62% | 0.73% | - |
| XYZ | 27.54 | 16.96 | 28.21 | - |
| YUV | 113.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 144 | 0 | 0.62 | 0.23 | 0.27 | 321.91 | 0.45 | 0.5 |
| Hex | BA | 47 | 90 | 0 | 3E | 17 | 1B | 142 | 2D | 32 |
| Octal | 272 | 107 | 220 | 0 | 76 | 27 | 33 | 502 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10010000 | 0 | 111110 | 10111 | 11011 | 101000010 | 101101 | 110010 |
Color Harmonies of #BA4790
Complementary color
Monochromatic Colors of #BA4790
Black with #BA4790
Text Example
Text Example
White with #BA4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4790; }
p { color: rgb(186,71,144); }
H1.HeaderClassName
{
color: #BA4790;
}
.AnyTagClassName
{
color: #BA4790;
}
</style>
background-color css
<style>
a { background-color: #BA4790; }
a { background-color: rgb(186,71,144); }
div.DivClassName
{
background-color: #BA4790;
}
.BgClassName
{
background-color: #BA4790;
}
</style>
border-color css
<style>
span { border-color: #BA4790; }
span { border-color: rgb(186,71,144); }
td.TdClassName
{
border-color: #BA4790;
}
.TagClassName
{
border-color: #BA4790;
}
</style>