Shades of Tapestry #B18387
Tints of Tapestry #B18387
RGB
CMYK
RGB Variations
Color information
#B18387 (or 0xB18387) is known color: Tapestry. HEX triplet: B1, 83 and 87. RGB value is (177,131,135). Sum of RGB (Red+Green+Blue) = 177+131+135=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18387 is #4E7C78. Grayscale: #919191. Windows color (decimal): -5143673 or 8881073. OLE color: 8881073.
HSL color Cylindrical-coordinate representation of color #B18387: hue angle of 354.78º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18387 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 135 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.31 |
| HSL | 354.78º | 0.23% | 0.6% | - |
| HSV(B) | 354.78º | 0.26% | 0.69% | - |
| XYZ | 30.62 | 27.33 | 26.58 | - |
| YUV | 145.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 135 | 0 | 0.26 | 0.24 | 0.31 | 354.78 | 0.23 | 0.6 |
| Hex | B1 | 83 | 87 | 0 | 1A | 18 | 1F | 163 | 17 | 3C |
| Octal | 261 | 203 | 207 | 0 | 32 | 30 | 37 | 543 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10000111 | 0 | 11010 | 11000 | 11111 | 101100011 | 10111 | 111100 |
Color Harmonies of #B18387
Complementary color
Monochromatic Colors of #B18387
Black with #B18387
Text Example
Text Example
White with #B18387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18387; }
p { color: rgb(177,131,135); }
H1.HeaderClassName
{
color: #B18387;
}
.AnyTagClassName
{
color: #B18387;
}
</style>
background-color css
<style>
a { background-color: #B18387; }
a { background-color: rgb(177,131,135); }
div.DivClassName
{
background-color: #B18387;
}
.BgClassName
{
background-color: #B18387;
}
</style>
border-color css
<style>
span { border-color: #B18387; }
span { border-color: rgb(177,131,135); }
td.TdClassName
{
border-color: #B18387;
}
.TagClassName
{
border-color: #B18387;
}
</style>