Shades of Mulberry #B85D8C
Tints of Mulberry #B85D8C
RGB
CMYK
RGB Variations
Color information
#B85D8C (or 0xB85D8C) is known color: Mulberry. HEX triplet: B8, 5D and 8C. RGB value is (184,93,140). Sum of RGB (Red+Green+Blue) = 184+93+140=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85D8C is #47A273. Grayscale: #7D7D7D. Windows color (decimal): -4694644 or 9199032. OLE color: 9199032.
HSL color Cylindrical-coordinate representation of color #B85D8C: hue angle of 329.01º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D8C is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 140 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.28 |
| HSL | 329.01º | 0.39% | 0.54% | - |
| HSV(B) | 329.01º | 0.49% | 0.72% | - |
| XYZ | 28.42 | 19.91 | 27.16 | - |
| YUV | 125.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 140 | 0 | 0.49 | 0.24 | 0.28 | 329.01 | 0.39 | 0.54 |
| Hex | B8 | 5D | 8C | 0 | 31 | 18 | 1C | 149 | 27 | 36 |
| Octal | 270 | 135 | 214 | 0 | 61 | 30 | 34 | 511 | 47 | 66 |
| Binary | 10111000 | 1011101 | 10001100 | 0 | 110001 | 11000 | 11100 | 101001001 | 100111 | 110110 |
Color Harmonies of #B85D8C
Complementary color
Monochromatic Colors of #B85D8C
Black with #B85D8C
Text Example
Text Example
White with #B85D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D8C; }
p { color: rgb(184,93,140); }
H1.HeaderClassName
{
color: #B85D8C;
}
.AnyTagClassName
{
color: #B85D8C;
}
</style>
background-color css
<style>
a { background-color: #B85D8C; }
a { background-color: rgb(184,93,140); }
div.DivClassName
{
background-color: #B85D8C;
}
.BgClassName
{
background-color: #B85D8C;
}
</style>
border-color css
<style>
span { border-color: #B85D8C; }
span { border-color: rgb(184,93,140); }
td.TdClassName
{
border-color: #B85D8C;
}
.TagClassName
{
border-color: #B85D8C;
}
</style>