Shades of Mulberry #B85689
Tints of Mulberry #B85689
RGB
CMYK
RGB Variations
Color information
#B85689 (or 0xB85689) is known color: Mulberry. HEX triplet: B8, 56 and 89. RGB value is (184,86,137). Sum of RGB (Red+Green+Blue) = 184+86+137=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B85689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85689 is #47A976. Grayscale: #797979. Windows color (decimal): -4696439 or 9000632. OLE color: 9000632.
HSL color Cylindrical-coordinate representation of color #B85689: hue angle of 328.78º 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 #B85689 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 137 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.28 |
| HSL | 328.78º | 0.41% | 0.53% | - |
| HSV(B) | 328.78º | 0.53% | 0.72% | - |
| XYZ | 27.61 | 18.65 | 25.81 | - |
| YUV | 121.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 137 | 0 | 0.53 | 0.26 | 0.28 | 328.78 | 0.41 | 0.53 |
| Hex | B8 | 56 | 89 | 0 | 35 | 1A | 1C | 149 | 29 | 35 |
| Octal | 270 | 126 | 211 | 0 | 65 | 32 | 34 | 511 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10001001 | 0 | 110101 | 11010 | 11100 | 101001001 | 101001 | 110101 |
Color Harmonies of #B85689
Complementary color
Monochromatic Colors of #B85689
Black with #B85689
Text Example
Text Example
White with #B85689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85689; }
p { color: rgb(184,86,137); }
H1.HeaderClassName
{
color: #B85689;
}
.AnyTagClassName
{
color: #B85689;
}
</style>
background-color css
<style>
a { background-color: #B85689; }
a { background-color: rgb(184,86,137); }
div.DivClassName
{
background-color: #B85689;
}
.BgClassName
{
background-color: #B85689;
}
</style>
border-color css
<style>
span { border-color: #B85689; }
span { border-color: rgb(184,86,137); }
td.TdClassName
{
border-color: #B85689;
}
.TagClassName
{
border-color: #B85689;
}
</style>