Shades of Mulberry #B959A0
Tints of Mulberry #B959A0
RGB
CMYK
RGB Variations
Color information
#B959A0 (or 0xB959A0) is known color: Mulberry. HEX triplet: B9, 59 and A0. RGB value is (185,89,160). Sum of RGB (Red+Green+Blue) = 185+89+160=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B959A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959A0 is #46A65F. Grayscale: #7D7D7D. Windows color (decimal): -4630112 or 10508729. OLE color: 10508729.
HSL color Cylindrical-coordinate representation of color #B959A0: hue angle of 315.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B959A0 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 160 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.27 |
| HSL | 315.63º | 0.41% | 0.54% | - |
| HSV(B) | 315.63º | 0.52% | 0.73% | - |
| XYZ | 29.93 | 20 | 35.54 | - |
| YUV | 125.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 160 | 0 | 0.52 | 0.14 | 0.27 | 315.63 | 0.41 | 0.54 |
| Hex | B9 | 59 | A0 | 0 | 34 | E | 1B | 13C | 29 | 36 |
| Octal | 271 | 131 | 240 | 0 | 64 | 16 | 33 | 474 | 51 | 66 |
| Binary | 10111001 | 1011001 | 10100000 | 0 | 110100 | 1110 | 11011 | 100111100 | 101001 | 110110 |
Color Harmonies of #B959A0
Complementary color
Monochromatic Colors of #B959A0
Black with #B959A0
Text Example
Text Example
White with #B959A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959A0; }
p { color: rgb(185,89,160); }
H1.HeaderClassName
{
color: #B959A0;
}
.AnyTagClassName
{
color: #B959A0;
}
</style>
background-color css
<style>
a { background-color: #B959A0; }
a { background-color: rgb(185,89,160); }
div.DivClassName
{
background-color: #B959A0;
}
.BgClassName
{
background-color: #B959A0;
}
</style>
border-color css
<style>
span { border-color: #B959A0; }
span { border-color: rgb(185,89,160); }
td.TdClassName
{
border-color: #B959A0;
}
.TagClassName
{
border-color: #B959A0;
}
</style>