Shades of Tapestry #B0828B
Tints of Tapestry #B0828B
RGB
CMYK
RGB Variations
Color information
#B0828B (or 0xB0828B) is known color: Tapestry. HEX triplet: B0, 82 and 8B. RGB value is (176,130,139). Sum of RGB (Red+Green+Blue) = 176+130+139=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828B is #4F7D74. Grayscale: #909090. Windows color (decimal): -5209461 or 9142960. OLE color: 9142960.
HSL color Cylindrical-coordinate representation of color #B0828B: hue angle of 348.26º 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 #B0828B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 139 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.31 |
| HSL | 348.26º | 0.23% | 0.6% | - |
| HSV(B) | 348.26º | 0.26% | 0.69% | - |
| XYZ | 30.55 | 27.06 | 28.04 | - |
| YUV | 144.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 139 | 0 | 0.26 | 0.21 | 0.31 | 348.26 | 0.23 | 0.6 |
| Hex | B0 | 82 | 8B | 0 | 1A | 15 | 1F | 15C | 17 | 3C |
| Octal | 260 | 202 | 213 | 0 | 32 | 25 | 37 | 534 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10001011 | 0 | 11010 | 10101 | 11111 | 101011100 | 10111 | 111100 |
Color Harmonies of #B0828B
Complementary color
Monochromatic Colors of #B0828B
Black with #B0828B
Text Example
Text Example
White with #B0828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0828B; }
p { color: rgb(176,130,139); }
H1.HeaderClassName
{
color: #B0828B;
}
.AnyTagClassName
{
color: #B0828B;
}
</style>
background-color css
<style>
a { background-color: #B0828B; }
a { background-color: rgb(176,130,139); }
div.DivClassName
{
background-color: #B0828B;
}
.BgClassName
{
background-color: #B0828B;
}
</style>
border-color css
<style>
span { border-color: #B0828B; }
span { border-color: rgb(176,130,139); }
td.TdClassName
{
border-color: #B0828B;
}
.TagClassName
{
border-color: #B0828B;
}
</style>