Shades of Mulberry #B85988
Tints of Mulberry #B85988
RGB
CMYK
RGB Variations
Color information
#B85988 (or 0xB85988) is known color: Mulberry. HEX triplet: B8, 59 and 88. RGB value is (184,89,136). Sum of RGB (Red+Green+Blue) = 184+89+136=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B85988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85988 is #47A677. Grayscale: #7A7A7A. Windows color (decimal): -4695672 or 8935864. OLE color: 8935864.
HSL color Cylindrical-coordinate representation of color #B85988: hue angle of 330.32º 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 #B85988 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 136 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.28 |
| HSL | 330.32º | 0.4% | 0.54% | - |
| HSV(B) | 330.32º | 0.52% | 0.72% | - |
| XYZ | 27.78 | 19.11 | 25.52 | - |
| YUV | 122.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 136 | 0 | 0.52 | 0.26 | 0.28 | 330.32 | 0.4 | 0.54 |
| Hex | B8 | 59 | 88 | 0 | 34 | 1A | 1C | 14A | 28 | 36 |
| Octal | 270 | 131 | 210 | 0 | 64 | 32 | 34 | 512 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10001000 | 0 | 110100 | 11010 | 11100 | 101001010 | 101000 | 110110 |
Color Harmonies of #B85988
Complementary color
Monochromatic Colors of #B85988
Black with #B85988
Text Example
Text Example
White with #B85988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85988; }
p { color: rgb(184,89,136); }
H1.HeaderClassName
{
color: #B85988;
}
.AnyTagClassName
{
color: #B85988;
}
</style>
background-color css
<style>
a { background-color: #B85988; }
a { background-color: rgb(184,89,136); }
div.DivClassName
{
background-color: #B85988;
}
.BgClassName
{
background-color: #B85988;
}
</style>
border-color css
<style>
span { border-color: #B85988; }
span { border-color: rgb(184,89,136); }
td.TdClassName
{
border-color: #B85988;
}
.TagClassName
{
border-color: #B85988;
}
</style>