Shades of Tapestry #B16A79
Tints of Tapestry #B16A79
RGB
CMYK
RGB Variations
Color information
#B16A79 (or 0xB16A79) is known color: Tapestry. HEX triplet: B1, 6A and 79. RGB value is (177,106,121). Sum of RGB (Red+Green+Blue) = 177+106+121=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A79 is #4E9586. Grayscale: #808080. Windows color (decimal): -5150087 or 7957169. OLE color: 7957169.
HSL color Cylindrical-coordinate representation of color #B16A79: hue angle of 347.32º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A79 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 121 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.31 |
| HSL | 347.32º | 0.31% | 0.55% | - |
| HSV(B) | 347.32º | 0.4% | 0.69% | - |
| XYZ | 26.74 | 21.04 | 20.74 | - |
| YUV | 128.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 121 | 0 | 0.40 | 0.32 | 0.31 | 347.32 | 0.31 | 0.55 |
| Hex | B1 | 6A | 79 | 0 | 28 | 20 | 1F | 15B | 1F | 37 |
| Octal | 261 | 152 | 171 | 0 | 50 | 40 | 37 | 533 | 37 | 67 |
| Binary | 10110001 | 1101010 | 1111001 | 0 | 101000 | 100000 | 11111 | 101011011 | 11111 | 110111 |
Color Harmonies of #B16A79
Complementary color
Monochromatic Colors of #B16A79
Black with #B16A79
Text Example
Text Example
White with #B16A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A79; }
p { color: rgb(177,106,121); }
H1.HeaderClassName
{
color: #B16A79;
}
.AnyTagClassName
{
color: #B16A79;
}
</style>
background-color css
<style>
a { background-color: #B16A79; }
a { background-color: rgb(177,106,121); }
div.DivClassName
{
background-color: #B16A79;
}
.BgClassName
{
background-color: #B16A79;
}
</style>
border-color css
<style>
span { border-color: #B16A79; }
span { border-color: rgb(177,106,121); }
td.TdClassName
{
border-color: #B16A79;
}
.TagClassName
{
border-color: #B16A79;
}
</style>