Shades of Mulberry #B76296
Tints of Mulberry #B76296
RGB
CMYK
RGB Variations
Color information
#B76296 (or 0xB76296) is known color: Mulberry. HEX triplet: B7, 62 and 96. RGB value is (183,98,150). Sum of RGB (Red+Green+Blue) = 183+98+150=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B76296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76296 is #489D69. Grayscale: #818181. Windows color (decimal): -4758890 or 9855671. OLE color: 9855671.
HSL color Cylindrical-coordinate representation of color #B76296: hue angle of 323.29º 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 #B76296 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 150 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.28 |
| HSL | 323.29º | 0.37% | 0.55% | - |
| HSV(B) | 323.29º | 0.46% | 0.72% | - |
| XYZ | 29.4 | 21 | 31.36 | - |
| YUV | 129.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 150 | 0 | 0.46 | 0.18 | 0.28 | 323.29 | 0.37 | 0.55 |
| Hex | B7 | 62 | 96 | 0 | 2E | 12 | 1C | 143 | 25 | 37 |
| Octal | 267 | 142 | 226 | 0 | 56 | 22 | 34 | 503 | 45 | 67 |
| Binary | 10110111 | 1100010 | 10010110 | 0 | 101110 | 10010 | 11100 | 101000011 | 100101 | 110111 |
Color Harmonies of #B76296
Complementary color
Monochromatic Colors of #B76296
Black with #B76296
Text Example
Text Example
White with #B76296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76296; }
p { color: rgb(183,98,150); }
H1.HeaderClassName
{
color: #B76296;
}
.AnyTagClassName
{
color: #B76296;
}
</style>
background-color css
<style>
a { background-color: #B76296; }
a { background-color: rgb(183,98,150); }
div.DivClassName
{
background-color: #B76296;
}
.BgClassName
{
background-color: #B76296;
}
</style>
border-color css
<style>
span { border-color: #B76296; }
span { border-color: rgb(183,98,150); }
td.TdClassName
{
border-color: #B76296;
}
.TagClassName
{
border-color: #B76296;
}
</style>