Shades of Mulberry #B16190
Tints of Mulberry #B16190
RGB
CMYK
RGB Variations
Color information
#B16190 (or 0xB16190) is known color: Mulberry. HEX triplet: B1, 61 and 90. RGB value is (177,97,144). Sum of RGB (Red+Green+Blue) = 177+97+144=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B16190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16190 is #4E9E6F. Grayscale: #7E7E7E. Windows color (decimal): -5152368 or 9462193. OLE color: 9462193.
HSL color Cylindrical-coordinate representation of color #B16190: hue angle of 324.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16190 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 144 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.31 |
| HSL | 324.75º | 0.34% | 0.54% | - |
| HSV(B) | 324.75º | 0.45% | 0.69% | - |
| XYZ | 27.44 | 19.91 | 28.78 | - |
| YUV | 126.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 144 | 0 | 0.45 | 0.19 | 0.31 | 324.75 | 0.34 | 0.54 |
| Hex | B1 | 61 | 90 | 0 | 2D | 13 | 1F | 145 | 22 | 36 |
| Octal | 261 | 141 | 220 | 0 | 55 | 23 | 37 | 505 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10010000 | 0 | 101101 | 10011 | 11111 | 101000101 | 100010 | 110110 |
Color Harmonies of #B16190
Complementary color
Monochromatic Colors of #B16190
Black with #B16190
Text Example
Text Example
White with #B16190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16190; }
p { color: rgb(177,97,144); }
H1.HeaderClassName
{
color: #B16190;
}
.AnyTagClassName
{
color: #B16190;
}
</style>
background-color css
<style>
a { background-color: #B16190; }
a { background-color: rgb(177,97,144); }
div.DivClassName
{
background-color: #B16190;
}
.BgClassName
{
background-color: #B16190;
}
</style>
border-color css
<style>
span { border-color: #B16190; }
span { border-color: rgb(177,97,144); }
td.TdClassName
{
border-color: #B16190;
}
.TagClassName
{
border-color: #B16190;
}
</style>