Shades of Tapestry #B17D83
Tints of Tapestry #B17D83
RGB
CMYK
RGB Variations
Color information
#B17D83 (or 0xB17D83) is known color: Tapestry. HEX triplet: B1, 7D and 83. RGB value is (177,125,131). Sum of RGB (Red+Green+Blue) = 177+125+131=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D83 is #4E827C. Grayscale: #8D8D8D. Windows color (decimal): -5145213 or 8617393. OLE color: 8617393.
HSL color Cylindrical-coordinate representation of color #B17D83: hue angle of 353.08º 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 #B17D83 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 131 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.31 |
| HSL | 353.08º | 0.25% | 0.59% | - |
| HSV(B) | 353.08º | 0.29% | 0.69% | - |
| XYZ | 29.56 | 25.65 | 24.87 | - |
| YUV | 141.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 131 | 0 | 0.29 | 0.26 | 0.31 | 353.08 | 0.25 | 0.59 |
| Hex | B1 | 7D | 83 | 0 | 1D | 1A | 1F | 161 | 19 | 3B |
| Octal | 261 | 175 | 203 | 0 | 35 | 32 | 37 | 541 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10000011 | 0 | 11101 | 11010 | 11111 | 101100001 | 11001 | 111011 |
Color Harmonies of #B17D83
Complementary color
Monochromatic Colors of #B17D83
Black with #B17D83
Text Example
Text Example
White with #B17D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D83; }
p { color: rgb(177,125,131); }
H1.HeaderClassName
{
color: #B17D83;
}
.AnyTagClassName
{
color: #B17D83;
}
</style>
background-color css
<style>
a { background-color: #B17D83; }
a { background-color: rgb(177,125,131); }
div.DivClassName
{
background-color: #B17D83;
}
.BgClassName
{
background-color: #B17D83;
}
</style>
border-color css
<style>
span { border-color: #B17D83; }
span { border-color: rgb(177,125,131); }
td.TdClassName
{
border-color: #B17D83;
}
.TagClassName
{
border-color: #B17D83;
}
</style>