Shades of Mulberry #B36192
Tints of Mulberry #B36192
RGB
CMYK
RGB Variations
Color information
#B36192 (or 0xB36192) is known color: Mulberry. HEX triplet: B3, 61 and 92. RGB value is (179,97,146). Sum of RGB (Red+Green+Blue) = 179+97+146=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B36192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36192 is #4C9E6D. Grayscale: #7E7E7E. Windows color (decimal): -5021294 or 9593267. OLE color: 9593267.
HSL color Cylindrical-coordinate representation of color #B36192: hue angle of 324.15º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36192 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 146 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.30 |
| HSL | 324.15º | 0.35% | 0.54% | - |
| HSV(B) | 324.15º | 0.46% | 0.7% | - |
| XYZ | 28.05 | 20.21 | 29.62 | - |
| YUV | 127.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 146 | 0 | 0.46 | 0.18 | 0.30 | 324.15 | 0.35 | 0.54 |
| Hex | B3 | 61 | 92 | 0 | 2E | 12 | 1E | 144 | 23 | 36 |
| Octal | 263 | 141 | 222 | 0 | 56 | 22 | 36 | 504 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10010010 | 0 | 101110 | 10010 | 11110 | 101000100 | 100011 | 110110 |
Color Harmonies of #B36192
Complementary color
Monochromatic Colors of #B36192
Black with #B36192
Text Example
Text Example
White with #B36192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36192; }
p { color: rgb(179,97,146); }
H1.HeaderClassName
{
color: #B36192;
}
.AnyTagClassName
{
color: #B36192;
}
</style>
background-color css
<style>
a { background-color: #B36192; }
a { background-color: rgb(179,97,146); }
div.DivClassName
{
background-color: #B36192;
}
.BgClassName
{
background-color: #B36192;
}
</style>
border-color css
<style>
span { border-color: #B36192; }
span { border-color: rgb(179,97,146); }
td.TdClassName
{
border-color: #B36192;
}
.TagClassName
{
border-color: #B36192;
}
</style>