Shades of Mulberry #B94986
Tints of Mulberry #B94986
RGB
CMYK
RGB Variations
Color information
#B94986 (or 0xB94986) is known color: Mulberry. HEX triplet: B9, 49 and 86. RGB value is (185,73,134). Sum of RGB (Red+Green+Blue) = 185+73+134=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94986 is #46B679. Grayscale: #717171. Windows color (decimal): -4634234 or 8800697. OLE color: 8800697.
HSL color Cylindrical-coordinate representation of color #B94986: hue angle of 327.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94986 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 134 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.27 |
| HSL | 327.32º | 0.44% | 0.51% | - |
| HSV(B) | 327.32º | 0.61% | 0.73% | - |
| XYZ | 26.69 | 16.8 | 24.39 | - |
| YUV | 113.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 134 | 0 | 0.61 | 0.28 | 0.27 | 327.32 | 0.44 | 0.51 |
| Hex | B9 | 49 | 86 | 0 | 3D | 1C | 1B | 147 | 2C | 33 |
| Octal | 271 | 111 | 206 | 0 | 75 | 34 | 33 | 507 | 54 | 63 |
| Binary | 10111001 | 1001001 | 10000110 | 0 | 111101 | 11100 | 11011 | 101000111 | 101100 | 110011 |
Color Harmonies of #B94986
Complementary color
Monochromatic Colors of #B94986
Black with #B94986
Text Example
Text Example
White with #B94986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94986; }
p { color: rgb(185,73,134); }
H1.HeaderClassName
{
color: #B94986;
}
.AnyTagClassName
{
color: #B94986;
}
</style>
background-color css
<style>
a { background-color: #B94986; }
a { background-color: rgb(185,73,134); }
div.DivClassName
{
background-color: #B94986;
}
.BgClassName
{
background-color: #B94986;
}
</style>
border-color css
<style>
span { border-color: #B94986; }
span { border-color: rgb(185,73,134); }
td.TdClassName
{
border-color: #B94986;
}
.TagClassName
{
border-color: #B94986;
}
</style>