Shades of Mulberry #B85584
Tints of Mulberry #B85584
RGB
CMYK
RGB Variations
Color information
#B85584 (or 0xB85584) is known color: Mulberry. HEX triplet: B8, 55 and 84. RGB value is (184,85,132). Sum of RGB (Red+Green+Blue) = 184+85+132=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85584 is #47AA7B. Grayscale: #777777. Windows color (decimal): -4696700 or 8672696. OLE color: 8672696.
HSL color Cylindrical-coordinate representation of color #B85584: hue angle of 331.52º 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 #B85584 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 132 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.28 |
| HSL | 331.52º | 0.41% | 0.53% | - |
| HSV(B) | 331.52º | 0.54% | 0.72% | - |
| XYZ | 27.18 | 18.35 | 23.94 | - |
| YUV | 119.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 132 | 0 | 0.54 | 0.28 | 0.28 | 331.52 | 0.41 | 0.53 |
| Hex | B8 | 55 | 84 | 0 | 36 | 1C | 1C | 14C | 29 | 35 |
| Octal | 270 | 125 | 204 | 0 | 66 | 34 | 34 | 514 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10000100 | 0 | 110110 | 11100 | 11100 | 101001100 | 101001 | 110101 |
Color Harmonies of #B85584
Complementary color
Monochromatic Colors of #B85584
Black with #B85584
Text Example
Text Example
White with #B85584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85584; }
p { color: rgb(184,85,132); }
H1.HeaderClassName
{
color: #B85584;
}
.AnyTagClassName
{
color: #B85584;
}
</style>
background-color css
<style>
a { background-color: #B85584; }
a { background-color: rgb(184,85,132); }
div.DivClassName
{
background-color: #B85584;
}
.BgClassName
{
background-color: #B85584;
}
</style>
border-color css
<style>
span { border-color: #B85584; }
span { border-color: rgb(184,85,132); }
td.TdClassName
{
border-color: #B85584;
}
.TagClassName
{
border-color: #B85584;
}
</style>