Shades of Tapestry #B08187
Tints of Tapestry #B08187
RGB
CMYK
RGB Variations
Color information
#B08187 (or 0xB08187) is known color: Tapestry. HEX triplet: B0, 81 and 87. RGB value is (176,129,135). Sum of RGB (Red+Green+Blue) = 176+129+135=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08187 is #4F7E78. Grayscale: #8F8F8F. Windows color (decimal): -5209721 or 8880560. OLE color: 8880560.
HSL color Cylindrical-coordinate representation of color #B08187: hue angle of 352.34º degrees, saturation: 0.23, 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 #B08187 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 135 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.31 |
| HSL | 352.34º | 0.23% | 0.6% | - |
| HSV(B) | 352.34º | 0.27% | 0.69% | - |
| XYZ | 30.13 | 26.68 | 26.48 | - |
| YUV | 143.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 135 | 0 | 0.27 | 0.23 | 0.31 | 352.34 | 0.23 | 0.6 |
| Hex | B0 | 81 | 87 | 0 | 1B | 17 | 1F | 160 | 17 | 3C |
| Octal | 260 | 201 | 207 | 0 | 33 | 27 | 37 | 540 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10000111 | 0 | 11011 | 10111 | 11111 | 101100000 | 10111 | 111100 |
Color Harmonies of #B08187
Complementary color
Monochromatic Colors of #B08187
Black with #B08187
Text Example
Text Example
White with #B08187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08187; }
p { color: rgb(176,129,135); }
H1.HeaderClassName
{
color: #B08187;
}
.AnyTagClassName
{
color: #B08187;
}
</style>
background-color css
<style>
a { background-color: #B08187; }
a { background-color: rgb(176,129,135); }
div.DivClassName
{
background-color: #B08187;
}
.BgClassName
{
background-color: #B08187;
}
</style>
border-color css
<style>
span { border-color: #B08187; }
span { border-color: rgb(176,129,135); }
td.TdClassName
{
border-color: #B08187;
}
.TagClassName
{
border-color: #B08187;
}
</style>