Shades of Mulberry #B84C85
Tints of Mulberry #B84C85
RGB
CMYK
RGB Variations
Color information
#B84C85 (or 0xB84C85) is known color: Mulberry. HEX triplet: B8, 4C and 85. RGB value is (184,76,133). Sum of RGB (Red+Green+Blue) = 184+76+133=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C85 is #47B37A. Grayscale: #727272. Windows color (decimal): -4699003 or 8735928. OLE color: 8735928.
HSL color Cylindrical-coordinate representation of color #B84C85: hue angle of 328.33º 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 #B84C85 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 133 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.28 |
| HSL | 328.33º | 0.43% | 0.51% | - |
| HSV(B) | 328.33º | 0.59% | 0.72% | - |
| XYZ | 26.59 | 17.05 | 24.08 | - |
| YUV | 114.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 133 | 0 | 0.59 | 0.28 | 0.28 | 328.33 | 0.43 | 0.51 |
| Hex | B8 | 4C | 85 | 0 | 3B | 1C | 1C | 148 | 2B | 33 |
| Octal | 270 | 114 | 205 | 0 | 73 | 34 | 34 | 510 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10000101 | 0 | 111011 | 11100 | 11100 | 101001000 | 101011 | 110011 |
Color Harmonies of #B84C85
Complementary color
Monochromatic Colors of #B84C85
Black with #B84C85
Text Example
Text Example
White with #B84C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C85; }
p { color: rgb(184,76,133); }
H1.HeaderClassName
{
color: #B84C85;
}
.AnyTagClassName
{
color: #B84C85;
}
</style>
background-color css
<style>
a { background-color: #B84C85; }
a { background-color: rgb(184,76,133); }
div.DivClassName
{
background-color: #B84C85;
}
.BgClassName
{
background-color: #B84C85;
}
</style>
border-color css
<style>
span { border-color: #B84C85; }
span { border-color: rgb(184,76,133); }
td.TdClassName
{
border-color: #B84C85;
}
.TagClassName
{
border-color: #B84C85;
}
</style>