Shades of Mulberry #B85488
Tints of Mulberry #B85488
RGB
CMYK
RGB Variations
Color information
#B85488 (or 0xB85488) is known color: Mulberry. HEX triplet: B8, 54 and 88. RGB value is (184,84,136). Sum of RGB (Red+Green+Blue) = 184+84+136=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85488 is #47AB77. Grayscale: #777777. Windows color (decimal): -4696952 or 8934584. OLE color: 8934584.
HSL color Cylindrical-coordinate representation of color #B85488: hue angle of 328.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85488 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 136 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.28 |
| HSL | 328.8º | 0.41% | 0.53% | - |
| HSV(B) | 328.8º | 0.54% | 0.72% | - |
| XYZ | 27.38 | 18.31 | 25.38 | - |
| YUV | 119.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 136 | 0 | 0.54 | 0.26 | 0.28 | 328.8 | 0.41 | 0.53 |
| Hex | B8 | 54 | 88 | 0 | 36 | 1A | 1C | 149 | 29 | 35 |
| Octal | 270 | 124 | 210 | 0 | 66 | 32 | 34 | 511 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10001000 | 0 | 110110 | 11010 | 11100 | 101001001 | 101001 | 110101 |
Color Harmonies of #B85488
Complementary color
Monochromatic Colors of #B85488
Black with #B85488
Text Example
Text Example
White with #B85488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85488; }
p { color: rgb(184,84,136); }
H1.HeaderClassName
{
color: #B85488;
}
.AnyTagClassName
{
color: #B85488;
}
</style>
background-color css
<style>
a { background-color: #B85488; }
a { background-color: rgb(184,84,136); }
div.DivClassName
{
background-color: #B85488;
}
.BgClassName
{
background-color: #B85488;
}
</style>
border-color css
<style>
span { border-color: #B85488; }
span { border-color: rgb(184,84,136); }
td.TdClassName
{
border-color: #B85488;
}
.TagClassName
{
border-color: #B85488;
}
</style>