Shades of Mulberry #BA4395
Tints of Mulberry #BA4395
RGB
CMYK
RGB Variations
Color information
#BA4395 (or 0xBA4395) is known color: Mulberry. HEX triplet: BA, 43 and 95. RGB value is (186,67,149). Sum of RGB (Red+Green+Blue) = 186+67+149=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4395 is #45BC6A. Grayscale: #6F6F6F. Windows color (decimal): -4570219 or 9782202. OLE color: 9782202.
HSL color Cylindrical-coordinate representation of color #BA4395: hue angle of 318.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4395 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 149 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.27 |
| HSL | 318.66º | 0.47% | 0.5% | - |
| HSV(B) | 318.66º | 0.64% | 0.73% | - |
| XYZ | 27.68 | 16.62 | 30.18 | - |
| YUV | 111.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 149 | 0 | 0.64 | 0.20 | 0.27 | 318.66 | 0.47 | 0.5 |
| Hex | BA | 43 | 95 | 0 | 40 | 14 | 1B | 13F | 2F | 32 |
| Octal | 272 | 103 | 225 | 0 | 100 | 24 | 33 | 477 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10010101 | 0 | 1000000 | 10100 | 11011 | 100111111 | 101111 | 110010 |
Color Harmonies of #BA4395
Complementary color
Monochromatic Colors of #BA4395
Black with #BA4395
Text Example
Text Example
White with #BA4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4395; }
p { color: rgb(186,67,149); }
H1.HeaderClassName
{
color: #BA4395;
}
.AnyTagClassName
{
color: #BA4395;
}
</style>
background-color css
<style>
a { background-color: #BA4395; }
a { background-color: rgb(186,67,149); }
div.DivClassName
{
background-color: #BA4395;
}
.BgClassName
{
background-color: #BA4395;
}
</style>
border-color css
<style>
span { border-color: #BA4395; }
span { border-color: rgb(186,67,149); }
td.TdClassName
{
border-color: #BA4395;
}
.TagClassName
{
border-color: #BA4395;
}
</style>