Shades of Mulberry #B85386
Tints of Mulberry #B85386
RGB
CMYK
RGB Variations
Color information
#B85386 (or 0xB85386) is known color: Mulberry. HEX triplet: B8, 53 and 86. RGB value is (184,83,134). Sum of RGB (Red+Green+Blue) = 184+83+134=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85386 is #47AC79. Grayscale: #767676. Windows color (decimal): -4697210 or 8803256. OLE color: 8803256.
HSL color Cylindrical-coordinate representation of color #B85386: hue angle of 329.7º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85386 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 134 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.28 |
| HSL | 329.7º | 0.42% | 0.52% | - |
| HSV(B) | 329.7º | 0.55% | 0.72% | - |
| XYZ | 27.16 | 18.1 | 24.62 | - |
| YUV | 119.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 134 | 0 | 0.55 | 0.27 | 0.28 | 329.7 | 0.42 | 0.52 |
| Hex | B8 | 53 | 86 | 0 | 37 | 1B | 1C | 14A | 2A | 34 |
| Octal | 270 | 123 | 206 | 0 | 67 | 33 | 34 | 512 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10000110 | 0 | 110111 | 11011 | 11100 | 101001010 | 101010 | 110100 |
Color Harmonies of #B85386
Complementary color
Monochromatic Colors of #B85386
Black with #B85386
Text Example
Text Example
White with #B85386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85386; }
p { color: rgb(184,83,134); }
H1.HeaderClassName
{
color: #B85386;
}
.AnyTagClassName
{
color: #B85386;
}
</style>
background-color css
<style>
a { background-color: #B85386; }
a { background-color: rgb(184,83,134); }
div.DivClassName
{
background-color: #B85386;
}
.BgClassName
{
background-color: #B85386;
}
</style>
border-color css
<style>
span { border-color: #B85386; }
span { border-color: rgb(184,83,134); }
td.TdClassName
{
border-color: #B85386;
}
.TagClassName
{
border-color: #B85386;
}
</style>