Shades of Mulberry #B9558D
Tints of Mulberry #B9558D
RGB
CMYK
RGB Variations
Color information
#B9558D (or 0xB9558D) is known color: Mulberry. HEX triplet: B9, 55 and 8D. RGB value is (185,85,141). Sum of RGB (Red+Green+Blue) = 185+85+141=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558D is #46AA72. Grayscale: #797979. Windows color (decimal): -4631155 or 9262521. OLE color: 9262521.
HSL color Cylindrical-coordinate representation of color #B9558D: hue angle of 326.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9558D is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 141 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.27 |
| HSL | 326.4º | 0.42% | 0.53% | - |
| HSV(B) | 326.4º | 0.54% | 0.73% | - |
| XYZ | 28.06 | 18.73 | 27.34 | - |
| YUV | 121.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 141 | 0 | 0.54 | 0.24 | 0.27 | 326.4 | 0.42 | 0.53 |
| Hex | B9 | 55 | 8D | 0 | 36 | 18 | 1B | 146 | 2A | 35 |
| Octal | 271 | 125 | 215 | 0 | 66 | 30 | 33 | 506 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10001101 | 0 | 110110 | 11000 | 11011 | 101000110 | 101010 | 110101 |
Color Harmonies of #B9558D
Complementary color
Monochromatic Colors of #B9558D
Black with #B9558D
Text Example
Text Example
White with #B9558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9558D; }
p { color: rgb(185,85,141); }
H1.HeaderClassName
{
color: #B9558D;
}
.AnyTagClassName
{
color: #B9558D;
}
</style>
background-color css
<style>
a { background-color: #B9558D; }
a { background-color: rgb(185,85,141); }
div.DivClassName
{
background-color: #B9558D;
}
.BgClassName
{
background-color: #B9558D;
}
</style>
border-color css
<style>
span { border-color: #B9558D; }
span { border-color: rgb(185,85,141); }
td.TdClassName
{
border-color: #B9558D;
}
.TagClassName
{
border-color: #B9558D;
}
</style>