Shades of Tapestry #B16379
Tints of Tapestry #B16379
RGB
CMYK
RGB Variations
Color information
#B16379 (or 0xB16379) is known color: Tapestry. HEX triplet: B1, 63 and 79. RGB value is (177,99,121). Sum of RGB (Red+Green+Blue) = 177+99+121=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16379 is #4E9C86. Grayscale: #7C7C7C. Windows color (decimal): -5151879 or 7955377. OLE color: 7955377.
HSL color Cylindrical-coordinate representation of color #B16379: hue angle of 343.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16379 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 121 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.31 |
| HSL | 343.08º | 0.33% | 0.54% | - |
| HSV(B) | 343.08º | 0.44% | 0.69% | - |
| XYZ | 26.04 | 19.65 | 20.51 | - |
| YUV | 124.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 121 | 0 | 0.44 | 0.32 | 0.31 | 343.08 | 0.33 | 0.54 |
| Hex | B1 | 63 | 79 | 0 | 2C | 20 | 1F | 157 | 21 | 36 |
| Octal | 261 | 143 | 171 | 0 | 54 | 40 | 37 | 527 | 41 | 66 |
| Binary | 10110001 | 1100011 | 1111001 | 0 | 101100 | 100000 | 11111 | 101010111 | 100001 | 110110 |
Color Harmonies of #B16379
Complementary color
Monochromatic Colors of #B16379
Black with #B16379
Text Example
Text Example
White with #B16379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16379; }
p { color: rgb(177,99,121); }
H1.HeaderClassName
{
color: #B16379;
}
.AnyTagClassName
{
color: #B16379;
}
</style>
background-color css
<style>
a { background-color: #B16379; }
a { background-color: rgb(177,99,121); }
div.DivClassName
{
background-color: #B16379;
}
.BgClassName
{
background-color: #B16379;
}
</style>
border-color css
<style>
span { border-color: #B16379; }
span { border-color: rgb(177,99,121); }
td.TdClassName
{
border-color: #B16379;
}
.TagClassName
{
border-color: #B16379;
}
</style>