Shades of Mulberry #B84D83
Tints of Mulberry #B84D83
RGB
CMYK
RGB Variations
Color information
#B84D83 (or 0xB84D83) is known color: Mulberry. HEX triplet: B8, 4D and 83. RGB value is (184,77,131). Sum of RGB (Red+Green+Blue) = 184+77+131=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84D83 is #47B27C. Grayscale: #737373. Windows color (decimal): -4698749 or 8605112. OLE color: 8605112.
HSL color Cylindrical-coordinate representation of color #B84D83: hue angle of 329.72º 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 #B84D83 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 131 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.28 |
| HSL | 329.72º | 0.43% | 0.51% | - |
| HSV(B) | 329.72º | 0.58% | 0.72% | - |
| XYZ | 26.52 | 17.14 | 23.38 | - |
| YUV | 115.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 131 | 0 | 0.58 | 0.29 | 0.28 | 329.72 | 0.43 | 0.51 |
| Hex | B8 | 4D | 83 | 0 | 3A | 1D | 1C | 14A | 2B | 33 |
| Octal | 270 | 115 | 203 | 0 | 72 | 35 | 34 | 512 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10000011 | 0 | 111010 | 11101 | 11100 | 101001010 | 101011 | 110011 |
Color Harmonies of #B84D83
Complementary color
Monochromatic Colors of #B84D83
Black with #B84D83
Text Example
Text Example
White with #B84D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D83; }
p { color: rgb(184,77,131); }
H1.HeaderClassName
{
color: #B84D83;
}
.AnyTagClassName
{
color: #B84D83;
}
</style>
background-color css
<style>
a { background-color: #B84D83; }
a { background-color: rgb(184,77,131); }
div.DivClassName
{
background-color: #B84D83;
}
.BgClassName
{
background-color: #B84D83;
}
</style>
border-color css
<style>
span { border-color: #B84D83; }
span { border-color: rgb(184,77,131); }
td.TdClassName
{
border-color: #B84D83;
}
.TagClassName
{
border-color: #B84D83;
}
</style>