Shades of Tapestry #B08185
Tints of Tapestry #B08185
RGB
CMYK
RGB Variations
Color information
#B08185 (or 0xB08185) is known color: Tapestry. HEX triplet: B0, 81 and 85. RGB value is (176,129,133). Sum of RGB (Red+Green+Blue) = 176+129+133=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B08185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08185 is #4F7E7A. Grayscale: #8F8F8F. Windows color (decimal): -5209723 or 8749488. OLE color: 8749488.
HSL color Cylindrical-coordinate representation of color #B08185: hue angle of 354.89º 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 #B08185 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 133 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.31 |
| HSL | 354.89º | 0.23% | 0.6% | - |
| HSV(B) | 354.89º | 0.27% | 0.69% | - |
| XYZ | 29.99 | 26.62 | 25.75 | - |
| YUV | 143.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 133 | 0 | 0.27 | 0.24 | 0.31 | 354.89 | 0.23 | 0.6 |
| Hex | B0 | 81 | 85 | 0 | 1B | 18 | 1F | 163 | 17 | 3C |
| Octal | 260 | 201 | 205 | 0 | 33 | 30 | 37 | 543 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10000101 | 0 | 11011 | 11000 | 11111 | 101100011 | 10111 | 111100 |
Color Harmonies of #B08185
Complementary color
Monochromatic Colors of #B08185
Black with #B08185
Text Example
Text Example
White with #B08185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08185; }
p { color: rgb(176,129,133); }
H1.HeaderClassName
{
color: #B08185;
}
.AnyTagClassName
{
color: #B08185;
}
</style>
background-color css
<style>
a { background-color: #B08185; }
a { background-color: rgb(176,129,133); }
div.DivClassName
{
background-color: #B08185;
}
.BgClassName
{
background-color: #B08185;
}
</style>
border-color css
<style>
span { border-color: #B08185; }
span { border-color: rgb(176,129,133); }
td.TdClassName
{
border-color: #B08185;
}
.TagClassName
{
border-color: #B08185;
}
</style>