Shades of Mulberry #B94887
Tints of Mulberry #B94887
RGB
CMYK
RGB Variations
Color information
#B94887 (or 0xB94887) is known color: Mulberry. HEX triplet: B9, 48 and 87. RGB value is (185,72,135). Sum of RGB (Red+Green+Blue) = 185+72+135=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94887 is #46B778. Grayscale: #707070. Windows color (decimal): -4634489 or 8865977. OLE color: 8865977.
HSL color Cylindrical-coordinate representation of color #B94887: hue angle of 326.55º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94887 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 135 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.27 |
| HSL | 326.55º | 0.45% | 0.5% | - |
| HSV(B) | 326.55º | 0.61% | 0.73% | - |
| XYZ | 26.7 | 16.7 | 24.74 | - |
| YUV | 112.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 135 | 0 | 0.61 | 0.27 | 0.27 | 326.55 | 0.45 | 0.5 |
| Hex | B9 | 48 | 87 | 0 | 3D | 1B | 1B | 147 | 2D | 32 |
| Octal | 271 | 110 | 207 | 0 | 75 | 33 | 33 | 507 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10000111 | 0 | 111101 | 11011 | 11011 | 101000111 | 101101 | 110010 |
Color Harmonies of #B94887
Complementary color
Monochromatic Colors of #B94887
Black with #B94887
Text Example
Text Example
White with #B94887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94887; }
p { color: rgb(185,72,135); }
H1.HeaderClassName
{
color: #B94887;
}
.AnyTagClassName
{
color: #B94887;
}
</style>
background-color css
<style>
a { background-color: #B94887; }
a { background-color: rgb(185,72,135); }
div.DivClassName
{
background-color: #B94887;
}
.BgClassName
{
background-color: #B94887;
}
</style>
border-color css
<style>
span { border-color: #B94887; }
span { border-color: rgb(185,72,135); }
td.TdClassName
{
border-color: #B94887;
}
.TagClassName
{
border-color: #B94887;
}
</style>