Shades of Mulberry #BA4882
Tints of Mulberry #BA4882
RGB
CMYK
RGB Variations
Color information
#BA4882 (or 0xBA4882) is known color: Mulberry. HEX triplet: BA, 48 and 82. RGB value is (186,72,130). Sum of RGB (Red+Green+Blue) = 186+72+130=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4882 is #45B77D. Grayscale: #707070. Windows color (decimal): -4568958 or 8538298. OLE color: 8538298.
HSL color Cylindrical-coordinate representation of color #BA4882: hue angle of 329.47º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4882 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 130 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.47º | 0.45% | 0.51% | - |
| HSV(B) | 329.47º | 0.61% | 0.73% | - |
| XYZ | 26.6 | 16.69 | 22.94 | - |
| YUV | 112.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 130 | 0 | 0.61 | 0.30 | 0.27 | 329.47 | 0.45 | 0.51 |
| Hex | BA | 48 | 82 | 0 | 3D | 1E | 1B | 149 | 2D | 33 |
| Octal | 272 | 110 | 202 | 0 | 75 | 36 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10000010 | 0 | 111101 | 11110 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4882
Complementary color
Monochromatic Colors of #BA4882
Black with #BA4882
Text Example
Text Example
White with #BA4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4882; }
p { color: rgb(186,72,130); }
H1.HeaderClassName
{
color: #BA4882;
}
.AnyTagClassName
{
color: #BA4882;
}
</style>
background-color css
<style>
a { background-color: #BA4882; }
a { background-color: rgb(186,72,130); }
div.DivClassName
{
background-color: #BA4882;
}
.BgClassName
{
background-color: #BA4882;
}
</style>
border-color css
<style>
span { border-color: #BA4882; }
span { border-color: rgb(186,72,130); }
td.TdClassName
{
border-color: #BA4882;
}
.TagClassName
{
border-color: #BA4882;
}
</style>