Shades of Mulberry #B94D88
Tints of Mulberry #B94D88
RGB
CMYK
RGB Variations
Color information
#B94D88 (or 0xB94D88) is known color: Mulberry. HEX triplet: B9, 4D and 88. RGB value is (185,77,136). Sum of RGB (Red+Green+Blue) = 185+77+136=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D88 is #46B277. Grayscale: #737373. Windows color (decimal): -4633208 or 8932793. OLE color: 8932793.
HSL color Cylindrical-coordinate representation of color #B94D88: hue angle of 327.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D88 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 136 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.27 |
| HSL | 327.22º | 0.44% | 0.51% | - |
| HSV(B) | 327.22º | 0.58% | 0.73% | - |
| XYZ | 27.11 | 17.4 | 25.22 | - |
| YUV | 116.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 136 | 0 | 0.58 | 0.26 | 0.27 | 327.22 | 0.44 | 0.51 |
| Hex | B9 | 4D | 88 | 0 | 3A | 1A | 1B | 147 | 2C | 33 |
| Octal | 271 | 115 | 210 | 0 | 72 | 32 | 33 | 507 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10001000 | 0 | 111010 | 11010 | 11011 | 101000111 | 101100 | 110011 |
Color Harmonies of #B94D88
Complementary color
Monochromatic Colors of #B94D88
Black with #B94D88
Text Example
Text Example
White with #B94D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D88; }
p { color: rgb(185,77,136); }
H1.HeaderClassName
{
color: #B94D88;
}
.AnyTagClassName
{
color: #B94D88;
}
</style>
background-color css
<style>
a { background-color: #B94D88; }
a { background-color: rgb(185,77,136); }
div.DivClassName
{
background-color: #B94D88;
}
.BgClassName
{
background-color: #B94D88;
}
</style>
border-color css
<style>
span { border-color: #B94D88; }
span { border-color: rgb(185,77,136); }
td.TdClassName
{
border-color: #B94D88;
}
.TagClassName
{
border-color: #B94D88;
}
</style>