Shades of Tapestry #B18487
Tints of Tapestry #B18487
RGB
CMYK
RGB Variations
Color information
#B18487 (or 0xB18487) is known color: Tapestry. HEX triplet: B1, 84 and 87. RGB value is (177,132,135). Sum of RGB (Red+Green+Blue) = 177+132+135=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18487 is #4E7B78. Grayscale: #919191. Windows color (decimal): -5143417 or 8881329. OLE color: 8881329.
HSL color Cylindrical-coordinate representation of color #B18487: hue angle of 356º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18487 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 135 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.31 |
| HSL | 356º | 0.22% | 0.61% | - |
| HSV(B) | 356º | 0.25% | 0.69% | - |
| XYZ | 30.76 | 27.6 | 26.63 | - |
| YUV | 145.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 135 | 0 | 0.25 | 0.24 | 0.31 | 356 | 0.22 | 0.61 |
| Hex | B1 | 84 | 87 | 0 | 19 | 18 | 1F | 164 | 16 | 3D |
| Octal | 261 | 204 | 207 | 0 | 31 | 30 | 37 | 544 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10000111 | 0 | 11001 | 11000 | 11111 | 101100100 | 10110 | 111101 |
Color Harmonies of #B18487
Complementary color
Monochromatic Colors of #B18487
Black with #B18487
Text Example
Text Example
White with #B18487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18487; }
p { color: rgb(177,132,135); }
H1.HeaderClassName
{
color: #B18487;
}
.AnyTagClassName
{
color: #B18487;
}
</style>
background-color css
<style>
a { background-color: #B18487; }
a { background-color: rgb(177,132,135); }
div.DivClassName
{
background-color: #B18487;
}
.BgClassName
{
background-color: #B18487;
}
</style>
border-color css
<style>
span { border-color: #B18487; }
span { border-color: rgb(177,132,135); }
td.TdClassName
{
border-color: #B18487;
}
.TagClassName
{
border-color: #B18487;
}
</style>