Shades of Mulberry #B85989
Tints of Mulberry #B85989
RGB
CMYK
RGB Variations
Color information
#B85989 (or 0xB85989) is known color: Mulberry. HEX triplet: B8, 59 and 89. RGB value is (184,89,137). Sum of RGB (Red+Green+Blue) = 184+89+137=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B85989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85989 is #47A676. Grayscale: #7A7A7A. Windows color (decimal): -4695671 or 9001400. OLE color: 9001400.
HSL color Cylindrical-coordinate representation of color #B85989: hue angle of 329.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85989 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 137 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.28 |
| HSL | 329.68º | 0.4% | 0.54% | - |
| HSV(B) | 329.68º | 0.52% | 0.72% | - |
| XYZ | 27.85 | 19.14 | 25.89 | - |
| YUV | 122.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 137 | 0 | 0.52 | 0.26 | 0.28 | 329.68 | 0.4 | 0.54 |
| Hex | B8 | 59 | 89 | 0 | 34 | 1A | 1C | 14A | 28 | 36 |
| Octal | 270 | 131 | 211 | 0 | 64 | 32 | 34 | 512 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10001001 | 0 | 110100 | 11010 | 11100 | 101001010 | 101000 | 110110 |
Color Harmonies of #B85989
Complementary color
Monochromatic Colors of #B85989
Black with #B85989
Text Example
Text Example
White with #B85989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85989; }
p { color: rgb(184,89,137); }
H1.HeaderClassName
{
color: #B85989;
}
.AnyTagClassName
{
color: #B85989;
}
</style>
background-color css
<style>
a { background-color: #B85989; }
a { background-color: rgb(184,89,137); }
div.DivClassName
{
background-color: #B85989;
}
.BgClassName
{
background-color: #B85989;
}
</style>
border-color css
<style>
span { border-color: #B85989; }
span { border-color: rgb(184,89,137); }
td.TdClassName
{
border-color: #B85989;
}
.TagClassName
{
border-color: #B85989;
}
</style>