Shades of Mulberry #B85495
Tints of Mulberry #B85495
RGB
CMYK
RGB Variations
Color information
#B85495 (or 0xB85495) is known color: Mulberry. HEX triplet: B8, 54 and 95. RGB value is (184,84,149). Sum of RGB (Red+Green+Blue) = 184+84+149=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85495 is #47AB6A. Grayscale: #797979. Windows color (decimal): -4696939 or 9786552. OLE color: 9786552.
HSL color Cylindrical-coordinate representation of color #B85495: hue angle of 321º 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 #B85495 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 149 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.28 |
| HSL | 321º | 0.41% | 0.53% | - |
| HSV(B) | 321º | 0.54% | 0.72% | - |
| XYZ | 28.36 | 18.7 | 30.55 | - |
| YUV | 121.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 149 | 0 | 0.54 | 0.19 | 0.28 | 321 | 0.41 | 0.53 |
| Hex | B8 | 54 | 95 | 0 | 36 | 13 | 1C | 141 | 29 | 35 |
| Octal | 270 | 124 | 225 | 0 | 66 | 23 | 34 | 501 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10010101 | 0 | 110110 | 10011 | 11100 | 101000001 | 101001 | 110101 |
Color Harmonies of #B85495
Complementary color
Monochromatic Colors of #B85495
Black with #B85495
Text Example
Text Example
White with #B85495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85495; }
p { color: rgb(184,84,149); }
H1.HeaderClassName
{
color: #B85495;
}
.AnyTagClassName
{
color: #B85495;
}
</style>
background-color css
<style>
a { background-color: #B85495; }
a { background-color: rgb(184,84,149); }
div.DivClassName
{
background-color: #B85495;
}
.BgClassName
{
background-color: #B85495;
}
</style>
border-color css
<style>
span { border-color: #B85495; }
span { border-color: rgb(184,84,149); }
td.TdClassName
{
border-color: #B85495;
}
.TagClassName
{
border-color: #B85495;
}
</style>