Shades of Mulberry #B84F87
Tints of Mulberry #B84F87
RGB
CMYK
RGB Variations
Color information
#B84F87 (or 0xB84F87) is known color: Mulberry. HEX triplet: B8, 4F and 87. RGB value is (184,79,135). Sum of RGB (Red+Green+Blue) = 184+79+135=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F87 is #47B078. Grayscale: #747474. Windows color (decimal): -4698233 or 8867768. OLE color: 8867768.
HSL color Cylindrical-coordinate representation of color #B84F87: hue angle of 328º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84F87 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 135 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.28 |
| HSL | 328º | 0.43% | 0.52% | - |
| HSV(B) | 328º | 0.57% | 0.72% | - |
| XYZ | 26.94 | 17.53 | 24.89 | - |
| YUV | 116.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 135 | 0 | 0.57 | 0.27 | 0.28 | 328 | 0.43 | 0.52 |
| Hex | B8 | 4F | 87 | 0 | 39 | 1B | 1C | 148 | 2B | 34 |
| Octal | 270 | 117 | 207 | 0 | 71 | 33 | 34 | 510 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10000111 | 0 | 111001 | 11011 | 11100 | 101001000 | 101011 | 110100 |
Color Harmonies of #B84F87
Complementary color
Monochromatic Colors of #B84F87
Black with #B84F87
Text Example
Text Example
White with #B84F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F87; }
p { color: rgb(184,79,135); }
H1.HeaderClassName
{
color: #B84F87;
}
.AnyTagClassName
{
color: #B84F87;
}
</style>
background-color css
<style>
a { background-color: #B84F87; }
a { background-color: rgb(184,79,135); }
div.DivClassName
{
background-color: #B84F87;
}
.BgClassName
{
background-color: #B84F87;
}
</style>
border-color css
<style>
span { border-color: #B84F87; }
span { border-color: rgb(184,79,135); }
td.TdClassName
{
border-color: #B84F87;
}
.TagClassName
{
border-color: #B84F87;
}
</style>