Shades of Mulberry #B55986
Tints of Mulberry #B55986
RGB
CMYK
RGB Variations
Color information
#B55986 (or 0xB55986) is known color: Mulberry. HEX triplet: B5, 59 and 86. RGB value is (181,89,134). Sum of RGB (Red+Green+Blue) = 181+89+134=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B55986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55986 is #4AA679. Grayscale: #797979. Windows color (decimal): -4892282 or 8804789. OLE color: 8804789.
HSL color Cylindrical-coordinate representation of color #B55986: hue angle of 330.65º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55986 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 134 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.29 |
| HSL | 330.65º | 0.38% | 0.53% | - |
| HSV(B) | 330.65º | 0.51% | 0.71% | - |
| XYZ | 26.93 | 18.69 | 24.74 | - |
| YUV | 121.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 134 | 0 | 0.51 | 0.26 | 0.29 | 330.65 | 0.38 | 0.53 |
| Hex | B5 | 59 | 86 | 0 | 33 | 1A | 1D | 14B | 26 | 35 |
| Octal | 265 | 131 | 206 | 0 | 63 | 32 | 35 | 513 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10000110 | 0 | 110011 | 11010 | 11101 | 101001011 | 100110 | 110101 |
Color Harmonies of #B55986
Complementary color
Monochromatic Colors of #B55986
Black with #B55986
Text Example
Text Example
White with #B55986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55986; }
p { color: rgb(181,89,134); }
H1.HeaderClassName
{
color: #B55986;
}
.AnyTagClassName
{
color: #B55986;
}
</style>
background-color css
<style>
a { background-color: #B55986; }
a { background-color: rgb(181,89,134); }
div.DivClassName
{
background-color: #B55986;
}
.BgClassName
{
background-color: #B55986;
}
</style>
border-color css
<style>
span { border-color: #B55986; }
span { border-color: rgb(181,89,134); }
td.TdClassName
{
border-color: #B55986;
}
.TagClassName
{
border-color: #B55986;
}
</style>