Shades of Tapestry #B17287
Tints of Tapestry #B17287
RGB
CMYK
RGB Variations
Color information
#B17287 (or 0xB17287) is known color: Tapestry. HEX triplet: B1, 72 and 87. RGB value is (177,114,135). Sum of RGB (Red+Green+Blue) = 177+114+135=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17287 is #4E8D78. Grayscale: #878787. Windows color (decimal): -5148025 or 8876721. OLE color: 8876721.
HSL color Cylindrical-coordinate representation of color #B17287: hue angle of 340º 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 #B17287 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 135 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.31 |
| HSL | 340º | 0.29% | 0.57% | - |
| HSV(B) | 340º | 0.36% | 0.69% | - |
| XYZ | 28.52 | 23.13 | 25.88 | - |
| YUV | 135.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 135 | 0 | 0.36 | 0.24 | 0.31 | 340 | 0.29 | 0.57 |
| Hex | B1 | 72 | 87 | 0 | 24 | 18 | 1F | 154 | 1D | 39 |
| Octal | 261 | 162 | 207 | 0 | 44 | 30 | 37 | 524 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10000111 | 0 | 100100 | 11000 | 11111 | 101010100 | 11101 | 111001 |
Color Harmonies of #B17287
Complementary color
Monochromatic Colors of #B17287
Black with #B17287
Text Example
Text Example
White with #B17287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17287; }
p { color: rgb(177,114,135); }
H1.HeaderClassName
{
color: #B17287;
}
.AnyTagClassName
{
color: #B17287;
}
</style>
background-color css
<style>
a { background-color: #B17287; }
a { background-color: rgb(177,114,135); }
div.DivClassName
{
background-color: #B17287;
}
.BgClassName
{
background-color: #B17287;
}
</style>
border-color css
<style>
span { border-color: #B17287; }
span { border-color: rgb(177,114,135); }
td.TdClassName
{
border-color: #B17287;
}
.TagClassName
{
border-color: #B17287;
}
</style>