Shades of Tapestry #B17A8C
Tints of Tapestry #B17A8C
RGB
CMYK
RGB Variations
Color information
#B17A8C (or 0xB17A8C) is known color: Tapestry. HEX triplet: B1, 7A and 8C. RGB value is (177,122,140). Sum of RGB (Red+Green+Blue) = 177+122+140=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8C is #4E8573. Grayscale: #8C8C8C. Windows color (decimal): -5145972 or 9206449. OLE color: 9206449.
HSL color Cylindrical-coordinate representation of color #B17A8C: hue angle of 340.36º 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 #B17A8C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 140 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.31 |
| HSL | 340.36º | 0.26% | 0.59% | - |
| HSV(B) | 340.36º | 0.31% | 0.69% | - |
| XYZ | 29.82 | 25.16 | 28.1 | - |
| YUV | 140.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 140 | 0 | 0.31 | 0.21 | 0.31 | 340.36 | 0.26 | 0.59 |
| Hex | B1 | 7A | 8C | 0 | 1F | 15 | 1F | 154 | 1A | 3B |
| Octal | 261 | 172 | 214 | 0 | 37 | 25 | 37 | 524 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10001100 | 0 | 11111 | 10101 | 11111 | 101010100 | 11010 | 111011 |
Color Harmonies of #B17A8C
Complementary color
Monochromatic Colors of #B17A8C
Black with #B17A8C
Text Example
Text Example
White with #B17A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A8C; }
p { color: rgb(177,122,140); }
H1.HeaderClassName
{
color: #B17A8C;
}
.AnyTagClassName
{
color: #B17A8C;
}
</style>
background-color css
<style>
a { background-color: #B17A8C; }
a { background-color: rgb(177,122,140); }
div.DivClassName
{
background-color: #B17A8C;
}
.BgClassName
{
background-color: #B17A8C;
}
</style>
border-color css
<style>
span { border-color: #B17A8C; }
span { border-color: rgb(177,122,140); }
td.TdClassName
{
border-color: #B17A8C;
}
.TagClassName
{
border-color: #B17A8C;
}
</style>