Shades of Mulberry #B84997
Tints of Mulberry #B84997
RGB
CMYK
RGB Variations
Color information
#B84997 (or 0xB84997) is known color: Mulberry. HEX triplet: B8, 49 and 97. RGB value is (184,73,151). Sum of RGB (Red+Green+Blue) = 184+73+151=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B84997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84997 is #47B668. Grayscale: #727272. Windows color (decimal): -4699753 or 9914808. OLE color: 9914808.
HSL color Cylindrical-coordinate representation of color #B84997: hue angle of 317.84º 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 #B84997 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 151 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.28 |
| HSL | 317.84º | 0.44% | 0.5% | - |
| HSV(B) | 317.84º | 0.6% | 0.72% | - |
| XYZ | 27.74 | 17.19 | 31.13 | - |
| YUV | 115.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 151 | 0 | 0.60 | 0.18 | 0.28 | 317.84 | 0.44 | 0.5 |
| Hex | B8 | 49 | 97 | 0 | 3C | 12 | 1C | 13E | 2C | 32 |
| Octal | 270 | 111 | 227 | 0 | 74 | 22 | 34 | 476 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10010111 | 0 | 111100 | 10010 | 11100 | 100111110 | 101100 | 110010 |
Color Harmonies of #B84997
Complementary color
Monochromatic Colors of #B84997
Black with #B84997
Text Example
Text Example
White with #B84997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84997; }
p { color: rgb(184,73,151); }
H1.HeaderClassName
{
color: #B84997;
}
.AnyTagClassName
{
color: #B84997;
}
</style>
background-color css
<style>
a { background-color: #B84997; }
a { background-color: rgb(184,73,151); }
div.DivClassName
{
background-color: #B84997;
}
.BgClassName
{
background-color: #B84997;
}
</style>
border-color css
<style>
span { border-color: #B84997; }
span { border-color: rgb(184,73,151); }
td.TdClassName
{
border-color: #B84997;
}
.TagClassName
{
border-color: #B84997;
}
</style>