Shades of Mulberry #B84D95
Tints of Mulberry #B84D95
RGB
CMYK
RGB Variations
Color information
#B84D95 (or 0xB84D95) is known color: Mulberry. HEX triplet: B8, 4D and 95. RGB value is (184,77,149). Sum of RGB (Red+Green+Blue) = 184+77+149=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84D95 is #47B26A. Grayscale: #757575. Windows color (decimal): -4698731 or 9784760. OLE color: 9784760.
HSL color Cylindrical-coordinate representation of color #B84D95: hue angle of 319.63º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D95 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 149 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.28 |
| HSL | 319.63º | 0.43% | 0.51% | - |
| HSV(B) | 319.63º | 0.58% | 0.72% | - |
| XYZ | 27.85 | 17.67 | 30.38 | - |
| YUV | 117.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 149 | 0 | 0.58 | 0.19 | 0.28 | 319.63 | 0.43 | 0.51 |
| Hex | B8 | 4D | 95 | 0 | 3A | 13 | 1C | 140 | 2B | 33 |
| Octal | 270 | 115 | 225 | 0 | 72 | 23 | 34 | 500 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10010101 | 0 | 111010 | 10011 | 11100 | 101000000 | 101011 | 110011 |
Color Harmonies of #B84D95
Complementary color
Monochromatic Colors of #B84D95
Black with #B84D95
Text Example
Text Example
White with #B84D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D95; }
p { color: rgb(184,77,149); }
H1.HeaderClassName
{
color: #B84D95;
}
.AnyTagClassName
{
color: #B84D95;
}
</style>
background-color css
<style>
a { background-color: #B84D95; }
a { background-color: rgb(184,77,149); }
div.DivClassName
{
background-color: #B84D95;
}
.BgClassName
{
background-color: #B84D95;
}
</style>
border-color css
<style>
span { border-color: #B84D95; }
span { border-color: rgb(184,77,149); }
td.TdClassName
{
border-color: #B84D95;
}
.TagClassName
{
border-color: #B84D95;
}
</style>