Shades of Mulberry #B94E88
Tints of Mulberry #B94E88
RGB
CMYK
RGB Variations
Color information
#B94E88 (or 0xB94E88) is known color: Mulberry. HEX triplet: B9, 4E and 88. RGB value is (185,78,136). Sum of RGB (Red+Green+Blue) = 185+78+136=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E88 is #46B177. Grayscale: #747474. Windows color (decimal): -4632952 or 8933049. OLE color: 8933049.
HSL color Cylindrical-coordinate representation of color #B94E88: hue angle of 327.48º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E88 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 136 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.27 |
| HSL | 327.48º | 0.43% | 0.52% | - |
| HSV(B) | 327.48º | 0.58% | 0.73% | - |
| XYZ | 27.18 | 17.54 | 25.25 | - |
| YUV | 116.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 136 | 0 | 0.58 | 0.26 | 0.27 | 327.48 | 0.43 | 0.52 |
| Hex | B9 | 4E | 88 | 0 | 3A | 1A | 1B | 147 | 2B | 34 |
| Octal | 271 | 116 | 210 | 0 | 72 | 32 | 33 | 507 | 53 | 64 |
| Binary | 10111001 | 1001110 | 10001000 | 0 | 111010 | 11010 | 11011 | 101000111 | 101011 | 110100 |
Color Harmonies of #B94E88
Complementary color
Monochromatic Colors of #B94E88
Black with #B94E88
Text Example
Text Example
White with #B94E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E88; }
p { color: rgb(185,78,136); }
H1.HeaderClassName
{
color: #B94E88;
}
.AnyTagClassName
{
color: #B94E88;
}
</style>
background-color css
<style>
a { background-color: #B94E88; }
a { background-color: rgb(185,78,136); }
div.DivClassName
{
background-color: #B94E88;
}
.BgClassName
{
background-color: #B94E88;
}
</style>
border-color css
<style>
span { border-color: #B94E88; }
span { border-color: rgb(185,78,136); }
td.TdClassName
{
border-color: #B94E88;
}
.TagClassName
{
border-color: #B94E88;
}
</style>