Shades of Mulberry #B859A0
Tints of Mulberry #B859A0
RGB
CMYK
RGB Variations
Color information
#B859A0 (or 0xB859A0) is known color: Mulberry. HEX triplet: B8, 59 and A0. RGB value is (184,89,160). Sum of RGB (Red+Green+Blue) = 184+89+160=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B859A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859A0 is #47A65F. Grayscale: #7D7D7D. Windows color (decimal): -4695648 or 10508728. OLE color: 10508728.
HSL color Cylindrical-coordinate representation of color #B859A0: hue angle of 315.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859A0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 160 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.28 |
| HSL | 315.16º | 0.4% | 0.54% | - |
| HSV(B) | 315.16º | 0.52% | 0.72% | - |
| XYZ | 29.68 | 19.87 | 35.53 | - |
| YUV | 125.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 160 | 0 | 0.52 | 0.13 | 0.28 | 315.16 | 0.4 | 0.54 |
| Hex | B8 | 59 | A0 | 0 | 34 | D | 1C | 13B | 28 | 36 |
| Octal | 270 | 131 | 240 | 0 | 64 | 15 | 34 | 473 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10100000 | 0 | 110100 | 1101 | 11100 | 100111011 | 101000 | 110110 |
Color Harmonies of #B859A0
Complementary color
Monochromatic Colors of #B859A0
Black with #B859A0
Text Example
Text Example
White with #B859A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859A0; }
p { color: rgb(184,89,160); }
H1.HeaderClassName
{
color: #B859A0;
}
.AnyTagClassName
{
color: #B859A0;
}
</style>
background-color css
<style>
a { background-color: #B859A0; }
a { background-color: rgb(184,89,160); }
div.DivClassName
{
background-color: #B859A0;
}
.BgClassName
{
background-color: #B859A0;
}
</style>
border-color css
<style>
span { border-color: #B859A0; }
span { border-color: rgb(184,89,160); }
td.TdClassName
{
border-color: #B859A0;
}
.TagClassName
{
border-color: #B859A0;
}
</style>