Shades of Tapestry #B18187
Tints of Tapestry #B18187
RGB
CMYK
RGB Variations
Color information
#B18187 (or 0xB18187) is known color: Tapestry. HEX triplet: B1, 81 and 87. RGB value is (177,129,135). Sum of RGB (Red+Green+Blue) = 177+129+135=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18187 is #4E7E78. Grayscale: #909090. Windows color (decimal): -5144185 or 8880561. OLE color: 8880561.
HSL color Cylindrical-coordinate representation of color #B18187: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B18187 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 135 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.31 |
| HSL | 352.5º | 0.24% | 0.6% | - |
| HSV(B) | 352.5º | 0.27% | 0.69% | - |
| XYZ | 30.35 | 26.8 | 26.49 | - |
| YUV | 144.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 135 | 0 | 0.27 | 0.24 | 0.31 | 352.5 | 0.24 | 0.6 |
| Hex | B1 | 81 | 87 | 0 | 1B | 18 | 1F | 160 | 18 | 3C |
| Octal | 261 | 201 | 207 | 0 | 33 | 30 | 37 | 540 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10000111 | 0 | 11011 | 11000 | 11111 | 101100000 | 11000 | 111100 |
Color Harmonies of #B18187
Complementary color
Monochromatic Colors of #B18187
Black with #B18187
Text Example
Text Example
White with #B18187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18187; }
p { color: rgb(177,129,135); }
H1.HeaderClassName
{
color: #B18187;
}
.AnyTagClassName
{
color: #B18187;
}
</style>
background-color css
<style>
a { background-color: #B18187; }
a { background-color: rgb(177,129,135); }
div.DivClassName
{
background-color: #B18187;
}
.BgClassName
{
background-color: #B18187;
}
</style>
border-color css
<style>
span { border-color: #B18187; }
span { border-color: rgb(177,129,135); }
td.TdClassName
{
border-color: #B18187;
}
.TagClassName
{
border-color: #B18187;
}
</style>