Shades of Tapestry #B1697E
Tints of Tapestry #B1697E
RGB
CMYK
RGB Variations
Color information
#B1697E (or 0xB1697E) is known color: Tapestry. HEX triplet: B1, 69 and 7E. RGB value is (177,105,126). Sum of RGB (Red+Green+Blue) = 177+105+126=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697E is #4E9681. Grayscale: #808080. Windows color (decimal): -5150338 or 8284593. OLE color: 8284593.
HSL color Cylindrical-coordinate representation of color #B1697E: hue angle of 342.5º 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 #B1697E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 126 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.31 |
| HSL | 342.5º | 0.32% | 0.55% | - |
| HSV(B) | 342.5º | 0.41% | 0.69% | - |
| XYZ | 26.95 | 20.96 | 22.36 | - |
| YUV | 128.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 126 | 0 | 0.41 | 0.29 | 0.31 | 342.5 | 0.32 | 0.55 |
| Hex | B1 | 69 | 7E | 0 | 29 | 1D | 1F | 156 | 20 | 37 |
| Octal | 261 | 151 | 176 | 0 | 51 | 35 | 37 | 526 | 40 | 67 |
| Binary | 10110001 | 1101001 | 1111110 | 0 | 101001 | 11101 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B1697E
Complementary color
Monochromatic Colors of #B1697E
Black with #B1697E
Text Example
Text Example
White with #B1697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1697E; }
p { color: rgb(177,105,126); }
H1.HeaderClassName
{
color: #B1697E;
}
.AnyTagClassName
{
color: #B1697E;
}
</style>
background-color css
<style>
a { background-color: #B1697E; }
a { background-color: rgb(177,105,126); }
div.DivClassName
{
background-color: #B1697E;
}
.BgClassName
{
background-color: #B1697E;
}
</style>
border-color css
<style>
span { border-color: #B1697E; }
span { border-color: rgb(177,105,126); }
td.TdClassName
{
border-color: #B1697E;
}
.TagClassName
{
border-color: #B1697E;
}
</style>