Shades of Mulberry #BA4687
Tints of Mulberry #BA4687
RGB
CMYK
RGB Variations
Color information
#BA4687 (or 0xBA4687) is known color: Mulberry. HEX triplet: BA, 46 and 87. RGB value is (186,70,135). Sum of RGB (Red+Green+Blue) = 186+70+135=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4687 is #45B978. Grayscale: #6F6F6F. Windows color (decimal): -4569465 or 8865466. OLE color: 8865466.
HSL color Cylindrical-coordinate representation of color #BA4687: hue angle of 326.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4687 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 135 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.27 |
| HSL | 326.38º | 0.46% | 0.5% | - |
| HSV(B) | 326.38º | 0.62% | 0.73% | - |
| XYZ | 26.81 | 16.57 | 24.71 | - |
| YUV | 112.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 135 | 0 | 0.62 | 0.27 | 0.27 | 326.38 | 0.46 | 0.5 |
| Hex | BA | 46 | 87 | 0 | 3E | 1B | 1B | 146 | 2E | 32 |
| Octal | 272 | 106 | 207 | 0 | 76 | 33 | 33 | 506 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10000111 | 0 | 111110 | 11011 | 11011 | 101000110 | 101110 | 110010 |
Color Harmonies of #BA4687
Complementary color
Monochromatic Colors of #BA4687
Black with #BA4687
Text Example
Text Example
White with #BA4687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4687; }
p { color: rgb(186,70,135); }
H1.HeaderClassName
{
color: #BA4687;
}
.AnyTagClassName
{
color: #BA4687;
}
</style>
background-color css
<style>
a { background-color: #BA4687; }
a { background-color: rgb(186,70,135); }
div.DivClassName
{
background-color: #BA4687;
}
.BgClassName
{
background-color: #BA4687;
}
</style>
border-color css
<style>
span { border-color: #BA4687; }
span { border-color: rgb(186,70,135); }
td.TdClassName
{
border-color: #BA4687;
}
.TagClassName
{
border-color: #BA4687;
}
</style>