Shades of Mulberry #B9578D
Tints of Mulberry #B9578D
RGB
CMYK
RGB Variations
Color information
#B9578D (or 0xB9578D) is known color: Mulberry. HEX triplet: B9, 57 and 8D. RGB value is (185,87,141). Sum of RGB (Red+Green+Blue) = 185+87+141=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578D is #46A872. Grayscale: #7A7A7A. Windows color (decimal): -4630643 or 9263033. OLE color: 9263033.
HSL color Cylindrical-coordinate representation of color #B9578D: hue angle of 326.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9578D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 141 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.27 |
| HSL | 326.94º | 0.41% | 0.53% | - |
| HSV(B) | 326.94º | 0.53% | 0.73% | - |
| XYZ | 28.22 | 19.05 | 27.39 | - |
| YUV | 122.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 141 | 0 | 0.53 | 0.24 | 0.27 | 326.94 | 0.41 | 0.53 |
| Hex | B9 | 57 | 8D | 0 | 35 | 18 | 1B | 147 | 29 | 35 |
| Octal | 271 | 127 | 215 | 0 | 65 | 30 | 33 | 507 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10001101 | 0 | 110101 | 11000 | 11011 | 101000111 | 101001 | 110101 |
Color Harmonies of #B9578D
Complementary color
Monochromatic Colors of #B9578D
Black with #B9578D
Text Example
Text Example
White with #B9578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9578D; }
p { color: rgb(185,87,141); }
H1.HeaderClassName
{
color: #B9578D;
}
.AnyTagClassName
{
color: #B9578D;
}
</style>
background-color css
<style>
a { background-color: #B9578D; }
a { background-color: rgb(185,87,141); }
div.DivClassName
{
background-color: #B9578D;
}
.BgClassName
{
background-color: #B9578D;
}
</style>
border-color css
<style>
span { border-color: #B9578D; }
span { border-color: rgb(185,87,141); }
td.TdClassName
{
border-color: #B9578D;
}
.TagClassName
{
border-color: #B9578D;
}
</style>