Shades of Tapestry #B17C8F
Tints of Tapestry #B17C8F
RGB
CMYK
RGB Variations
Color information
#B17C8F (or 0xB17C8F) is known color: Tapestry. HEX triplet: B1, 7C and 8F. RGB value is (177,124,143). Sum of RGB (Red+Green+Blue) = 177+124+143=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C8F is #4E8370. Grayscale: #8D8D8D. Windows color (decimal): -5145457 or 9403569. OLE color: 9403569.
HSL color Cylindrical-coordinate representation of color #B17C8F: hue angle of 338.49º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C8F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 143 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.31 |
| HSL | 338.49º | 0.25% | 0.59% | - |
| HSV(B) | 338.49º | 0.3% | 0.69% | - |
| XYZ | 30.3 | 25.75 | 29.36 | - |
| YUV | 142.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 143 | 0 | 0.30 | 0.19 | 0.31 | 338.49 | 0.25 | 0.59 |
| Hex | B1 | 7C | 8F | 0 | 1E | 13 | 1F | 152 | 19 | 3B |
| Octal | 261 | 174 | 217 | 0 | 36 | 23 | 37 | 522 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10001111 | 0 | 11110 | 10011 | 11111 | 101010010 | 11001 | 111011 |
Color Harmonies of #B17C8F
Complementary color
Monochromatic Colors of #B17C8F
Black with #B17C8F
Text Example
Text Example
White with #B17C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C8F; }
p { color: rgb(177,124,143); }
H1.HeaderClassName
{
color: #B17C8F;
}
.AnyTagClassName
{
color: #B17C8F;
}
</style>
background-color css
<style>
a { background-color: #B17C8F; }
a { background-color: rgb(177,124,143); }
div.DivClassName
{
background-color: #B17C8F;
}
.BgClassName
{
background-color: #B17C8F;
}
</style>
border-color css
<style>
span { border-color: #B17C8F; }
span { border-color: rgb(177,124,143); }
td.TdClassName
{
border-color: #B17C8F;
}
.TagClassName
{
border-color: #B17C8F;
}
</style>