Shades of Tapestry #B1697F
Tints of Tapestry #B1697F
RGB
CMYK
RGB Variations
Color information
#B1697F (or 0xB1697F) is known color: Tapestry. HEX triplet: B1, 69 and 7F. RGB value is (177,105,127). Sum of RGB (Red+Green+Blue) = 177+105+127=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697F is #4E9680. Grayscale: #818181. Windows color (decimal): -5150337 or 8350129. OLE color: 8350129.
HSL color Cylindrical-coordinate representation of color #B1697F: hue angle of 341.67º 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 #B1697F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 127 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.31 |
| HSL | 341.67º | 0.32% | 0.55% | - |
| HSV(B) | 341.67º | 0.41% | 0.69% | - |
| XYZ | 27.01 | 20.98 | 22.7 | - |
| YUV | 129.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 127 | 0 | 0.41 | 0.28 | 0.31 | 341.67 | 0.32 | 0.55 |
| Hex | B1 | 69 | 7F | 0 | 29 | 1C | 1F | 156 | 20 | 37 |
| Octal | 261 | 151 | 177 | 0 | 51 | 34 | 37 | 526 | 40 | 67 |
| Binary | 10110001 | 1101001 | 1111111 | 0 | 101001 | 11100 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B1697F
Complementary color
Monochromatic Colors of #B1697F
Black with #B1697F
Text Example
Text Example
White with #B1697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1697F; }
p { color: rgb(177,105,127); }
H1.HeaderClassName
{
color: #B1697F;
}
.AnyTagClassName
{
color: #B1697F;
}
</style>
background-color css
<style>
a { background-color: #B1697F; }
a { background-color: rgb(177,105,127); }
div.DivClassName
{
background-color: #B1697F;
}
.BgClassName
{
background-color: #B1697F;
}
</style>
border-color css
<style>
span { border-color: #B1697F; }
span { border-color: rgb(177,105,127); }
td.TdClassName
{
border-color: #B1697F;
}
.TagClassName
{
border-color: #B1697F;
}
</style>