Shades of Mulberry #B85585
Tints of Mulberry #B85585
RGB
CMYK
RGB Variations
Color information
#B85585 (or 0xB85585) is known color: Mulberry. HEX triplet: B8, 55 and 85. RGB value is (184,85,133). Sum of RGB (Red+Green+Blue) = 184+85+133=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B85585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85585 is #47AA7A. Grayscale: #777777. Windows color (decimal): -4696699 or 8738232. OLE color: 8738232.
HSL color Cylindrical-coordinate representation of color #B85585: hue angle of 330.91º 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 #B85585 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 133 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.28 |
| HSL | 330.91º | 0.41% | 0.53% | - |
| HSV(B) | 330.91º | 0.54% | 0.72% | - |
| XYZ | 27.25 | 18.38 | 24.3 | - |
| YUV | 120.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 133 | 0 | 0.54 | 0.28 | 0.28 | 330.91 | 0.41 | 0.53 |
| Hex | B8 | 55 | 85 | 0 | 36 | 1C | 1C | 14B | 29 | 35 |
| Octal | 270 | 125 | 205 | 0 | 66 | 34 | 34 | 513 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10000101 | 0 | 110110 | 11100 | 11100 | 101001011 | 101001 | 110101 |
Color Harmonies of #B85585
Complementary color
Monochromatic Colors of #B85585
Black with #B85585
Text Example
Text Example
White with #B85585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85585; }
p { color: rgb(184,85,133); }
H1.HeaderClassName
{
color: #B85585;
}
.AnyTagClassName
{
color: #B85585;
}
</style>
background-color css
<style>
a { background-color: #B85585; }
a { background-color: rgb(184,85,133); }
div.DivClassName
{
background-color: #B85585;
}
.BgClassName
{
background-color: #B85585;
}
</style>
border-color css
<style>
span { border-color: #B85585; }
span { border-color: rgb(184,85,133); }
td.TdClassName
{
border-color: #B85585;
}
.TagClassName
{
border-color: #B85585;
}
</style>