Shades of Mulberry #B86095
Tints of Mulberry #B86095
RGB
CMYK
RGB Variations
Color information
#B86095 (or 0xB86095) is known color: Mulberry. HEX triplet: B8, 60 and 95. RGB value is (184,96,149). Sum of RGB (Red+Green+Blue) = 184+96+149=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B86095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86095 is #479F6A. Grayscale: #808080. Windows color (decimal): -4693867 or 9789624. OLE color: 9789624.
HSL color Cylindrical-coordinate representation of color #B86095: hue angle of 323.86º 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 #B86095 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 149 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.28 |
| HSL | 323.86º | 0.38% | 0.55% | - |
| HSV(B) | 323.86º | 0.48% | 0.72% | - |
| XYZ | 29.37 | 20.73 | 30.89 | - |
| YUV | 128.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 149 | 0 | 0.48 | 0.19 | 0.28 | 323.86 | 0.38 | 0.55 |
| Hex | B8 | 60 | 95 | 0 | 30 | 13 | 1C | 144 | 26 | 37 |
| Octal | 270 | 140 | 225 | 0 | 60 | 23 | 34 | 504 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10010101 | 0 | 110000 | 10011 | 11100 | 101000100 | 100110 | 110111 |
Color Harmonies of #B86095
Complementary color
Monochromatic Colors of #B86095
Black with #B86095
Text Example
Text Example
White with #B86095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86095; }
p { color: rgb(184,96,149); }
H1.HeaderClassName
{
color: #B86095;
}
.AnyTagClassName
{
color: #B86095;
}
</style>
background-color css
<style>
a { background-color: #B86095; }
a { background-color: rgb(184,96,149); }
div.DivClassName
{
background-color: #B86095;
}
.BgClassName
{
background-color: #B86095;
}
</style>
border-color css
<style>
span { border-color: #B86095; }
span { border-color: rgb(184,96,149); }
td.TdClassName
{
border-color: #B86095;
}
.TagClassName
{
border-color: #B86095;
}
</style>