Shades of Mulberry #BA4B85
Tints of Mulberry #BA4B85
RGB
CMYK
RGB Variations
Color information
#BA4B85 (or 0xBA4B85) is known color: Mulberry. HEX triplet: BA, 4B and 85. RGB value is (186,75,133). Sum of RGB (Red+Green+Blue) = 186+75+133=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B85 is #45B47A. Grayscale: #727272. Windows color (decimal): -4568187 or 8735674. OLE color: 8735674.
HSL color Cylindrical-coordinate representation of color #BA4B85: hue angle of 328.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B85 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 133 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.27 |
| HSL | 328.65º | 0.45% | 0.51% | - |
| HSV(B) | 328.65º | 0.6% | 0.73% | - |
| XYZ | 27 | 17.16 | 24.08 | - |
| YUV | 114.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 133 | 0 | 0.60 | 0.28 | 0.27 | 328.65 | 0.45 | 0.51 |
| Hex | BA | 4B | 85 | 0 | 3C | 1C | 1B | 149 | 2D | 33 |
| Octal | 272 | 113 | 205 | 0 | 74 | 34 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10000101 | 0 | 111100 | 11100 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4B85
Complementary color
Monochromatic Colors of #BA4B85
Black with #BA4B85
Text Example
Text Example
White with #BA4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B85; }
p { color: rgb(186,75,133); }
H1.HeaderClassName
{
color: #BA4B85;
}
.AnyTagClassName
{
color: #BA4B85;
}
</style>
background-color css
<style>
a { background-color: #BA4B85; }
a { background-color: rgb(186,75,133); }
div.DivClassName
{
background-color: #BA4B85;
}
.BgClassName
{
background-color: #BA4B85;
}
</style>
border-color css
<style>
span { border-color: #BA4B85; }
span { border-color: rgb(186,75,133); }
td.TdClassName
{
border-color: #BA4B85;
}
.TagClassName
{
border-color: #BA4B85;
}
</style>