Shades of Mulberry #B16193
Tints of Mulberry #B16193
RGB
CMYK
RGB Variations
Color information
#B16193 (or 0xB16193) is known color: Mulberry. HEX triplet: B1, 61 and 93. RGB value is (177,97,147). Sum of RGB (Red+Green+Blue) = 177+97+147=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16193 is #4E9E6C. Grayscale: #7E7E7E. Windows color (decimal): -5152365 or 9658801. OLE color: 9658801.
HSL color Cylindrical-coordinate representation of color #B16193: hue angle of 322.5º 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 #B16193 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 147 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.31 |
| HSL | 322.5º | 0.34% | 0.54% | - |
| HSV(B) | 322.5º | 0.45% | 0.69% | - |
| XYZ | 27.67 | 20 | 30.01 | - |
| YUV | 126.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 147 | 0 | 0.45 | 0.17 | 0.31 | 322.5 | 0.34 | 0.54 |
| Hex | B1 | 61 | 93 | 0 | 2D | 11 | 1F | 142 | 22 | 36 |
| Octal | 261 | 141 | 223 | 0 | 55 | 21 | 37 | 502 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10010011 | 0 | 101101 | 10001 | 11111 | 101000010 | 100010 | 110110 |
Color Harmonies of #B16193
Complementary color
Monochromatic Colors of #B16193
Black with #B16193
Text Example
Text Example
White with #B16193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16193; }
p { color: rgb(177,97,147); }
H1.HeaderClassName
{
color: #B16193;
}
.AnyTagClassName
{
color: #B16193;
}
</style>
background-color css
<style>
a { background-color: #B16193; }
a { background-color: rgb(177,97,147); }
div.DivClassName
{
background-color: #B16193;
}
.BgClassName
{
background-color: #B16193;
}
</style>
border-color css
<style>
span { border-color: #B16193; }
span { border-color: rgb(177,97,147); }
td.TdClassName
{
border-color: #B16193;
}
.TagClassName
{
border-color: #B16193;
}
</style>