Shades of Mulberry #BA4785
Tints of Mulberry #BA4785
RGB
CMYK
RGB Variations
Color information
#BA4785 (or 0xBA4785) is known color: Mulberry. HEX triplet: BA, 47 and 85. RGB value is (186,71,133). Sum of RGB (Red+Green+Blue) = 186+71+133=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4785 is #45B87A. Grayscale: #707070. Windows color (decimal): -4569211 or 8734650. OLE color: 8734650.
HSL color Cylindrical-coordinate representation of color #BA4785: hue angle of 327.65º 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 #BA4785 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 133 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.27 |
| HSL | 327.65º | 0.45% | 0.5% | - |
| HSV(B) | 327.65º | 0.62% | 0.73% | - |
| XYZ | 26.74 | 16.64 | 23.99 | - |
| YUV | 112.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 133 | 0 | 0.62 | 0.28 | 0.27 | 327.65 | 0.45 | 0.5 |
| Hex | BA | 47 | 85 | 0 | 3E | 1C | 1B | 148 | 2D | 32 |
| Octal | 272 | 107 | 205 | 0 | 76 | 34 | 33 | 510 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10000101 | 0 | 111110 | 11100 | 11011 | 101001000 | 101101 | 110010 |
Color Harmonies of #BA4785
Complementary color
Monochromatic Colors of #BA4785
Black with #BA4785
Text Example
Text Example
White with #BA4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4785; }
p { color: rgb(186,71,133); }
H1.HeaderClassName
{
color: #BA4785;
}
.AnyTagClassName
{
color: #BA4785;
}
</style>
background-color css
<style>
a { background-color: #BA4785; }
a { background-color: rgb(186,71,133); }
div.DivClassName
{
background-color: #BA4785;
}
.BgClassName
{
background-color: #BA4785;
}
</style>
border-color css
<style>
span { border-color: #BA4785; }
span { border-color: rgb(186,71,133); }
td.TdClassName
{
border-color: #BA4785;
}
.TagClassName
{
border-color: #BA4785;
}
</style>