Shades of Mulberry #B85597
Tints of Mulberry #B85597
RGB
CMYK
RGB Variations
Color information
#B85597 (or 0xB85597) is known color: Mulberry. HEX triplet: B8, 55 and 97. RGB value is (184,85,151). Sum of RGB (Red+Green+Blue) = 184+85+151=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B85597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85597 is #47AA68. Grayscale: #797979. Windows color (decimal): -4696681 or 9917880. OLE color: 9917880.
HSL color Cylindrical-coordinate representation of color #B85597: hue angle of 320º 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 #B85597 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 151 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.28 |
| HSL | 320º | 0.41% | 0.53% | - |
| HSV(B) | 320º | 0.54% | 0.72% | - |
| XYZ | 28.6 | 18.92 | 31.42 | - |
| YUV | 122.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 151 | 0 | 0.54 | 0.18 | 0.28 | 320 | 0.41 | 0.53 |
| Hex | B8 | 55 | 97 | 0 | 36 | 12 | 1C | 140 | 29 | 35 |
| Octal | 270 | 125 | 227 | 0 | 66 | 22 | 34 | 500 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10010111 | 0 | 110110 | 10010 | 11100 | 101000000 | 101001 | 110101 |
Color Harmonies of #B85597
Complementary color
Monochromatic Colors of #B85597
Black with #B85597
Text Example
Text Example
White with #B85597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85597; }
p { color: rgb(184,85,151); }
H1.HeaderClassName
{
color: #B85597;
}
.AnyTagClassName
{
color: #B85597;
}
</style>
background-color css
<style>
a { background-color: #B85597; }
a { background-color: rgb(184,85,151); }
div.DivClassName
{
background-color: #B85597;
}
.BgClassName
{
background-color: #B85597;
}
</style>
border-color css
<style>
span { border-color: #B85597; }
span { border-color: rgb(184,85,151); }
td.TdClassName
{
border-color: #B85597;
}
.TagClassName
{
border-color: #B85597;
}
</style>