Shades of Mulberry #B26190
Tints of Mulberry #B26190
RGB
CMYK
RGB Variations
Color information
#B26190 (or 0xB26190) is known color: Mulberry. HEX triplet: B2, 61 and 90. RGB value is (178,97,144). Sum of RGB (Red+Green+Blue) = 178+97+144=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B26190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26190 is #4D9E6F. Grayscale: #7E7E7E. Windows color (decimal): -5086832 or 9462194. OLE color: 9462194.
HSL color Cylindrical-coordinate representation of color #B26190: hue angle of 325.19º 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 #B26190 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 144 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.30 |
| HSL | 325.19º | 0.34% | 0.54% | - |
| HSV(B) | 325.19º | 0.46% | 0.7% | - |
| XYZ | 27.67 | 20.03 | 28.79 | - |
| YUV | 126.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 144 | 0 | 0.46 | 0.19 | 0.30 | 325.19 | 0.34 | 0.54 |
| Hex | B2 | 61 | 90 | 0 | 2E | 13 | 1E | 145 | 22 | 36 |
| Octal | 262 | 141 | 220 | 0 | 56 | 23 | 36 | 505 | 42 | 66 |
| Binary | 10110010 | 1100001 | 10010000 | 0 | 101110 | 10011 | 11110 | 101000101 | 100010 | 110110 |
Color Harmonies of #B26190
Complementary color
Monochromatic Colors of #B26190
Black with #B26190
Text Example
Text Example
White with #B26190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26190; }
p { color: rgb(178,97,144); }
H1.HeaderClassName
{
color: #B26190;
}
.AnyTagClassName
{
color: #B26190;
}
</style>
background-color css
<style>
a { background-color: #B26190; }
a { background-color: rgb(178,97,144); }
div.DivClassName
{
background-color: #B26190;
}
.BgClassName
{
background-color: #B26190;
}
</style>
border-color css
<style>
span { border-color: #B26190; }
span { border-color: rgb(178,97,144); }
td.TdClassName
{
border-color: #B26190;
}
.TagClassName
{
border-color: #B26190;
}
</style>