Shades of Tapestry #B1687E
Tints of Tapestry #B1687E
RGB
CMYK
RGB Variations
Color information
#B1687E (or 0xB1687E) is known color: Tapestry. HEX triplet: B1, 68 and 7E. RGB value is (177,104,126). Sum of RGB (Red+Green+Blue) = 177+104+126=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1687E is #4E9781. Grayscale: #808080. Windows color (decimal): -5150594 or 8284337. OLE color: 8284337.
HSL color Cylindrical-coordinate representation of color #B1687E: hue angle of 341.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1687E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 126 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.31 |
| HSL | 341.92º | 0.32% | 0.55% | - |
| HSV(B) | 341.92º | 0.41% | 0.69% | - |
| XYZ | 26.85 | 20.75 | 22.33 | - |
| YUV | 128.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 126 | 0 | 0.41 | 0.29 | 0.31 | 341.92 | 0.32 | 0.55 |
| Hex | B1 | 68 | 7E | 0 | 29 | 1D | 1F | 156 | 20 | 37 |
| Octal | 261 | 150 | 176 | 0 | 51 | 35 | 37 | 526 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1111110 | 0 | 101001 | 11101 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B1687E
Complementary color
Monochromatic Colors of #B1687E
Black with #B1687E
Text Example
Text Example
White with #B1687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1687E; }
p { color: rgb(177,104,126); }
H1.HeaderClassName
{
color: #B1687E;
}
.AnyTagClassName
{
color: #B1687E;
}
</style>
background-color css
<style>
a { background-color: #B1687E; }
a { background-color: rgb(177,104,126); }
div.DivClassName
{
background-color: #B1687E;
}
.BgClassName
{
background-color: #B1687E;
}
</style>
border-color css
<style>
span { border-color: #B1687E; }
span { border-color: rgb(177,104,126); }
td.TdClassName
{
border-color: #B1687E;
}
.TagClassName
{
border-color: #B1687E;
}
</style>