Shades of Mulberry #B9559C
Tints of Mulberry #B9559C
RGB
CMYK
RGB Variations
Color information
#B9559C (or 0xB9559C) is known color: Mulberry. HEX triplet: B9, 55 and 9C. RGB value is (185,85,156). Sum of RGB (Red+Green+Blue) = 185+85+156=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9559C is #46AA63. Grayscale: #7A7A7A. Windows color (decimal): -4631140 or 10245561. OLE color: 10245561.
HSL color Cylindrical-coordinate representation of color #B9559C: hue angle of 317.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 #B9559C is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 156 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.27 |
| HSL | 317.4º | 0.42% | 0.53% | - |
| HSV(B) | 317.4º | 0.54% | 0.73% | - |
| XYZ | 29.26 | 19.21 | 33.62 | - |
| YUV | 122.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 156 | 0 | 0.54 | 0.16 | 0.27 | 317.4 | 0.42 | 0.53 |
| Hex | B9 | 55 | 9C | 0 | 36 | 10 | 1B | 13D | 2A | 35 |
| Octal | 271 | 125 | 234 | 0 | 66 | 20 | 33 | 475 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10011100 | 0 | 110110 | 10000 | 11011 | 100111101 | 101010 | 110101 |
Color Harmonies of #B9559C
Complementary color
Monochromatic Colors of #B9559C
Black with #B9559C
Text Example
Text Example
White with #B9559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9559C; }
p { color: rgb(185,85,156); }
H1.HeaderClassName
{
color: #B9559C;
}
.AnyTagClassName
{
color: #B9559C;
}
</style>
background-color css
<style>
a { background-color: #B9559C; }
a { background-color: rgb(185,85,156); }
div.DivClassName
{
background-color: #B9559C;
}
.BgClassName
{
background-color: #B9559C;
}
</style>
border-color css
<style>
span { border-color: #B9559C; }
span { border-color: rgb(185,85,156); }
td.TdClassName
{
border-color: #B9559C;
}
.TagClassName
{
border-color: #B9559C;
}
</style>