Shades of Mulberry #BA4192
Tints of Mulberry #BA4192
RGB
CMYK
RGB Variations
Color information
#BA4192 (or 0xBA4192) is known color: Mulberry. HEX triplet: BA, 41 and 92. RGB value is (186,65,146). Sum of RGB (Red+Green+Blue) = 186+65+146=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4192 is #45BE6D. Grayscale: #6E6E6E. Windows color (decimal): -4570734 or 9585082. OLE color: 9585082.
HSL color Cylindrical-coordinate representation of color #BA4192: hue angle of 319.83º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4192 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 146 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.27 |
| HSL | 319.83º | 0.48% | 0.49% | - |
| HSV(B) | 319.83º | 0.65% | 0.73% | - |
| XYZ | 27.33 | 16.3 | 28.9 | - |
| YUV | 110.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 146 | 0 | 0.65 | 0.22 | 0.27 | 319.83 | 0.48 | 0.49 |
| Hex | BA | 41 | 92 | 0 | 41 | 16 | 1B | 140 | 30 | 31 |
| Octal | 272 | 101 | 222 | 0 | 101 | 26 | 33 | 500 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10010010 | 0 | 1000001 | 10110 | 11011 | 101000000 | 110000 | 110001 |
Color Harmonies of #BA4192
Complementary color
Monochromatic Colors of #BA4192
Black with #BA4192
Text Example
Text Example
White with #BA4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4192; }
p { color: rgb(186,65,146); }
H1.HeaderClassName
{
color: #BA4192;
}
.AnyTagClassName
{
color: #BA4192;
}
</style>
background-color css
<style>
a { background-color: #BA4192; }
a { background-color: rgb(186,65,146); }
div.DivClassName
{
background-color: #BA4192;
}
.BgClassName
{
background-color: #BA4192;
}
</style>
border-color css
<style>
span { border-color: #BA4192; }
span { border-color: rgb(186,65,146); }
td.TdClassName
{
border-color: #BA4192;
}
.TagClassName
{
border-color: #BA4192;
}
</style>