Shades of Mulberry #B84487
Tints of Mulberry #B84487
RGB
CMYK
RGB Variations
Color information
#B84487 (or 0xB84487) is known color: Mulberry. HEX triplet: B8, 44 and 87. RGB value is (184,68,135). Sum of RGB (Red+Green+Blue) = 184+68+135=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B84487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84487 is #47BB78. Grayscale: #6E6E6E. Windows color (decimal): -4701049 or 8864952. OLE color: 8864952.
HSL color Cylindrical-coordinate representation of color #B84487: hue angle of 325.34º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84487 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 135 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.28 |
| HSL | 325.34º | 0.46% | 0.49% | - |
| HSV(B) | 325.34º | 0.63% | 0.72% | - |
| XYZ | 26.21 | 16.07 | 24.64 | - |
| YUV | 110.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 135 | 0 | 0.63 | 0.27 | 0.28 | 325.34 | 0.46 | 0.49 |
| Hex | B8 | 44 | 87 | 0 | 3F | 1B | 1C | 145 | 2E | 31 |
| Octal | 270 | 104 | 207 | 0 | 77 | 33 | 34 | 505 | 56 | 61 |
| Binary | 10111000 | 1000100 | 10000111 | 0 | 111111 | 11011 | 11100 | 101000101 | 101110 | 110001 |
Color Harmonies of #B84487
Complementary color
Monochromatic Colors of #B84487
Black with #B84487
Text Example
Text Example
White with #B84487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84487; }
p { color: rgb(184,68,135); }
H1.HeaderClassName
{
color: #B84487;
}
.AnyTagClassName
{
color: #B84487;
}
</style>
background-color css
<style>
a { background-color: #B84487; }
a { background-color: rgb(184,68,135); }
div.DivClassName
{
background-color: #B84487;
}
.BgClassName
{
background-color: #B84487;
}
</style>
border-color css
<style>
span { border-color: #B84487; }
span { border-color: rgb(184,68,135); }
td.TdClassName
{
border-color: #B84487;
}
.TagClassName
{
border-color: #B84487;
}
</style>