Shades of Tapestry #B17B8C
Tints of Tapestry #B17B8C
RGB
CMYK
RGB Variations
Color information
#B17B8C (or 0xB17B8C) is known color: Tapestry. HEX triplet: B1, 7B and 8C. RGB value is (177,123,140). Sum of RGB (Red+Green+Blue) = 177+123+140=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B8C is #4E8473. Grayscale: #8D8D8D. Windows color (decimal): -5145716 or 9206705. OLE color: 9206705.
HSL color Cylindrical-coordinate representation of color #B17B8C: hue angle of 341.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17B8C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 140 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.31 |
| HSL | 341.11º | 0.26% | 0.59% | - |
| HSV(B) | 341.11º | 0.31% | 0.69% | - |
| XYZ | 29.95 | 25.41 | 28.14 | - |
| YUV | 141.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 140 | 0 | 0.31 | 0.21 | 0.31 | 341.11 | 0.26 | 0.59 |
| Hex | B1 | 7B | 8C | 0 | 1F | 15 | 1F | 155 | 1A | 3B |
| Octal | 261 | 173 | 214 | 0 | 37 | 25 | 37 | 525 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10001100 | 0 | 11111 | 10101 | 11111 | 101010101 | 11010 | 111011 |
Color Harmonies of #B17B8C
Complementary color
Monochromatic Colors of #B17B8C
Black with #B17B8C
Text Example
Text Example
White with #B17B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B8C; }
p { color: rgb(177,123,140); }
H1.HeaderClassName
{
color: #B17B8C;
}
.AnyTagClassName
{
color: #B17B8C;
}
</style>
background-color css
<style>
a { background-color: #B17B8C; }
a { background-color: rgb(177,123,140); }
div.DivClassName
{
background-color: #B17B8C;
}
.BgClassName
{
background-color: #B17B8C;
}
</style>
border-color css
<style>
span { border-color: #B17B8C; }
span { border-color: rgb(177,123,140); }
td.TdClassName
{
border-color: #B17B8C;
}
.TagClassName
{
border-color: #B17B8C;
}
</style>