Shades of Tapestry #B1687A
Tints of Tapestry #B1687A
RGB
CMYK
RGB Variations
Color information
#B1687A (or 0xB1687A) is known color: Tapestry. HEX triplet: B1, 68 and 7A. RGB value is (177,104,122). Sum of RGB (Red+Green+Blue) = 177+104+122=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1687A is #4E9785. Grayscale: #7F7F7F. Windows color (decimal): -5150598 or 8022193. OLE color: 8022193.
HSL color Cylindrical-coordinate representation of color #B1687A: hue angle of 345.21º 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 #B1687A is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 122 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.31 |
| HSL | 345.21º | 0.32% | 0.55% | - |
| HSV(B) | 345.21º | 0.41% | 0.69% | - |
| XYZ | 26.59 | 20.65 | 21 | - |
| YUV | 127.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 122 | 0 | 0.41 | 0.31 | 0.31 | 345.21 | 0.32 | 0.55 |
| Hex | B1 | 68 | 7A | 0 | 29 | 1F | 1F | 159 | 20 | 37 |
| Octal | 261 | 150 | 172 | 0 | 51 | 37 | 37 | 531 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1111010 | 0 | 101001 | 11111 | 11111 | 101011001 | 100000 | 110111 |
Color Harmonies of #B1687A
Complementary color
Monochromatic Colors of #B1687A
Black with #B1687A
Text Example
Text Example
White with #B1687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1687A; }
p { color: rgb(177,104,122); }
H1.HeaderClassName
{
color: #B1687A;
}
.AnyTagClassName
{
color: #B1687A;
}
</style>
background-color css
<style>
a { background-color: #B1687A; }
a { background-color: rgb(177,104,122); }
div.DivClassName
{
background-color: #B1687A;
}
.BgClassName
{
background-color: #B1687A;
}
</style>
border-color css
<style>
span { border-color: #B1687A; }
span { border-color: rgb(177,104,122); }
td.TdClassName
{
border-color: #B1687A;
}
.TagClassName
{
border-color: #B1687A;
}
</style>