Shades of Mulberry #B9558B
Tints of Mulberry #B9558B
RGB
CMYK
RGB Variations
Color information
#B9558B (or 0xB9558B) is known color: Mulberry. HEX triplet: B9, 55 and 8B. RGB value is (185,85,139). Sum of RGB (Red+Green+Blue) = 185+85+139=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558B is #46AA74. Grayscale: #787878. Windows color (decimal): -4631157 or 9131449. OLE color: 9131449.
HSL color Cylindrical-coordinate representation of color #B9558B: hue angle of 327.6º 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 #B9558B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 139 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.27 |
| HSL | 327.6º | 0.42% | 0.53% | - |
| HSV(B) | 327.6º | 0.54% | 0.73% | - |
| XYZ | 27.92 | 18.68 | 26.56 | - |
| YUV | 121.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 139 | 0 | 0.54 | 0.25 | 0.27 | 327.6 | 0.42 | 0.53 |
| Hex | B9 | 55 | 8B | 0 | 36 | 19 | 1B | 148 | 2A | 35 |
| Octal | 271 | 125 | 213 | 0 | 66 | 31 | 33 | 510 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10001011 | 0 | 110110 | 11001 | 11011 | 101001000 | 101010 | 110101 |
Color Harmonies of #B9558B
Complementary color
Monochromatic Colors of #B9558B
Black with #B9558B
Text Example
Text Example
White with #B9558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9558B; }
p { color: rgb(185,85,139); }
H1.HeaderClassName
{
color: #B9558B;
}
.AnyTagClassName
{
color: #B9558B;
}
</style>
background-color css
<style>
a { background-color: #B9558B; }
a { background-color: rgb(185,85,139); }
div.DivClassName
{
background-color: #B9558B;
}
.BgClassName
{
background-color: #B9558B;
}
</style>
border-color css
<style>
span { border-color: #B9558B; }
span { border-color: rgb(185,85,139); }
td.TdClassName
{
border-color: #B9558B;
}
.TagClassName
{
border-color: #B9558B;
}
</style>