Shades of Tapestry #B18486
Tints of Tapestry #B18486
RGB
CMYK
RGB Variations
Color information
#B18486 (or 0xB18486) is known color: Tapestry. HEX triplet: B1, 84 and 86. RGB value is (177,132,134). Sum of RGB (Red+Green+Blue) = 177+132+134=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18486 is #4E7B79. Grayscale: #919191. Windows color (decimal): -5143418 or 8815793. OLE color: 8815793.
HSL color Cylindrical-coordinate representation of color #B18486: hue angle of 357.33º 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 #B18486 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 134 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.31 |
| HSL | 357.33º | 0.22% | 0.61% | - |
| HSV(B) | 357.33º | 0.25% | 0.69% | - |
| XYZ | 30.69 | 27.57 | 26.26 | - |
| YUV | 145.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 134 | 0 | 0.25 | 0.24 | 0.31 | 357.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | 86 | 0 | 19 | 18 | 1F | 165 | 16 | 3D |
| Octal | 261 | 204 | 206 | 0 | 31 | 30 | 37 | 545 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10000110 | 0 | 11001 | 11000 | 11111 | 101100101 | 10110 | 111101 |
Color Harmonies of #B18486
Complementary color
Monochromatic Colors of #B18486
Black with #B18486
Text Example
Text Example
White with #B18486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18486; }
p { color: rgb(177,132,134); }
H1.HeaderClassName
{
color: #B18486;
}
.AnyTagClassName
{
color: #B18486;
}
</style>
background-color css
<style>
a { background-color: #B18486; }
a { background-color: rgb(177,132,134); }
div.DivClassName
{
background-color: #B18486;
}
.BgClassName
{
background-color: #B18486;
}
</style>
border-color css
<style>
span { border-color: #B18486; }
span { border-color: rgb(177,132,134); }
td.TdClassName
{
border-color: #B18486;
}
.TagClassName
{
border-color: #B18486;
}
</style>