Shades of Mulberry #B05D89
Tints of Mulberry #B05D89
RGB
CMYK
RGB Variations
Color information
#B05D89 (or 0xB05D89) is known color: Mulberry. HEX triplet: B0, 5D and 89. RGB value is (176,93,137). Sum of RGB (Red+Green+Blue) = 176+93+137=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D89 is #4FA276. Grayscale: #7A7A7A. Windows color (decimal): -5218935 or 9002416. OLE color: 9002416.
HSL color Cylindrical-coordinate representation of color #B05D89: hue angle of 328.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D89 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 137 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.31 |
| HSL | 328.19º | 0.34% | 0.53% | - |
| HSV(B) | 328.19º | 0.47% | 0.69% | - |
| XYZ | 26.33 | 18.86 | 25.92 | - |
| YUV | 122.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 137 | 0 | 0.47 | 0.22 | 0.31 | 328.19 | 0.34 | 0.53 |
| Hex | B0 | 5D | 89 | 0 | 2F | 16 | 1F | 148 | 22 | 35 |
| Octal | 260 | 135 | 211 | 0 | 57 | 26 | 37 | 510 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10001001 | 0 | 101111 | 10110 | 11111 | 101001000 | 100010 | 110101 |
Color Harmonies of #B05D89
Complementary color
Monochromatic Colors of #B05D89
Black with #B05D89
Text Example
Text Example
White with #B05D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D89; }
p { color: rgb(176,93,137); }
H1.HeaderClassName
{
color: #B05D89;
}
.AnyTagClassName
{
color: #B05D89;
}
</style>
background-color css
<style>
a { background-color: #B05D89; }
a { background-color: rgb(176,93,137); }
div.DivClassName
{
background-color: #B05D89;
}
.BgClassName
{
background-color: #B05D89;
}
</style>
border-color css
<style>
span { border-color: #B05D89; }
span { border-color: rgb(176,93,137); }
td.TdClassName
{
border-color: #B05D89;
}
.TagClassName
{
border-color: #B05D89;
}
</style>