Shades of Tapestry #B17286
Tints of Tapestry #B17286
RGB
CMYK
RGB Variations
Color information
#B17286 (or 0xB17286) is known color: Tapestry. HEX triplet: B1, 72 and 86. RGB value is (177,114,134). Sum of RGB (Red+Green+Blue) = 177+114+134=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17286 is #4E8D79. Grayscale: #878787. Windows color (decimal): -5148026 or 8811185. OLE color: 8811185.
HSL color Cylindrical-coordinate representation of color #B17286: hue angle of 340.95º 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 #B17286 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 134 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.31 |
| HSL | 340.95º | 0.29% | 0.57% | - |
| HSV(B) | 340.95º | 0.36% | 0.69% | - |
| XYZ | 28.45 | 23.1 | 25.51 | - |
| YUV | 135.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 134 | 0 | 0.36 | 0.24 | 0.31 | 340.95 | 0.29 | 0.57 |
| Hex | B1 | 72 | 86 | 0 | 24 | 18 | 1F | 155 | 1D | 39 |
| Octal | 261 | 162 | 206 | 0 | 44 | 30 | 37 | 525 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10000110 | 0 | 100100 | 11000 | 11111 | 101010101 | 11101 | 111001 |
Color Harmonies of #B17286
Complementary color
Monochromatic Colors of #B17286
Black with #B17286
Text Example
Text Example
White with #B17286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17286; }
p { color: rgb(177,114,134); }
H1.HeaderClassName
{
color: #B17286;
}
.AnyTagClassName
{
color: #B17286;
}
</style>
background-color css
<style>
a { background-color: #B17286; }
a { background-color: rgb(177,114,134); }
div.DivClassName
{
background-color: #B17286;
}
.BgClassName
{
background-color: #B17286;
}
</style>
border-color css
<style>
span { border-color: #B17286; }
span { border-color: rgb(177,114,134); }
td.TdClassName
{
border-color: #B17286;
}
.TagClassName
{
border-color: #B17286;
}
</style>