Shades of Mulberry #BA5383
Tints of Mulberry #BA5383
RGB
CMYK
RGB Variations
Color information
#BA5383 (or 0xBA5383) is known color: Mulberry. HEX triplet: BA, 53 and 83. RGB value is (186,83,131). Sum of RGB (Red+Green+Blue) = 186+83+131=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5383 is #45AC7C. Grayscale: #777777. Windows color (decimal): -4566141 or 8606650. OLE color: 8606650.
HSL color Cylindrical-coordinate representation of color #BA5383: hue angle of 332.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5383 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 131 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.27 |
| HSL | 332.04º | 0.43% | 0.53% | - |
| HSV(B) | 332.04º | 0.55% | 0.73% | - |
| XYZ | 27.44 | 18.26 | 23.55 | - |
| YUV | 119.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 131 | 0 | 0.55 | 0.30 | 0.27 | 332.04 | 0.43 | 0.53 |
| Hex | BA | 53 | 83 | 0 | 37 | 1E | 1B | 14C | 2B | 35 |
| Octal | 272 | 123 | 203 | 0 | 67 | 36 | 33 | 514 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10000011 | 0 | 110111 | 11110 | 11011 | 101001100 | 101011 | 110101 |
Color Harmonies of #BA5383
Complementary color
Monochromatic Colors of #BA5383
Black with #BA5383
Text Example
Text Example
White with #BA5383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5383; }
p { color: rgb(186,83,131); }
H1.HeaderClassName
{
color: #BA5383;
}
.AnyTagClassName
{
color: #BA5383;
}
</style>
background-color css
<style>
a { background-color: #BA5383; }
a { background-color: rgb(186,83,131); }
div.DivClassName
{
background-color: #BA5383;
}
.BgClassName
{
background-color: #BA5383;
}
</style>
border-color css
<style>
span { border-color: #BA5383; }
span { border-color: rgb(186,83,131); }
td.TdClassName
{
border-color: #BA5383;
}
.TagClassName
{
border-color: #BA5383;
}
</style>