Shades of Tapestry #B16076
Tints of Tapestry #B16076
RGB
CMYK
RGB Variations
Color information
#B16076 (or 0xB16076) is known color: Tapestry. HEX triplet: B1, 60 and 76. RGB value is (177,96,118). Sum of RGB (Red+Green+Blue) = 177+96+118=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B16076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16076 is #4E9F89. Grayscale: #7A7A7A. Windows color (decimal): -5152650 or 7758001. OLE color: 7758001.
HSL color Cylindrical-coordinate representation of color #B16076: hue angle of 343.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16076 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 118 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.31 |
| HSL | 343.7º | 0.34% | 0.54% | - |
| HSV(B) | 343.7º | 0.46% | 0.69% | - |
| XYZ | 25.58 | 19.02 | 19.46 | - |
| YUV | 122.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 118 | 0 | 0.46 | 0.33 | 0.31 | 343.7 | 0.34 | 0.54 |
| Hex | B1 | 60 | 76 | 0 | 2E | 21 | 1F | 158 | 22 | 36 |
| Octal | 261 | 140 | 166 | 0 | 56 | 41 | 37 | 530 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1110110 | 0 | 101110 | 100001 | 11111 | 101011000 | 100010 | 110110 |
Color Harmonies of #B16076
Complementary color
Monochromatic Colors of #B16076
Black with #B16076
Text Example
Text Example
White with #B16076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16076; }
p { color: rgb(177,96,118); }
H1.HeaderClassName
{
color: #B16076;
}
.AnyTagClassName
{
color: #B16076;
}
</style>
background-color css
<style>
a { background-color: #B16076; }
a { background-color: rgb(177,96,118); }
div.DivClassName
{
background-color: #B16076;
}
.BgClassName
{
background-color: #B16076;
}
</style>
border-color css
<style>
span { border-color: #B16076; }
span { border-color: rgb(177,96,118); }
td.TdClassName
{
border-color: #B16076;
}
.TagClassName
{
border-color: #B16076;
}
</style>