Shades of Mulberry #BA4985
Tints of Mulberry #BA4985
RGB
CMYK
RGB Variations
Color information
#BA4985 (or 0xBA4985) is known color: Mulberry. HEX triplet: BA, 49 and 85. RGB value is (186,73,133). Sum of RGB (Red+Green+Blue) = 186+73+133=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4985 is #45B67A. Grayscale: #717171. Windows color (decimal): -4568699 or 8735162. OLE color: 8735162.
HSL color Cylindrical-coordinate representation of color #BA4985: hue angle of 328.14º 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 #BA4985 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 133 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.27 |
| HSL | 328.14º | 0.45% | 0.51% | - |
| HSV(B) | 328.14º | 0.61% | 0.73% | - |
| XYZ | 26.87 | 16.9 | 24.04 | - |
| YUV | 113.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 133 | 0 | 0.61 | 0.28 | 0.27 | 328.14 | 0.45 | 0.51 |
| Hex | BA | 49 | 85 | 0 | 3D | 1C | 1B | 148 | 2D | 33 |
| Octal | 272 | 111 | 205 | 0 | 75 | 34 | 33 | 510 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10000101 | 0 | 111101 | 11100 | 11011 | 101001000 | 101101 | 110011 |
Color Harmonies of #BA4985
Complementary color
Monochromatic Colors of #BA4985
Black with #BA4985
Text Example
Text Example
White with #BA4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4985; }
p { color: rgb(186,73,133); }
H1.HeaderClassName
{
color: #BA4985;
}
.AnyTagClassName
{
color: #BA4985;
}
</style>
background-color css
<style>
a { background-color: #BA4985; }
a { background-color: rgb(186,73,133); }
div.DivClassName
{
background-color: #BA4985;
}
.BgClassName
{
background-color: #BA4985;
}
</style>
border-color css
<style>
span { border-color: #BA4985; }
span { border-color: rgb(186,73,133); }
td.TdClassName
{
border-color: #BA4985;
}
.TagClassName
{
border-color: #BA4985;
}
</style>