Shades of Mulberry #B84C95
Tints of Mulberry #B84C95
RGB
CMYK
RGB Variations
Color information
#B84C95 (or 0xB84C95) is known color: Mulberry. HEX triplet: B8, 4C and 95. RGB value is (184,76,149). Sum of RGB (Red+Green+Blue) = 184+76+149=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C95 is #47B36A. Grayscale: #747474. Windows color (decimal): -4698987 or 9784504. OLE color: 9784504.
HSL color Cylindrical-coordinate representation of color #B84C95: hue angle of 319.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C95 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 149 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.28 |
| HSL | 319.44º | 0.43% | 0.51% | - |
| HSV(B) | 319.44º | 0.59% | 0.72% | - |
| XYZ | 27.78 | 17.53 | 30.35 | - |
| YUV | 116.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 149 | 0 | 0.59 | 0.19 | 0.28 | 319.44 | 0.43 | 0.51 |
| Hex | B8 | 4C | 95 | 0 | 3B | 13 | 1C | 13F | 2B | 33 |
| Octal | 270 | 114 | 225 | 0 | 73 | 23 | 34 | 477 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10010101 | 0 | 111011 | 10011 | 11100 | 100111111 | 101011 | 110011 |
Color Harmonies of #B84C95
Complementary color
Monochromatic Colors of #B84C95
Black with #B84C95
Text Example
Text Example
White with #B84C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C95; }
p { color: rgb(184,76,149); }
H1.HeaderClassName
{
color: #B84C95;
}
.AnyTagClassName
{
color: #B84C95;
}
</style>
background-color css
<style>
a { background-color: #B84C95; }
a { background-color: rgb(184,76,149); }
div.DivClassName
{
background-color: #B84C95;
}
.BgClassName
{
background-color: #B84C95;
}
</style>
border-color css
<style>
span { border-color: #B84C95; }
span { border-color: rgb(184,76,149); }
td.TdClassName
{
border-color: #B84C95;
}
.TagClassName
{
border-color: #B84C95;
}
</style>