Shades of Tapestry #B17691
Tints of Tapestry #B17691
RGB
CMYK
RGB Variations
Color information
#B17691 (or 0xB17691) is known color: Tapestry. HEX triplet: B1, 76 and 91. RGB value is (177,118,145). Sum of RGB (Red+Green+Blue) = 177+118+145=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B17691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17691 is #4E896E. Grayscale: #8A8A8A. Windows color (decimal): -5146991 or 9533105. OLE color: 9533105.
HSL color Cylindrical-coordinate representation of color #B17691: hue angle of 332.54º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17691 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 145 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.31 |
| HSL | 332.54º | 0.27% | 0.58% | - |
| HSV(B) | 332.54º | 0.33% | 0.69% | - |
| XYZ | 29.72 | 24.35 | 29.92 | - |
| YUV | 138.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 145 | 0 | 0.33 | 0.18 | 0.31 | 332.54 | 0.27 | 0.58 |
| Hex | B1 | 76 | 91 | 0 | 21 | 12 | 1F | 14D | 1B | 3A |
| Octal | 261 | 166 | 221 | 0 | 41 | 22 | 37 | 515 | 33 | 72 |
| Binary | 10110001 | 1110110 | 10010001 | 0 | 100001 | 10010 | 11111 | 101001101 | 11011 | 111010 |
Color Harmonies of #B17691
Complementary color
Monochromatic Colors of #B17691
Black with #B17691
Text Example
Text Example
White with #B17691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17691; }
p { color: rgb(177,118,145); }
H1.HeaderClassName
{
color: #B17691;
}
.AnyTagClassName
{
color: #B17691;
}
</style>
background-color css
<style>
a { background-color: #B17691; }
a { background-color: rgb(177,118,145); }
div.DivClassName
{
background-color: #B17691;
}
.BgClassName
{
background-color: #B17691;
}
</style>
border-color css
<style>
span { border-color: #B17691; }
span { border-color: rgb(177,118,145); }
td.TdClassName
{
border-color: #B17691;
}
.TagClassName
{
border-color: #B17691;
}
</style>