Shades of Tapestry #B16979
Tints of Tapestry #B16979
RGB
CMYK
RGB Variations
Color information
#B16979 (or 0xB16979) is known color: Tapestry. HEX triplet: B1, 69 and 79. RGB value is (177,105,121). Sum of RGB (Red+Green+Blue) = 177+105+121=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16979 is #4E9686. Grayscale: #808080. Windows color (decimal): -5150343 or 7956913. OLE color: 7956913.
HSL color Cylindrical-coordinate representation of color #B16979: hue angle of 346.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16979 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 121 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.31 |
| HSL | 346.67º | 0.32% | 0.55% | - |
| HSV(B) | 346.67º | 0.41% | 0.69% | - |
| XYZ | 26.63 | 20.83 | 20.71 | - |
| YUV | 128.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 121 | 0 | 0.41 | 0.32 | 0.31 | 346.67 | 0.32 | 0.55 |
| Hex | B1 | 69 | 79 | 0 | 29 | 20 | 1F | 15B | 20 | 37 |
| Octal | 261 | 151 | 171 | 0 | 51 | 40 | 37 | 533 | 40 | 67 |
| Binary | 10110001 | 1101001 | 1111001 | 0 | 101001 | 100000 | 11111 | 101011011 | 100000 | 110111 |
Color Harmonies of #B16979
Complementary color
Monochromatic Colors of #B16979
Black with #B16979
Text Example
Text Example
White with #B16979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16979; }
p { color: rgb(177,105,121); }
H1.HeaderClassName
{
color: #B16979;
}
.AnyTagClassName
{
color: #B16979;
}
</style>
background-color css
<style>
a { background-color: #B16979; }
a { background-color: rgb(177,105,121); }
div.DivClassName
{
background-color: #B16979;
}
.BgClassName
{
background-color: #B16979;
}
</style>
border-color css
<style>
span { border-color: #B16979; }
span { border-color: rgb(177,105,121); }
td.TdClassName
{
border-color: #B16979;
}
.TagClassName
{
border-color: #B16979;
}
</style>