Shades of Mulberry #B84996
Tints of Mulberry #B84996
RGB
CMYK
RGB Variations
Color information
#B84996 (or 0xB84996) is known color: Mulberry. HEX triplet: B8, 49 and 96. RGB value is (184,73,150). Sum of RGB (Red+Green+Blue) = 184+73+150=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B84996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84996 is #47B669. Grayscale: #727272. Windows color (decimal): -4699754 or 9849272. OLE color: 9849272.
HSL color Cylindrical-coordinate representation of color #B84996: hue angle of 318.38º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84996 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 150 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.28 |
| HSL | 318.38º | 0.44% | 0.5% | - |
| HSV(B) | 318.38º | 0.6% | 0.72% | - |
| XYZ | 27.65 | 17.16 | 30.71 | - |
| YUV | 114.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 150 | 0 | 0.60 | 0.18 | 0.28 | 318.38 | 0.44 | 0.5 |
| Hex | B8 | 49 | 96 | 0 | 3C | 12 | 1C | 13E | 2C | 32 |
| Octal | 270 | 111 | 226 | 0 | 74 | 22 | 34 | 476 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10010110 | 0 | 111100 | 10010 | 11100 | 100111110 | 101100 | 110010 |
Color Harmonies of #B84996
Complementary color
Monochromatic Colors of #B84996
Black with #B84996
Text Example
Text Example
White with #B84996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84996; }
p { color: rgb(184,73,150); }
H1.HeaderClassName
{
color: #B84996;
}
.AnyTagClassName
{
color: #B84996;
}
</style>
background-color css
<style>
a { background-color: #B84996; }
a { background-color: rgb(184,73,150); }
div.DivClassName
{
background-color: #B84996;
}
.BgClassName
{
background-color: #B84996;
}
</style>
border-color css
<style>
span { border-color: #B84996; }
span { border-color: rgb(184,73,150); }
td.TdClassName
{
border-color: #B84996;
}
.TagClassName
{
border-color: #B84996;
}
</style>