Shades of Mulberry #B85188
Tints of Mulberry #B85188
RGB
CMYK
RGB Variations
Color information
#B85188 (or 0xB85188) is known color: Mulberry. HEX triplet: B8, 51 and 88. RGB value is (184,81,136). Sum of RGB (Red+Green+Blue) = 184+81+136=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85188 is #47AE77. Grayscale: #757575. Windows color (decimal): -4697720 or 8933816. OLE color: 8933816.
HSL color Cylindrical-coordinate representation of color #B85188: hue angle of 327.96º 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 #B85188 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 136 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.28 |
| HSL | 327.96º | 0.42% | 0.52% | - |
| HSV(B) | 327.96º | 0.56% | 0.72% | - |
| XYZ | 27.15 | 17.85 | 25.31 | - |
| YUV | 118.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 136 | 0 | 0.56 | 0.26 | 0.28 | 327.96 | 0.42 | 0.52 |
| Hex | B8 | 51 | 88 | 0 | 38 | 1A | 1C | 148 | 2A | 34 |
| Octal | 270 | 121 | 210 | 0 | 70 | 32 | 34 | 510 | 52 | 64 |
| Binary | 10111000 | 1010001 | 10001000 | 0 | 111000 | 11010 | 11100 | 101001000 | 101010 | 110100 |
Color Harmonies of #B85188
Complementary color
Monochromatic Colors of #B85188
Black with #B85188
Text Example
Text Example
White with #B85188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85188; }
p { color: rgb(184,81,136); }
H1.HeaderClassName
{
color: #B85188;
}
.AnyTagClassName
{
color: #B85188;
}
</style>
background-color css
<style>
a { background-color: #B85188; }
a { background-color: rgb(184,81,136); }
div.DivClassName
{
background-color: #B85188;
}
.BgClassName
{
background-color: #B85188;
}
</style>
border-color css
<style>
span { border-color: #B85188; }
span { border-color: rgb(184,81,136); }
td.TdClassName
{
border-color: #B85188;
}
.TagClassName
{
border-color: #B85188;
}
</style>