Shades of Mulberry #B56095
Tints of Mulberry #B56095
RGB
CMYK
RGB Variations
Color information
#B56095 (or 0xB56095) is known color: Mulberry. HEX triplet: B5, 60 and 95. RGB value is (181,96,149). Sum of RGB (Red+Green+Blue) = 181+96+149=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56095 is #4A9F6A. Grayscale: #7F7F7F. Windows color (decimal): -4890475 or 9789621. OLE color: 9789621.
HSL color Cylindrical-coordinate representation of color #B56095: hue angle of 322.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56095 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 149 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.29 |
| HSL | 322.59º | 0.36% | 0.54% | - |
| HSV(B) | 322.59º | 0.47% | 0.71% | - |
| XYZ | 28.66 | 20.36 | 30.85 | - |
| YUV | 127.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 149 | 0 | 0.47 | 0.18 | 0.29 | 322.59 | 0.36 | 0.54 |
| Hex | B5 | 60 | 95 | 0 | 2F | 12 | 1D | 143 | 24 | 36 |
| Octal | 265 | 140 | 225 | 0 | 57 | 22 | 35 | 503 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10010101 | 0 | 101111 | 10010 | 11101 | 101000011 | 100100 | 110110 |
Color Harmonies of #B56095
Complementary color
Monochromatic Colors of #B56095
Black with #B56095
Text Example
Text Example
White with #B56095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56095; }
p { color: rgb(181,96,149); }
H1.HeaderClassName
{
color: #B56095;
}
.AnyTagClassName
{
color: #B56095;
}
</style>
background-color css
<style>
a { background-color: #B56095; }
a { background-color: rgb(181,96,149); }
div.DivClassName
{
background-color: #B56095;
}
.BgClassName
{
background-color: #B56095;
}
</style>
border-color css
<style>
span { border-color: #B56095; }
span { border-color: rgb(181,96,149); }
td.TdClassName
{
border-color: #B56095;
}
.TagClassName
{
border-color: #B56095;
}
</style>