Shades of Mulberry #B9599F
Tints of Mulberry #B9599F
RGB
CMYK
RGB Variations
Color information
#B9599F (or 0xB9599F) is known color: Mulberry. HEX triplet: B9, 59 and 9F. RGB value is (185,89,159). Sum of RGB (Red+Green+Blue) = 185+89+159=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9599F is #46A660. Grayscale: #7D7D7D. Windows color (decimal): -4630113 or 10443193. OLE color: 10443193.
HSL color Cylindrical-coordinate representation of color #B9599F: hue angle of 316.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9599F is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 159 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.27 |
| HSL | 316.25º | 0.41% | 0.54% | - |
| HSV(B) | 316.25º | 0.52% | 0.73% | - |
| XYZ | 29.84 | 19.96 | 35.08 | - |
| YUV | 125.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 159 | 0 | 0.52 | 0.14 | 0.27 | 316.25 | 0.41 | 0.54 |
| Hex | B9 | 59 | 9F | 0 | 34 | E | 1B | 13C | 29 | 36 |
| Octal | 271 | 131 | 237 | 0 | 64 | 16 | 33 | 474 | 51 | 66 |
| Binary | 10111001 | 1011001 | 10011111 | 0 | 110100 | 1110 | 11011 | 100111100 | 101001 | 110110 |
Color Harmonies of #B9599F
Complementary color
Monochromatic Colors of #B9599F
Black with #B9599F
Text Example
Text Example
White with #B9599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9599F; }
p { color: rgb(185,89,159); }
H1.HeaderClassName
{
color: #B9599F;
}
.AnyTagClassName
{
color: #B9599F;
}
</style>
background-color css
<style>
a { background-color: #B9599F; }
a { background-color: rgb(185,89,159); }
div.DivClassName
{
background-color: #B9599F;
}
.BgClassName
{
background-color: #B9599F;
}
</style>
border-color css
<style>
span { border-color: #B9599F; }
span { border-color: rgb(185,89,159); }
td.TdClassName
{
border-color: #B9599F;
}
.TagClassName
{
border-color: #B9599F;
}
</style>