Shades of Mulberry #B85088
Tints of Mulberry #B85088
RGB
CMYK
RGB Variations
Color information
#B85088 (or 0xB85088) is known color: Mulberry. HEX triplet: B8, 50 and 88. RGB value is (184,80,136). Sum of RGB (Red+Green+Blue) = 184+80+136=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85088 is #47AF77. Grayscale: #757575. Windows color (decimal): -4697976 or 8933560. OLE color: 8933560.
HSL color Cylindrical-coordinate representation of color #B85088: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85088 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 136 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.28 |
| HSL | 327.69º | 0.42% | 0.52% | - |
| HSV(B) | 327.69º | 0.57% | 0.72% | - |
| XYZ | 27.08 | 17.71 | 25.28 | - |
| YUV | 117.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 136 | 0 | 0.57 | 0.26 | 0.28 | 327.69 | 0.42 | 0.52 |
| Hex | B8 | 50 | 88 | 0 | 39 | 1A | 1C | 148 | 2A | 34 |
| Octal | 270 | 120 | 210 | 0 | 71 | 32 | 34 | 510 | 52 | 64 |
| Binary | 10111000 | 1010000 | 10001000 | 0 | 111001 | 11010 | 11100 | 101001000 | 101010 | 110100 |
Color Harmonies of #B85088
Complementary color
Monochromatic Colors of #B85088
Black with #B85088
Text Example
Text Example
White with #B85088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85088; }
p { color: rgb(184,80,136); }
H1.HeaderClassName
{
color: #B85088;
}
.AnyTagClassName
{
color: #B85088;
}
</style>
background-color css
<style>
a { background-color: #B85088; }
a { background-color: rgb(184,80,136); }
div.DivClassName
{
background-color: #B85088;
}
.BgClassName
{
background-color: #B85088;
}
</style>
border-color css
<style>
span { border-color: #B85088; }
span { border-color: rgb(184,80,136); }
td.TdClassName
{
border-color: #B85088;
}
.TagClassName
{
border-color: #B85088;
}
</style>