Shades of Mulberry #BA5A8B
Tints of Mulberry #BA5A8B
RGB
CMYK
RGB Variations
Color information
#BA5A8B (or 0xBA5A8B) is known color: Mulberry. HEX triplet: BA, 5A and 8B. RGB value is (186,90,139). Sum of RGB (Red+Green+Blue) = 186+90+139=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A8B is #45A574. Grayscale: #7C7C7C. Windows color (decimal): -4564341 or 9132730. OLE color: 9132730.
HSL color Cylindrical-coordinate representation of color #BA5A8B: hue angle of 329.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A8B is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 139 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.27 |
| HSL | 329.38º | 0.41% | 0.54% | - |
| HSV(B) | 329.38º | 0.52% | 0.73% | - |
| XYZ | 28.57 | 19.62 | 26.71 | - |
| YUV | 124.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 139 | 0 | 0.52 | 0.25 | 0.27 | 329.38 | 0.41 | 0.54 |
| Hex | BA | 5A | 8B | 0 | 34 | 19 | 1B | 149 | 29 | 36 |
| Octal | 272 | 132 | 213 | 0 | 64 | 31 | 33 | 511 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10001011 | 0 | 110100 | 11001 | 11011 | 101001001 | 101001 | 110110 |
Color Harmonies of #BA5A8B
Complementary color
Monochromatic Colors of #BA5A8B
Black with #BA5A8B
Text Example
Text Example
White with #BA5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A8B; }
p { color: rgb(186,90,139); }
H1.HeaderClassName
{
color: #BA5A8B;
}
.AnyTagClassName
{
color: #BA5A8B;
}
</style>
background-color css
<style>
a { background-color: #BA5A8B; }
a { background-color: rgb(186,90,139); }
div.DivClassName
{
background-color: #BA5A8B;
}
.BgClassName
{
background-color: #BA5A8B;
}
</style>
border-color css
<style>
span { border-color: #BA5A8B; }
span { border-color: rgb(186,90,139); }
td.TdClassName
{
border-color: #BA5A8B;
}
.TagClassName
{
border-color: #BA5A8B;
}
</style>