Shades of Mulberry #B85696
Tints of Mulberry #B85696
RGB
CMYK
RGB Variations
Color information
#B85696 (or 0xB85696) is known color: Mulberry. HEX triplet: B8, 56 and 96. RGB value is (184,86,150). Sum of RGB (Red+Green+Blue) = 184+86+150=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B85696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85696 is #47A969. Grayscale: #7A7A7A. Windows color (decimal): -4696426 or 9852600. OLE color: 9852600.
HSL color Cylindrical-coordinate representation of color #B85696: hue angle of 320.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85696 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 150 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.28 |
| HSL | 320.82º | 0.41% | 0.53% | - |
| HSV(B) | 320.82º | 0.53% | 0.72% | - |
| XYZ | 28.6 | 19.05 | 31.02 | - |
| YUV | 122.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 150 | 0 | 0.53 | 0.18 | 0.28 | 320.82 | 0.41 | 0.53 |
| Hex | B8 | 56 | 96 | 0 | 35 | 12 | 1C | 141 | 29 | 35 |
| Octal | 270 | 126 | 226 | 0 | 65 | 22 | 34 | 501 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10010110 | 0 | 110101 | 10010 | 11100 | 101000001 | 101001 | 110101 |
Color Harmonies of #B85696
Complementary color
Monochromatic Colors of #B85696
Black with #B85696
Text Example
Text Example
White with #B85696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85696; }
p { color: rgb(184,86,150); }
H1.HeaderClassName
{
color: #B85696;
}
.AnyTagClassName
{
color: #B85696;
}
</style>
background-color css
<style>
a { background-color: #B85696; }
a { background-color: rgb(184,86,150); }
div.DivClassName
{
background-color: #B85696;
}
.BgClassName
{
background-color: #B85696;
}
</style>
border-color css
<style>
span { border-color: #B85696; }
span { border-color: rgb(184,86,150); }
td.TdClassName
{
border-color: #B85696;
}
.TagClassName
{
border-color: #B85696;
}
</style>