Shades of Mulberry #B86292
Tints of Mulberry #B86292
RGB
CMYK
RGB Variations
Color information
#B86292 (or 0xB86292) is known color: Mulberry. HEX triplet: B8, 62 and 92. RGB value is (184,98,146). Sum of RGB (Red+Green+Blue) = 184+98+146=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B86292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86292 is #479D6D. Grayscale: #818181. Windows color (decimal): -4693358 or 9593528. OLE color: 9593528.
HSL color Cylindrical-coordinate representation of color #B86292: hue angle of 326.51º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86292 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 146 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.28 |
| HSL | 326.51º | 0.38% | 0.55% | - |
| HSV(B) | 326.51º | 0.47% | 0.72% | - |
| XYZ | 29.32 | 21 | 29.7 | - |
| YUV | 129.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 146 | 0 | 0.47 | 0.21 | 0.28 | 326.51 | 0.38 | 0.55 |
| Hex | B8 | 62 | 92 | 0 | 2F | 15 | 1C | 147 | 26 | 37 |
| Octal | 270 | 142 | 222 | 0 | 57 | 25 | 34 | 507 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10010010 | 0 | 101111 | 10101 | 11100 | 101000111 | 100110 | 110111 |
Color Harmonies of #B86292
Complementary color
Monochromatic Colors of #B86292
Black with #B86292
Text Example
Text Example
White with #B86292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86292; }
p { color: rgb(184,98,146); }
H1.HeaderClassName
{
color: #B86292;
}
.AnyTagClassName
{
color: #B86292;
}
</style>
background-color css
<style>
a { background-color: #B86292; }
a { background-color: rgb(184,98,146); }
div.DivClassName
{
background-color: #B86292;
}
.BgClassName
{
background-color: #B86292;
}
</style>
border-color css
<style>
span { border-color: #B86292; }
span { border-color: rgb(184,98,146); }
td.TdClassName
{
border-color: #B86292;
}
.TagClassName
{
border-color: #B86292;
}
</style>