Shades of Mulberry #B26191
Tints of Mulberry #B26191
RGB
CMYK
RGB Variations
Color information
#B26191 (or 0xB26191) is known color: Mulberry. HEX triplet: B2, 61 and 91. RGB value is (178,97,145). Sum of RGB (Red+Green+Blue) = 178+97+145=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B26191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26191 is #4D9E6E. Grayscale: #7E7E7E. Windows color (decimal): -5086831 or 9527730. OLE color: 9527730.
HSL color Cylindrical-coordinate representation of color #B26191: hue angle of 324.44º degrees, saturation: 0.34, 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 #B26191 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 145 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.30 |
| HSL | 324.44º | 0.34% | 0.54% | - |
| HSV(B) | 324.44º | 0.46% | 0.7% | - |
| XYZ | 27.75 | 20.06 | 29.2 | - |
| YUV | 126.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 145 | 0 | 0.46 | 0.19 | 0.30 | 324.44 | 0.34 | 0.54 |
| Hex | B2 | 61 | 91 | 0 | 2E | 13 | 1E | 144 | 22 | 36 |
| Octal | 262 | 141 | 221 | 0 | 56 | 23 | 36 | 504 | 42 | 66 |
| Binary | 10110010 | 1100001 | 10010001 | 0 | 101110 | 10011 | 11110 | 101000100 | 100010 | 110110 |
Color Harmonies of #B26191
Complementary color
Monochromatic Colors of #B26191
Black with #B26191
Text Example
Text Example
White with #B26191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26191; }
p { color: rgb(178,97,145); }
H1.HeaderClassName
{
color: #B26191;
}
.AnyTagClassName
{
color: #B26191;
}
</style>
background-color css
<style>
a { background-color: #B26191; }
a { background-color: rgb(178,97,145); }
div.DivClassName
{
background-color: #B26191;
}
.BgClassName
{
background-color: #B26191;
}
</style>
border-color css
<style>
span { border-color: #B26191; }
span { border-color: rgb(178,97,145); }
td.TdClassName
{
border-color: #B26191;
}
.TagClassName
{
border-color: #B26191;
}
</style>