Shades of Mulberry #BA5B8A
Tints of Mulberry #BA5B8A
RGB
CMYK
RGB Variations
Color information
#BA5B8A (or 0xBA5B8A) is known color: Mulberry. HEX triplet: BA, 5B and 8A. RGB value is (186,91,138). Sum of RGB (Red+Green+Blue) = 186+91+138=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8A is #45A475. Grayscale: #7C7C7C. Windows color (decimal): -4564086 or 9067450. OLE color: 9067450.
HSL color Cylindrical-coordinate representation of color #BA5B8A: hue angle of 330.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B8A is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 138 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.27 |
| HSL | 330.32º | 0.41% | 0.54% | - |
| HSV(B) | 330.32º | 0.51% | 0.73% | - |
| XYZ | 28.58 | 19.76 | 26.35 | - |
| YUV | 124.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 138 | 0 | 0.51 | 0.26 | 0.27 | 330.32 | 0.41 | 0.54 |
| Hex | BA | 5B | 8A | 0 | 33 | 1A | 1B | 14A | 29 | 36 |
| Octal | 272 | 133 | 212 | 0 | 63 | 32 | 33 | 512 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10001010 | 0 | 110011 | 11010 | 11011 | 101001010 | 101001 | 110110 |
Color Harmonies of #BA5B8A
Complementary color
Monochromatic Colors of #BA5B8A
Black with #BA5B8A
Text Example
Text Example
White with #BA5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B8A; }
p { color: rgb(186,91,138); }
H1.HeaderClassName
{
color: #BA5B8A;
}
.AnyTagClassName
{
color: #BA5B8A;
}
</style>
background-color css
<style>
a { background-color: #BA5B8A; }
a { background-color: rgb(186,91,138); }
div.DivClassName
{
background-color: #BA5B8A;
}
.BgClassName
{
background-color: #BA5B8A;
}
</style>
border-color css
<style>
span { border-color: #BA5B8A; }
span { border-color: rgb(186,91,138); }
td.TdClassName
{
border-color: #BA5B8A;
}
.TagClassName
{
border-color: #BA5B8A;
}
</style>