Shades of Mulberry #BA4694
Tints of Mulberry #BA4694
RGB
CMYK
RGB Variations
Color information
#BA4694 (or 0xBA4694) is known color: Mulberry. HEX triplet: BA, 46 and 94. RGB value is (186,70,148). Sum of RGB (Red+Green+Blue) = 186+70+148=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4694 is #45B96B. Grayscale: #717171. Windows color (decimal): -4569452 or 9717434. OLE color: 9717434.
HSL color Cylindrical-coordinate representation of color #BA4694: hue angle of 319.66º degrees, saturation: 0.46, 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 #BA4694 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 148 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.27 |
| HSL | 319.66º | 0.46% | 0.5% | - |
| HSV(B) | 319.66º | 0.62% | 0.73% | - |
| XYZ | 27.79 | 16.96 | 29.83 | - |
| YUV | 113.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 148 | 0 | 0.62 | 0.20 | 0.27 | 319.66 | 0.46 | 0.5 |
| Hex | BA | 46 | 94 | 0 | 3E | 14 | 1B | 140 | 2E | 32 |
| Octal | 272 | 106 | 224 | 0 | 76 | 24 | 33 | 500 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10010100 | 0 | 111110 | 10100 | 11011 | 101000000 | 101110 | 110010 |
Color Harmonies of #BA4694
Complementary color
Monochromatic Colors of #BA4694
Black with #BA4694
Text Example
Text Example
White with #BA4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4694; }
p { color: rgb(186,70,148); }
H1.HeaderClassName
{
color: #BA4694;
}
.AnyTagClassName
{
color: #BA4694;
}
</style>
background-color css
<style>
a { background-color: #BA4694; }
a { background-color: rgb(186,70,148); }
div.DivClassName
{
background-color: #BA4694;
}
.BgClassName
{
background-color: #BA4694;
}
</style>
border-color css
<style>
span { border-color: #BA4694; }
span { border-color: rgb(186,70,148); }
td.TdClassName
{
border-color: #BA4694;
}
.TagClassName
{
border-color: #BA4694;
}
</style>