Shades of Mulberry #B15796
Tints of Mulberry #B15796
RGB
CMYK
RGB Variations
Color information
#B15796 (or 0xB15796) is known color: Mulberry. HEX triplet: B1, 57 and 96. RGB value is (177,87,150). Sum of RGB (Red+Green+Blue) = 177+87+150=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15796 is #4EA869. Grayscale: #787878. Windows color (decimal): -5154922 or 9852849. OLE color: 9852849.
HSL color Cylindrical-coordinate representation of color #B15796: hue angle of 318º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15796 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 150 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.31 |
| HSL | 318º | 0.37% | 0.52% | - |
| HSV(B) | 318º | 0.51% | 0.69% | - |
| XYZ | 27.04 | 18.37 | 30.97 | - |
| YUV | 121.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 150 | 0 | 0.51 | 0.15 | 0.31 | 318 | 0.37 | 0.52 |
| Hex | B1 | 57 | 96 | 0 | 33 | F | 1F | 13E | 25 | 34 |
| Octal | 261 | 127 | 226 | 0 | 63 | 17 | 37 | 476 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10010110 | 0 | 110011 | 1111 | 11111 | 100111110 | 100101 | 110100 |
Color Harmonies of #B15796
Complementary color
Monochromatic Colors of #B15796
Black with #B15796
Text Example
Text Example
White with #B15796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15796; }
p { color: rgb(177,87,150); }
H1.HeaderClassName
{
color: #B15796;
}
.AnyTagClassName
{
color: #B15796;
}
</style>
background-color css
<style>
a { background-color: #B15796; }
a { background-color: rgb(177,87,150); }
div.DivClassName
{
background-color: #B15796;
}
.BgClassName
{
background-color: #B15796;
}
</style>
border-color css
<style>
span { border-color: #B15796; }
span { border-color: rgb(177,87,150); }
td.TdClassName
{
border-color: #B15796;
}
.TagClassName
{
border-color: #B15796;
}
</style>