Shades of Mulberry #B84C82
Tints of Mulberry #B84C82
RGB
CMYK
RGB Variations
Color information
#B84C82 (or 0xB84C82) is known color: Mulberry. HEX triplet: B8, 4C and 82. RGB value is (184,76,130). Sum of RGB (Red+Green+Blue) = 184+76+130=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C82 is #47B37D. Grayscale: #727272. Windows color (decimal): -4699006 or 8539320. OLE color: 8539320.
HSL color Cylindrical-coordinate representation of color #B84C82: hue angle of 330º 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 #B84C82 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 130 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.28 |
| HSL | 330º | 0.43% | 0.51% | - |
| HSV(B) | 330º | 0.59% | 0.72% | - |
| XYZ | 26.38 | 16.97 | 23 | - |
| YUV | 114.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 130 | 0 | 0.59 | 0.29 | 0.28 | 330 | 0.43 | 0.51 |
| Hex | B8 | 4C | 82 | 0 | 3B | 1D | 1C | 14A | 2B | 33 |
| Octal | 270 | 114 | 202 | 0 | 73 | 35 | 34 | 512 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10000010 | 0 | 111011 | 11101 | 11100 | 101001010 | 101011 | 110011 |
Color Harmonies of #B84C82
Complementary color
Monochromatic Colors of #B84C82
Black with #B84C82
Text Example
Text Example
White with #B84C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C82; }
p { color: rgb(184,76,130); }
H1.HeaderClassName
{
color: #B84C82;
}
.AnyTagClassName
{
color: #B84C82;
}
</style>
background-color css
<style>
a { background-color: #B84C82; }
a { background-color: rgb(184,76,130); }
div.DivClassName
{
background-color: #B84C82;
}
.BgClassName
{
background-color: #B84C82;
}
</style>
border-color css
<style>
span { border-color: #B84C82; }
span { border-color: rgb(184,76,130); }
td.TdClassName
{
border-color: #B84C82;
}
.TagClassName
{
border-color: #B84C82;
}
</style>