Shades of Mulberry #B86098
Tints of Mulberry #B86098
RGB
CMYK
RGB Variations
Color information
#B86098 (or 0xB86098) is known color: Mulberry. HEX triplet: B8, 60 and 98. RGB value is (184,96,152). Sum of RGB (Red+Green+Blue) = 184+96+152=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B86098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86098 is #479F67. Grayscale: #808080. Windows color (decimal): -4693864 or 9986232. OLE color: 9986232.
HSL color Cylindrical-coordinate representation of color #B86098: hue angle of 321.82º 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 #B86098 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 152 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.28 |
| HSL | 321.82º | 0.38% | 0.55% | - |
| HSV(B) | 321.82º | 0.48% | 0.72% | - |
| XYZ | 29.62 | 20.82 | 32.16 | - |
| YUV | 128.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 152 | 0 | 0.48 | 0.17 | 0.28 | 321.82 | 0.38 | 0.55 |
| Hex | B8 | 60 | 98 | 0 | 30 | 11 | 1C | 142 | 26 | 37 |
| Octal | 270 | 140 | 230 | 0 | 60 | 21 | 34 | 502 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10011000 | 0 | 110000 | 10001 | 11100 | 101000010 | 100110 | 110111 |
Color Harmonies of #B86098
Complementary color
Monochromatic Colors of #B86098
Black with #B86098
Text Example
Text Example
White with #B86098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86098; }
p { color: rgb(184,96,152); }
H1.HeaderClassName
{
color: #B86098;
}
.AnyTagClassName
{
color: #B86098;
}
</style>
background-color css
<style>
a { background-color: #B86098; }
a { background-color: rgb(184,96,152); }
div.DivClassName
{
background-color: #B86098;
}
.BgClassName
{
background-color: #B86098;
}
</style>
border-color css
<style>
span { border-color: #B86098; }
span { border-color: rgb(184,96,152); }
td.TdClassName
{
border-color: #B86098;
}
.TagClassName
{
border-color: #B86098;
}
</style>