Shades of Tapestry #B16177
Tints of Tapestry #B16177
RGB
CMYK
RGB Variations
Color information
#B16177 (or 0xB16177) is known color: Tapestry. HEX triplet: B1, 61 and 77. RGB value is (177,97,119). Sum of RGB (Red+Green+Blue) = 177+97+119=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16177 is #4E9E88. Grayscale: #7B7B7B. Windows color (decimal): -5152393 or 7823793. OLE color: 7823793.
HSL color Cylindrical-coordinate representation of color #B16177: hue angle of 343.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 #B16177 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 119 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.31 |
| HSL | 343.5º | 0.34% | 0.54% | - |
| HSV(B) | 343.5º | 0.45% | 0.69% | - |
| XYZ | 25.74 | 19.23 | 19.81 | - |
| YUV | 123.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 119 | 0 | 0.45 | 0.33 | 0.31 | 343.5 | 0.34 | 0.54 |
| Hex | B1 | 61 | 77 | 0 | 2D | 21 | 1F | 158 | 22 | 36 |
| Octal | 261 | 141 | 167 | 0 | 55 | 41 | 37 | 530 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1110111 | 0 | 101101 | 100001 | 11111 | 101011000 | 100010 | 110110 |
Color Harmonies of #B16177
Complementary color
Monochromatic Colors of #B16177
Black with #B16177
Text Example
Text Example
White with #B16177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16177; }
p { color: rgb(177,97,119); }
H1.HeaderClassName
{
color: #B16177;
}
.AnyTagClassName
{
color: #B16177;
}
</style>
background-color css
<style>
a { background-color: #B16177; }
a { background-color: rgb(177,97,119); }
div.DivClassName
{
background-color: #B16177;
}
.BgClassName
{
background-color: #B16177;
}
</style>
border-color css
<style>
span { border-color: #B16177; }
span { border-color: rgb(177,97,119); }
td.TdClassName
{
border-color: #B16177;
}
.TagClassName
{
border-color: #B16177;
}
</style>