Shades of Mulberry #B85C88
Tints of Mulberry #B85C88
RGB
CMYK
RGB Variations
Color information
#B85C88 (or 0xB85C88) is known color: Mulberry. HEX triplet: B8, 5C and 88. RGB value is (184,92,136). Sum of RGB (Red+Green+Blue) = 184+92+136=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C88 is #47A377. Grayscale: #7C7C7C. Windows color (decimal): -4694904 or 8936632. OLE color: 8936632.
HSL color Cylindrical-coordinate representation of color #B85C88: hue angle of 331.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C88 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 136 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.28 |
| HSL | 331.3º | 0.39% | 0.54% | - |
| HSV(B) | 331.3º | 0.5% | 0.72% | - |
| XYZ | 28.04 | 19.62 | 25.6 | - |
| YUV | 124.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 136 | 0 | 0.50 | 0.26 | 0.28 | 331.3 | 0.39 | 0.54 |
| Hex | B8 | 5C | 88 | 0 | 32 | 1A | 1C | 14B | 27 | 36 |
| Octal | 270 | 134 | 210 | 0 | 62 | 32 | 34 | 513 | 47 | 66 |
| Binary | 10111000 | 1011100 | 10001000 | 0 | 110010 | 11010 | 11100 | 101001011 | 100111 | 110110 |
Color Harmonies of #B85C88
Complementary color
Monochromatic Colors of #B85C88
Black with #B85C88
Text Example
Text Example
White with #B85C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C88; }
p { color: rgb(184,92,136); }
H1.HeaderClassName
{
color: #B85C88;
}
.AnyTagClassName
{
color: #B85C88;
}
</style>
background-color css
<style>
a { background-color: #B85C88; }
a { background-color: rgb(184,92,136); }
div.DivClassName
{
background-color: #B85C88;
}
.BgClassName
{
background-color: #B85C88;
}
</style>
border-color css
<style>
span { border-color: #B85C88; }
span { border-color: rgb(184,92,136); }
td.TdClassName
{
border-color: #B85C88;
}
.TagClassName
{
border-color: #B85C88;
}
</style>