Shades of Mulberry #B16095
Tints of Mulberry #B16095
RGB
CMYK
RGB Variations
Color information
#B16095 (or 0xB16095) is known color: Mulberry. HEX triplet: B1, 60 and 95. RGB value is (177,96,149). Sum of RGB (Red+Green+Blue) = 177+96+149=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16095 is #4E9F6A. Grayscale: #7E7E7E. Windows color (decimal): -5152619 or 9789617. OLE color: 9789617.
HSL color Cylindrical-coordinate representation of color #B16095: hue angle of 320.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16095 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 149 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.31 |
| HSL | 320.74º | 0.34% | 0.54% | - |
| HSV(B) | 320.74º | 0.46% | 0.69% | - |
| XYZ | 27.74 | 19.88 | 30.81 | - |
| YUV | 126.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 149 | 0 | 0.46 | 0.16 | 0.31 | 320.74 | 0.34 | 0.54 |
| Hex | B1 | 60 | 95 | 0 | 2E | 10 | 1F | 141 | 22 | 36 |
| Octal | 261 | 140 | 225 | 0 | 56 | 20 | 37 | 501 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10010101 | 0 | 101110 | 10000 | 11111 | 101000001 | 100010 | 110110 |
Color Harmonies of #B16095
Complementary color
Monochromatic Colors of #B16095
Black with #B16095
Text Example
Text Example
White with #B16095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16095; }
p { color: rgb(177,96,149); }
H1.HeaderClassName
{
color: #B16095;
}
.AnyTagClassName
{
color: #B16095;
}
</style>
background-color css
<style>
a { background-color: #B16095; }
a { background-color: rgb(177,96,149); }
div.DivClassName
{
background-color: #B16095;
}
.BgClassName
{
background-color: #B16095;
}
</style>
border-color css
<style>
span { border-color: #B16095; }
span { border-color: rgb(177,96,149); }
td.TdClassName
{
border-color: #B16095;
}
.TagClassName
{
border-color: #B16095;
}
</style>