Shades of Mulberry #B85189
Tints of Mulberry #B85189
RGB
CMYK
RGB Variations
Color information
#B85189 (or 0xB85189) is known color: Mulberry. HEX triplet: B8, 51 and 89. RGB value is (184,81,137). Sum of RGB (Red+Green+Blue) = 184+81+137=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B85189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85189 is #47AE76. Grayscale: #767676. Windows color (decimal): -4697719 or 8999352. OLE color: 8999352.
HSL color Cylindrical-coordinate representation of color #B85189: hue angle of 327.38º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85189 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 137 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.28 |
| HSL | 327.38º | 0.42% | 0.52% | - |
| HSV(B) | 327.38º | 0.56% | 0.72% | - |
| XYZ | 27.22 | 17.88 | 25.68 | - |
| YUV | 118.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 137 | 0 | 0.56 | 0.26 | 0.28 | 327.38 | 0.42 | 0.52 |
| Hex | B8 | 51 | 89 | 0 | 38 | 1A | 1C | 147 | 2A | 34 |
| Octal | 270 | 121 | 211 | 0 | 70 | 32 | 34 | 507 | 52 | 64 |
| Binary | 10111000 | 1010001 | 10001001 | 0 | 111000 | 11010 | 11100 | 101000111 | 101010 | 110100 |
Color Harmonies of #B85189
Complementary color
Monochromatic Colors of #B85189
Black with #B85189
Text Example
Text Example
White with #B85189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85189; }
p { color: rgb(184,81,137); }
H1.HeaderClassName
{
color: #B85189;
}
.AnyTagClassName
{
color: #B85189;
}
</style>
background-color css
<style>
a { background-color: #B85189; }
a { background-color: rgb(184,81,137); }
div.DivClassName
{
background-color: #B85189;
}
.BgClassName
{
background-color: #B85189;
}
</style>
border-color css
<style>
span { border-color: #B85189; }
span { border-color: rgb(184,81,137); }
td.TdClassName
{
border-color: #B85189;
}
.TagClassName
{
border-color: #B85189;
}
</style>