Shades of Mulberry #BA489B
Tints of Mulberry #BA489B
RGB
CMYK
RGB Variations
Color information
#BA489B (or 0xBA489B) is known color: Mulberry. HEX triplet: BA, 48 and 9B. RGB value is (186,72,155). Sum of RGB (Red+Green+Blue) = 186+72+155=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489B is #45B764. Grayscale: #737373. Windows color (decimal): -4568933 or 10176698. OLE color: 10176698.
HSL color Cylindrical-coordinate representation of color #BA489B: hue angle of 316.32º 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 #BA489B is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 155 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.27 |
| HSL | 316.32º | 0.45% | 0.51% | - |
| HSV(B) | 316.32º | 0.61% | 0.73% | - |
| XYZ | 28.48 | 17.44 | 32.88 | - |
| YUV | 115.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 155 | 0 | 0.61 | 0.17 | 0.27 | 316.32 | 0.45 | 0.51 |
| Hex | BA | 48 | 9B | 0 | 3D | 11 | 1B | 13C | 2D | 33 |
| Octal | 272 | 110 | 233 | 0 | 75 | 21 | 33 | 474 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10011011 | 0 | 111101 | 10001 | 11011 | 100111100 | 101101 | 110011 |
Color Harmonies of #BA489B
Complementary color
Monochromatic Colors of #BA489B
Black with #BA489B
Text Example
Text Example
White with #BA489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA489B; }
p { color: rgb(186,72,155); }
H1.HeaderClassName
{
color: #BA489B;
}
.AnyTagClassName
{
color: #BA489B;
}
</style>
background-color css
<style>
a { background-color: #BA489B; }
a { background-color: rgb(186,72,155); }
div.DivClassName
{
background-color: #BA489B;
}
.BgClassName
{
background-color: #BA489B;
}
</style>
border-color css
<style>
span { border-color: #BA489B; }
span { border-color: rgb(186,72,155); }
td.TdClassName
{
border-color: #BA489B;
}
.TagClassName
{
border-color: #BA489B;
}
</style>