Shades of Mulberry #BA538B
Tints of Mulberry #BA538B
RGB
CMYK
RGB Variations
Color information
#BA538B (or 0xBA538B) is known color: Mulberry. HEX triplet: BA, 53 and 8B. RGB value is (186,83,139). Sum of RGB (Red+Green+Blue) = 186+83+139=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA538B is #45AC74. Grayscale: #787878. Windows color (decimal): -4566133 or 9130938. OLE color: 9130938.
HSL color Cylindrical-coordinate representation of color #BA538B: hue angle of 327.38º 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 #BA538B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 139 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.27 |
| HSL | 327.38º | 0.43% | 0.53% | - |
| HSV(B) | 327.38º | 0.55% | 0.73% | - |
| XYZ | 28 | 18.49 | 26.52 | - |
| YUV | 120.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 139 | 0 | 0.55 | 0.25 | 0.27 | 327.38 | 0.43 | 0.53 |
| Hex | BA | 53 | 8B | 0 | 37 | 19 | 1B | 147 | 2B | 35 |
| Octal | 272 | 123 | 213 | 0 | 67 | 31 | 33 | 507 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10001011 | 0 | 110111 | 11001 | 11011 | 101000111 | 101011 | 110101 |
Color Harmonies of #BA538B
Complementary color
Monochromatic Colors of #BA538B
Black with #BA538B
Text Example
Text Example
White with #BA538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA538B; }
p { color: rgb(186,83,139); }
H1.HeaderClassName
{
color: #BA538B;
}
.AnyTagClassName
{
color: #BA538B;
}
</style>
background-color css
<style>
a { background-color: #BA538B; }
a { background-color: rgb(186,83,139); }
div.DivClassName
{
background-color: #BA538B;
}
.BgClassName
{
background-color: #BA538B;
}
</style>
border-color css
<style>
span { border-color: #BA538B; }
span { border-color: rgb(186,83,139); }
td.TdClassName
{
border-color: #BA538B;
}
.TagClassName
{
border-color: #BA538B;
}
</style>