Shades of Mulberry #B16192
Tints of Mulberry #B16192
RGB
CMYK
RGB Variations
Color information
#B16192 (or 0xB16192) is known color: Mulberry. HEX triplet: B1, 61 and 92. RGB value is (177,97,146). Sum of RGB (Red+Green+Blue) = 177+97+146=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16192 is #4E9E6D. Grayscale: #7E7E7E. Windows color (decimal): -5152366 or 9593265. OLE color: 9593265.
HSL color Cylindrical-coordinate representation of color #B16192: hue angle of 323.25º 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 #B16192 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 146 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.31 |
| HSL | 323.25º | 0.34% | 0.54% | - |
| HSV(B) | 323.25º | 0.45% | 0.69% | - |
| XYZ | 27.59 | 19.97 | 29.59 | - |
| YUV | 126.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 146 | 0 | 0.45 | 0.18 | 0.31 | 323.25 | 0.34 | 0.54 |
| Hex | B1 | 61 | 92 | 0 | 2D | 12 | 1F | 143 | 22 | 36 |
| Octal | 261 | 141 | 222 | 0 | 55 | 22 | 37 | 503 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10010010 | 0 | 101101 | 10010 | 11111 | 101000011 | 100010 | 110110 |
Color Harmonies of #B16192
Complementary color
Monochromatic Colors of #B16192
Black with #B16192
Text Example
Text Example
White with #B16192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16192; }
p { color: rgb(177,97,146); }
H1.HeaderClassName
{
color: #B16192;
}
.AnyTagClassName
{
color: #B16192;
}
</style>
background-color css
<style>
a { background-color: #B16192; }
a { background-color: rgb(177,97,146); }
div.DivClassName
{
background-color: #B16192;
}
.BgClassName
{
background-color: #B16192;
}
</style>
border-color css
<style>
span { border-color: #B16192; }
span { border-color: rgb(177,97,146); }
td.TdClassName
{
border-color: #B16192;
}
.TagClassName
{
border-color: #B16192;
}
</style>