Shades of Mulberry #B76396
Tints of Mulberry #B76396
RGB
CMYK
RGB Variations
Color information
#B76396 (or 0xB76396) is known color: Mulberry. HEX triplet: B7, 63 and 96. RGB value is (183,99,150). Sum of RGB (Red+Green+Blue) = 183+99+150=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76396 is #489C69. Grayscale: #818181. Windows color (decimal): -4758634 or 9855927. OLE color: 9855927.
HSL color Cylindrical-coordinate representation of color #B76396: hue angle of 323.57º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76396 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 150 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.28 |
| HSL | 323.57º | 0.37% | 0.55% | - |
| HSV(B) | 323.57º | 0.46% | 0.72% | - |
| XYZ | 29.5 | 21.19 | 31.39 | - |
| YUV | 129.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 150 | 0 | 0.46 | 0.18 | 0.28 | 323.57 | 0.37 | 0.55 |
| Hex | B7 | 63 | 96 | 0 | 2E | 12 | 1C | 144 | 25 | 37 |
| Octal | 267 | 143 | 226 | 0 | 56 | 22 | 34 | 504 | 45 | 67 |
| Binary | 10110111 | 1100011 | 10010110 | 0 | 101110 | 10010 | 11100 | 101000100 | 100101 | 110111 |
Color Harmonies of #B76396
Complementary color
Monochromatic Colors of #B76396
Black with #B76396
Text Example
Text Example
White with #B76396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76396; }
p { color: rgb(183,99,150); }
H1.HeaderClassName
{
color: #B76396;
}
.AnyTagClassName
{
color: #B76396;
}
</style>
background-color css
<style>
a { background-color: #B76396; }
a { background-color: rgb(183,99,150); }
div.DivClassName
{
background-color: #B76396;
}
.BgClassName
{
background-color: #B76396;
}
</style>
border-color css
<style>
span { border-color: #B76396; }
span { border-color: rgb(183,99,150); }
td.TdClassName
{
border-color: #B76396;
}
.TagClassName
{
border-color: #B76396;
}
</style>