Shades of Mulberry #BA4997
Tints of Mulberry #BA4997
RGB
CMYK
RGB Variations
Color information
#BA4997 (or 0xBA4997) is known color: Mulberry. HEX triplet: BA, 49 and 97. RGB value is (186,73,151). Sum of RGB (Red+Green+Blue) = 186+73+151=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4997 is #45B668. Grayscale: #737373. Windows color (decimal): -4568681 or 9914810. OLE color: 9914810.
HSL color Cylindrical-coordinate representation of color #BA4997: hue angle of 318.58º 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 #BA4997 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 151 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.27 |
| HSL | 318.58º | 0.45% | 0.51% | - |
| HSV(B) | 318.58º | 0.61% | 0.73% | - |
| XYZ | 28.22 | 17.44 | 31.16 | - |
| YUV | 115.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 151 | 0 | 0.61 | 0.19 | 0.27 | 318.58 | 0.45 | 0.51 |
| Hex | BA | 49 | 97 | 0 | 3D | 13 | 1B | 13F | 2D | 33 |
| Octal | 272 | 111 | 227 | 0 | 75 | 23 | 33 | 477 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10010111 | 0 | 111101 | 10011 | 11011 | 100111111 | 101101 | 110011 |
Color Harmonies of #BA4997
Complementary color
Monochromatic Colors of #BA4997
Black with #BA4997
Text Example
Text Example
White with #BA4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4997; }
p { color: rgb(186,73,151); }
H1.HeaderClassName
{
color: #BA4997;
}
.AnyTagClassName
{
color: #BA4997;
}
</style>
background-color css
<style>
a { background-color: #BA4997; }
a { background-color: rgb(186,73,151); }
div.DivClassName
{
background-color: #BA4997;
}
.BgClassName
{
background-color: #BA4997;
}
</style>
border-color css
<style>
span { border-color: #BA4997; }
span { border-color: rgb(186,73,151); }
td.TdClassName
{
border-color: #BA4997;
}
.TagClassName
{
border-color: #BA4997;
}
</style>