Shades of Mulberry #BA5E8A
Tints of Mulberry #BA5E8A
RGB
CMYK
RGB Variations
Color information
#BA5E8A (or 0xBA5E8A) is known color: Mulberry. HEX triplet: BA, 5E and 8A. RGB value is (186,94,138). Sum of RGB (Red+Green+Blue) = 186+94+138=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E8A is #45A175. Grayscale: #7E7E7E. Windows color (decimal): -4563318 or 9068218. OLE color: 9068218.
HSL color Cylindrical-coordinate representation of color #BA5E8A: hue angle of 331.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E8A is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 138 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.27 |
| HSL | 331.3º | 0.4% | 0.55% | - |
| HSV(B) | 331.3º | 0.49% | 0.73% | - |
| XYZ | 28.84 | 20.28 | 26.44 | - |
| YUV | 126.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 138 | 0 | 0.49 | 0.26 | 0.27 | 331.3 | 0.4 | 0.55 |
| Hex | BA | 5E | 8A | 0 | 31 | 1A | 1B | 14B | 28 | 37 |
| Octal | 272 | 136 | 212 | 0 | 61 | 32 | 33 | 513 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10001010 | 0 | 110001 | 11010 | 11011 | 101001011 | 101000 | 110111 |
Color Harmonies of #BA5E8A
Complementary color
Monochromatic Colors of #BA5E8A
Black with #BA5E8A
Text Example
Text Example
White with #BA5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E8A; }
p { color: rgb(186,94,138); }
H1.HeaderClassName
{
color: #BA5E8A;
}
.AnyTagClassName
{
color: #BA5E8A;
}
</style>
background-color css
<style>
a { background-color: #BA5E8A; }
a { background-color: rgb(186,94,138); }
div.DivClassName
{
background-color: #BA5E8A;
}
.BgClassName
{
background-color: #BA5E8A;
}
</style>
border-color css
<style>
span { border-color: #BA5E8A; }
span { border-color: rgb(186,94,138); }
td.TdClassName
{
border-color: #BA5E8A;
}
.TagClassName
{
border-color: #BA5E8A;
}
</style>