Shades of Tapestry #B0808D
Tints of Tapestry #B0808D
RGB
CMYK
RGB Variations
Color information
#B0808D (or 0xB0808D) is known color: Tapestry. HEX triplet: B0, 80 and 8D. RGB value is (176,128,141). Sum of RGB (Red+Green+Blue) = 176+128+141=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808D is #4F7F72. Grayscale: #8F8F8F. Windows color (decimal): -5209971 or 9273520. OLE color: 9273520.
HSL color Cylindrical-coordinate representation of color #B0808D: hue angle of 343.75º 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 #B0808D is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 141 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.31 |
| HSL | 343.75º | 0.23% | 0.6% | - |
| HSV(B) | 343.75º | 0.27% | 0.69% | - |
| XYZ | 30.43 | 26.59 | 28.73 | - |
| YUV | 143.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 141 | 0 | 0.27 | 0.20 | 0.31 | 343.75 | 0.23 | 0.6 |
| Hex | B0 | 80 | 8D | 0 | 1B | 14 | 1F | 158 | 17 | 3C |
| Octal | 260 | 200 | 215 | 0 | 33 | 24 | 37 | 530 | 27 | 74 |
| Binary | 10110000 | 10000000 | 10001101 | 0 | 11011 | 10100 | 11111 | 101011000 | 10111 | 111100 |
Color Harmonies of #B0808D
Complementary color
Monochromatic Colors of #B0808D
Black with #B0808D
Text Example
Text Example
White with #B0808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0808D; }
p { color: rgb(176,128,141); }
H1.HeaderClassName
{
color: #B0808D;
}
.AnyTagClassName
{
color: #B0808D;
}
</style>
background-color css
<style>
a { background-color: #B0808D; }
a { background-color: rgb(176,128,141); }
div.DivClassName
{
background-color: #B0808D;
}
.BgClassName
{
background-color: #B0808D;
}
</style>
border-color css
<style>
span { border-color: #B0808D; }
span { border-color: rgb(176,128,141); }
td.TdClassName
{
border-color: #B0808D;
}
.TagClassName
{
border-color: #B0808D;
}
</style>