Shades of Mulberry #BA5C8B
Tints of Mulberry #BA5C8B
RGB
CMYK
RGB Variations
Color information
#BA5C8B (or 0xBA5C8B) is known color: Mulberry. HEX triplet: BA, 5C and 8B. RGB value is (186,92,139). Sum of RGB (Red+Green+Blue) = 186+92+139=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C8B is #45A374. Grayscale: #7D7D7D. Windows color (decimal): -4563829 or 9133242. OLE color: 9133242.
HSL color Cylindrical-coordinate representation of color #BA5C8B: hue angle of 330º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C8B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 139 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.27 |
| HSL | 330º | 0.41% | 0.55% | - |
| HSV(B) | 330º | 0.51% | 0.73% | - |
| XYZ | 28.74 | 19.96 | 26.76 | - |
| YUV | 125.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 139 | 0 | 0.51 | 0.25 | 0.27 | 330 | 0.41 | 0.55 |
| Hex | BA | 5C | 8B | 0 | 33 | 19 | 1B | 14A | 29 | 37 |
| Octal | 272 | 134 | 213 | 0 | 63 | 31 | 33 | 512 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10001011 | 0 | 110011 | 11001 | 11011 | 101001010 | 101001 | 110111 |
Color Harmonies of #BA5C8B
Complementary color
Monochromatic Colors of #BA5C8B
Black with #BA5C8B
Text Example
Text Example
White with #BA5C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C8B; }
p { color: rgb(186,92,139); }
H1.HeaderClassName
{
color: #BA5C8B;
}
.AnyTagClassName
{
color: #BA5C8B;
}
</style>
background-color css
<style>
a { background-color: #BA5C8B; }
a { background-color: rgb(186,92,139); }
div.DivClassName
{
background-color: #BA5C8B;
}
.BgClassName
{
background-color: #BA5C8B;
}
</style>
border-color css
<style>
span { border-color: #BA5C8B; }
span { border-color: rgb(186,92,139); }
td.TdClassName
{
border-color: #BA5C8B;
}
.TagClassName
{
border-color: #BA5C8B;
}
</style>