Shades of Mulberry #B86399
Tints of Mulberry #B86399
RGB
CMYK
RGB Variations
Color information
#B86399 (or 0xB86399) is known color: Mulberry. HEX triplet: B8, 63 and 99. RGB value is (184,99,153). Sum of RGB (Red+Green+Blue) = 184+99+153=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B86399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86399 is #479C66. Grayscale: #828282. Windows color (decimal): -4693095 or 10052536. OLE color: 10052536.
HSL color Cylindrical-coordinate representation of color #B86399: hue angle of 321.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86399 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 153 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.28 |
| HSL | 321.88º | 0.37% | 0.55% | - |
| HSV(B) | 321.88º | 0.46% | 0.72% | - |
| XYZ | 29.98 | 21.41 | 32.69 | - |
| YUV | 130.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 153 | 0 | 0.46 | 0.17 | 0.28 | 321.88 | 0.37 | 0.55 |
| Hex | B8 | 63 | 99 | 0 | 2E | 11 | 1C | 142 | 25 | 37 |
| Octal | 270 | 143 | 231 | 0 | 56 | 21 | 34 | 502 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10011001 | 0 | 101110 | 10001 | 11100 | 101000010 | 100101 | 110111 |
Color Harmonies of #B86399
Complementary color
Monochromatic Colors of #B86399
Black with #B86399
Text Example
Text Example
White with #B86399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86399; }
p { color: rgb(184,99,153); }
H1.HeaderClassName
{
color: #B86399;
}
.AnyTagClassName
{
color: #B86399;
}
</style>
background-color css
<style>
a { background-color: #B86399; }
a { background-color: rgb(184,99,153); }
div.DivClassName
{
background-color: #B86399;
}
.BgClassName
{
background-color: #B86399;
}
</style>
border-color css
<style>
span { border-color: #B86399; }
span { border-color: rgb(184,99,153); }
td.TdClassName
{
border-color: #B86399;
}
.TagClassName
{
border-color: #B86399;
}
</style>