Shades of Mulberry #B85889
Tints of Mulberry #B85889
RGB
CMYK
RGB Variations
Color information
#B85889 (or 0xB85889) is known color: Mulberry. HEX triplet: B8, 58 and 89. RGB value is (184,88,137). Sum of RGB (Red+Green+Blue) = 184+88+137=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B85889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85889 is #47A776. Grayscale: #7A7A7A. Windows color (decimal): -4695927 or 9001144. OLE color: 9001144.
HSL color Cylindrical-coordinate representation of color #B85889: hue angle of 329.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85889 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 137 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.28 |
| HSL | 329.38º | 0.4% | 0.53% | - |
| HSV(B) | 329.38º | 0.52% | 0.72% | - |
| XYZ | 27.77 | 18.98 | 25.87 | - |
| YUV | 122.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 137 | 0 | 0.52 | 0.26 | 0.28 | 329.38 | 0.4 | 0.53 |
| Hex | B8 | 58 | 89 | 0 | 34 | 1A | 1C | 149 | 28 | 35 |
| Octal | 270 | 130 | 211 | 0 | 64 | 32 | 34 | 511 | 50 | 65 |
| Binary | 10111000 | 1011000 | 10001001 | 0 | 110100 | 11010 | 11100 | 101001001 | 101000 | 110101 |
Color Harmonies of #B85889
Complementary color
Monochromatic Colors of #B85889
Black with #B85889
Text Example
Text Example
White with #B85889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85889; }
p { color: rgb(184,88,137); }
H1.HeaderClassName
{
color: #B85889;
}
.AnyTagClassName
{
color: #B85889;
}
</style>
background-color css
<style>
a { background-color: #B85889; }
a { background-color: rgb(184,88,137); }
div.DivClassName
{
background-color: #B85889;
}
.BgClassName
{
background-color: #B85889;
}
</style>
border-color css
<style>
span { border-color: #B85889; }
span { border-color: rgb(184,88,137); }
td.TdClassName
{
border-color: #B85889;
}
.TagClassName
{
border-color: #B85889;
}
</style>