Shades of Mulberry #B64E86
Tints of Mulberry #B64E86
RGB
CMYK
RGB Variations
Color information
#B64E86 (or 0xB64E86) is known color: Mulberry. HEX triplet: B6, 4E and 86. RGB value is (182,78,134). Sum of RGB (Red+Green+Blue) = 182+78+134=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E86 is #49B179. Grayscale: #737373. Windows color (decimal): -4829562 or 8801974. OLE color: 8801974.
HSL color Cylindrical-coordinate representation of color #B64E86: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E86 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 134 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.29 |
| HSL | 327.69º | 0.42% | 0.51% | - |
| HSV(B) | 327.69º | 0.57% | 0.71% | - |
| XYZ | 26.32 | 17.12 | 24.47 | - |
| YUV | 115.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 134 | 0 | 0.57 | 0.26 | 0.29 | 327.69 | 0.42 | 0.51 |
| Hex | B6 | 4E | 86 | 0 | 39 | 1A | 1D | 148 | 2A | 33 |
| Octal | 266 | 116 | 206 | 0 | 71 | 32 | 35 | 510 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10000110 | 0 | 111001 | 11010 | 11101 | 101001000 | 101010 | 110011 |
Color Harmonies of #B64E86
Complementary color
Monochromatic Colors of #B64E86
Black with #B64E86
Text Example
Text Example
White with #B64E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E86; }
p { color: rgb(182,78,134); }
H1.HeaderClassName
{
color: #B64E86;
}
.AnyTagClassName
{
color: #B64E86;
}
</style>
background-color css
<style>
a { background-color: #B64E86; }
a { background-color: rgb(182,78,134); }
div.DivClassName
{
background-color: #B64E86;
}
.BgClassName
{
background-color: #B64E86;
}
</style>
border-color css
<style>
span { border-color: #B64E86; }
span { border-color: rgb(182,78,134); }
td.TdClassName
{
border-color: #B64E86;
}
.TagClassName
{
border-color: #B64E86;
}
</style>