Shades of Mulberry #B05591
Tints of Mulberry #B05591
RGB
CMYK
RGB Variations
Color information
#B05591 (or 0xB05591) is known color: Mulberry. HEX triplet: B0, 55 and 91. RGB value is (176,85,145). Sum of RGB (Red+Green+Blue) = 176+85+145=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05591 is #4FAA6E. Grayscale: #767676. Windows color (decimal): -5220975 or 9524656. OLE color: 9524656.
HSL color Cylindrical-coordinate representation of color #B05591: hue angle of 320.44º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05591 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 145 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.31 |
| HSL | 320.44º | 0.37% | 0.51% | - |
| HSV(B) | 320.44º | 0.52% | 0.69% | - |
| XYZ | 26.26 | 17.77 | 28.83 | - |
| YUV | 119.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 145 | 0 | 0.52 | 0.18 | 0.31 | 320.44 | 0.37 | 0.51 |
| Hex | B0 | 55 | 91 | 0 | 34 | 12 | 1F | 140 | 25 | 33 |
| Octal | 260 | 125 | 221 | 0 | 64 | 22 | 37 | 500 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10010001 | 0 | 110100 | 10010 | 11111 | 101000000 | 100101 | 110011 |
Color Harmonies of #B05591
Complementary color
Monochromatic Colors of #B05591
Black with #B05591
Text Example
Text Example
White with #B05591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05591; }
p { color: rgb(176,85,145); }
H1.HeaderClassName
{
color: #B05591;
}
.AnyTagClassName
{
color: #B05591;
}
</style>
background-color css
<style>
a { background-color: #B05591; }
a { background-color: rgb(176,85,145); }
div.DivClassName
{
background-color: #B05591;
}
.BgClassName
{
background-color: #B05591;
}
</style>
border-color css
<style>
span { border-color: #B05591; }
span { border-color: rgb(176,85,145); }
td.TdClassName
{
border-color: #B05591;
}
.TagClassName
{
border-color: #B05591;
}
</style>