Shades of Tapestry #B17D82
Tints of Tapestry #B17D82
RGB
CMYK
RGB Variations
Color information
#B17D82 (or 0xB17D82) is known color: Tapestry. HEX triplet: B1, 7D and 82. RGB value is (177,125,130). Sum of RGB (Red+Green+Blue) = 177+125+130=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D82 is #4E827D. Grayscale: #8D8D8D. Windows color (decimal): -5145214 or 8551857. OLE color: 8551857.
HSL color Cylindrical-coordinate representation of color #B17D82: hue angle of 354.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17D82 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 130 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.31 |
| HSL | 354.23º | 0.25% | 0.59% | - |
| HSV(B) | 354.23º | 0.29% | 0.69% | - |
| XYZ | 29.49 | 25.63 | 24.51 | - |
| YUV | 141.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 130 | 0 | 0.29 | 0.27 | 0.31 | 354.23 | 0.25 | 0.59 |
| Hex | B1 | 7D | 82 | 0 | 1D | 1B | 1F | 162 | 19 | 3B |
| Octal | 261 | 175 | 202 | 0 | 35 | 33 | 37 | 542 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10000010 | 0 | 11101 | 11011 | 11111 | 101100010 | 11001 | 111011 |
Color Harmonies of #B17D82
Complementary color
Monochromatic Colors of #B17D82
Black with #B17D82
Text Example
Text Example
White with #B17D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D82; }
p { color: rgb(177,125,130); }
H1.HeaderClassName
{
color: #B17D82;
}
.AnyTagClassName
{
color: #B17D82;
}
</style>
background-color css
<style>
a { background-color: #B17D82; }
a { background-color: rgb(177,125,130); }
div.DivClassName
{
background-color: #B17D82;
}
.BgClassName
{
background-color: #B17D82;
}
</style>
border-color css
<style>
span { border-color: #B17D82; }
span { border-color: rgb(177,125,130); }
td.TdClassName
{
border-color: #B17D82;
}
.TagClassName
{
border-color: #B17D82;
}
</style>