Shades of Mulberry #B36096
Tints of Mulberry #B36096
RGB
CMYK
RGB Variations
Color information
#B36096 (or 0xB36096) is known color: Mulberry. HEX triplet: B3, 60 and 96. RGB value is (179,96,150). Sum of RGB (Red+Green+Blue) = 179+96+150=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36096 is #4C9F69. Grayscale: #7E7E7E. Windows color (decimal): -5021546 or 9855155. OLE color: 9855155.
HSL color Cylindrical-coordinate representation of color #B36096: hue angle of 320.96º 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 #B36096 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 150 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.30 |
| HSL | 320.96º | 0.35% | 0.54% | - |
| HSV(B) | 320.96º | 0.46% | 0.7% | - |
| XYZ | 28.28 | 20.15 | 31.25 | - |
| YUV | 126.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 150 | 0 | 0.46 | 0.16 | 0.30 | 320.96 | 0.35 | 0.54 |
| Hex | B3 | 60 | 96 | 0 | 2E | 10 | 1E | 141 | 23 | 36 |
| Octal | 263 | 140 | 226 | 0 | 56 | 20 | 36 | 501 | 43 | 66 |
| Binary | 10110011 | 1100000 | 10010110 | 0 | 101110 | 10000 | 11110 | 101000001 | 100011 | 110110 |
Color Harmonies of #B36096
Complementary color
Monochromatic Colors of #B36096
Black with #B36096
Text Example
Text Example
White with #B36096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36096; }
p { color: rgb(179,96,150); }
H1.HeaderClassName
{
color: #B36096;
}
.AnyTagClassName
{
color: #B36096;
}
</style>
background-color css
<style>
a { background-color: #B36096; }
a { background-color: rgb(179,96,150); }
div.DivClassName
{
background-color: #B36096;
}
.BgClassName
{
background-color: #B36096;
}
</style>
border-color css
<style>
span { border-color: #B36096; }
span { border-color: rgb(179,96,150); }
td.TdClassName
{
border-color: #B36096;
}
.TagClassName
{
border-color: #B36096;
}
</style>