Shades of Mulberry #B76097
Tints of Mulberry #B76097
RGB
CMYK
RGB Variations
Color information
#B76097 (or 0xB76097) is known color: Mulberry. HEX triplet: B7, 60 and 97. RGB value is (183,96,151). Sum of RGB (Red+Green+Blue) = 183+96+151=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B76097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76097 is #489F68. Grayscale: #808080. Windows color (decimal): -4759401 or 9920695. OLE color: 9920695.
HSL color Cylindrical-coordinate representation of color #B76097: hue angle of 322.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76097 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 151 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.28 |
| HSL | 322.07º | 0.38% | 0.55% | - |
| HSV(B) | 322.07º | 0.48% | 0.72% | - |
| XYZ | 29.3 | 20.67 | 31.72 | - |
| YUV | 128.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 151 | 0 | 0.48 | 0.17 | 0.28 | 322.07 | 0.38 | 0.55 |
| Hex | B7 | 60 | 97 | 0 | 30 | 11 | 1C | 142 | 26 | 37 |
| Octal | 267 | 140 | 227 | 0 | 60 | 21 | 34 | 502 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10010111 | 0 | 110000 | 10001 | 11100 | 101000010 | 100110 | 110111 |
Color Harmonies of #B76097
Complementary color
Monochromatic Colors of #B76097
Black with #B76097
Text Example
Text Example
White with #B76097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76097; }
p { color: rgb(183,96,151); }
H1.HeaderClassName
{
color: #B76097;
}
.AnyTagClassName
{
color: #B76097;
}
</style>
background-color css
<style>
a { background-color: #B76097; }
a { background-color: rgb(183,96,151); }
div.DivClassName
{
background-color: #B76097;
}
.BgClassName
{
background-color: #B76097;
}
</style>
border-color css
<style>
span { border-color: #B76097; }
span { border-color: rgb(183,96,151); }
td.TdClassName
{
border-color: #B76097;
}
.TagClassName
{
border-color: #B76097;
}
</style>