Shades of Mulberry #B86092
Tints of Mulberry #B86092
RGB
CMYK
RGB Variations
Color information
#B86092 (or 0xB86092) is known color: Mulberry. HEX triplet: B8, 60 and 92. RGB value is (184,96,146). Sum of RGB (Red+Green+Blue) = 184+96+146=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86092 is #479F6D. Grayscale: #7F7F7F. Windows color (decimal): -4693870 or 9593016. OLE color: 9593016.
HSL color Cylindrical-coordinate representation of color #B86092: hue angle of 325.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86092 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 146 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.28 |
| HSL | 325.91º | 0.38% | 0.55% | - |
| HSV(B) | 325.91º | 0.48% | 0.72% | - |
| XYZ | 29.14 | 20.63 | 29.64 | - |
| YUV | 128.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 146 | 0 | 0.48 | 0.21 | 0.28 | 325.91 | 0.38 | 0.55 |
| Hex | B8 | 60 | 92 | 0 | 30 | 15 | 1C | 146 | 26 | 37 |
| Octal | 270 | 140 | 222 | 0 | 60 | 25 | 34 | 506 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10010010 | 0 | 110000 | 10101 | 11100 | 101000110 | 100110 | 110111 |
Color Harmonies of #B86092
Complementary color
Monochromatic Colors of #B86092
Black with #B86092
Text Example
Text Example
White with #B86092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86092; }
p { color: rgb(184,96,146); }
H1.HeaderClassName
{
color: #B86092;
}
.AnyTagClassName
{
color: #B86092;
}
</style>
background-color css
<style>
a { background-color: #B86092; }
a { background-color: rgb(184,96,146); }
div.DivClassName
{
background-color: #B86092;
}
.BgClassName
{
background-color: #B86092;
}
</style>
border-color css
<style>
span { border-color: #B86092; }
span { border-color: rgb(184,96,146); }
td.TdClassName
{
border-color: #B86092;
}
.TagClassName
{
border-color: #B86092;
}
</style>