Shades of Tapestry #B17186
Tints of Tapestry #B17186
RGB
CMYK
RGB Variations
Color information
#B17186 (or 0xB17186) is known color: Tapestry. HEX triplet: B1, 71 and 86. RGB value is (177,113,134). Sum of RGB (Red+Green+Blue) = 177+113+134=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17186 is #4E8E79. Grayscale: #868686. Windows color (decimal): -5148282 or 8810929. OLE color: 8810929.
HSL color Cylindrical-coordinate representation of color #B17186: hue angle of 340.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17186 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 134 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.31 |
| HSL | 340.31º | 0.29% | 0.57% | - |
| HSV(B) | 340.31º | 0.36% | 0.69% | - |
| XYZ | 28.34 | 22.88 | 25.48 | - |
| YUV | 134.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 134 | 0 | 0.36 | 0.24 | 0.31 | 340.31 | 0.29 | 0.57 |
| Hex | B1 | 71 | 86 | 0 | 24 | 18 | 1F | 154 | 1D | 39 |
| Octal | 261 | 161 | 206 | 0 | 44 | 30 | 37 | 524 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10000110 | 0 | 100100 | 11000 | 11111 | 101010100 | 11101 | 111001 |
Color Harmonies of #B17186
Complementary color
Monochromatic Colors of #B17186
Black with #B17186
Text Example
Text Example
White with #B17186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17186; }
p { color: rgb(177,113,134); }
H1.HeaderClassName
{
color: #B17186;
}
.AnyTagClassName
{
color: #B17186;
}
</style>
background-color css
<style>
a { background-color: #B17186; }
a { background-color: rgb(177,113,134); }
div.DivClassName
{
background-color: #B17186;
}
.BgClassName
{
background-color: #B17186;
}
</style>
border-color css
<style>
span { border-color: #B17186; }
span { border-color: rgb(177,113,134); }
td.TdClassName
{
border-color: #B17186;
}
.TagClassName
{
border-color: #B17186;
}
</style>