Shades of Tapestry #B0828F
Tints of Tapestry #B0828F
RGB
CMYK
RGB Variations
Color information
#B0828F (or 0xB0828F) is known color: Tapestry. HEX triplet: B0, 82 and 8F. RGB value is (176,130,143). Sum of RGB (Red+Green+Blue) = 176+130+143=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828F is #4F7D70. Grayscale: #919191. Windows color (decimal): -5209457 or 9405104. OLE color: 9405104.
HSL color Cylindrical-coordinate representation of color #B0828F: hue angle of 343.04º 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 #B0828F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 143 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.31 |
| HSL | 343.04º | 0.23% | 0.6% | - |
| HSV(B) | 343.04º | 0.26% | 0.69% | - |
| XYZ | 30.85 | 27.18 | 29.61 | - |
| YUV | 145.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 143 | 0 | 0.26 | 0.19 | 0.31 | 343.04 | 0.23 | 0.6 |
| Hex | B0 | 82 | 8F | 0 | 1A | 13 | 1F | 157 | 17 | 3C |
| Octal | 260 | 202 | 217 | 0 | 32 | 23 | 37 | 527 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10001111 | 0 | 11010 | 10011 | 11111 | 101010111 | 10111 | 111100 |
Color Harmonies of #B0828F
Complementary color
Monochromatic Colors of #B0828F
Black with #B0828F
Text Example
Text Example
White with #B0828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0828F; }
p { color: rgb(176,130,143); }
H1.HeaderClassName
{
color: #B0828F;
}
.AnyTagClassName
{
color: #B0828F;
}
</style>
background-color css
<style>
a { background-color: #B0828F; }
a { background-color: rgb(176,130,143); }
div.DivClassName
{
background-color: #B0828F;
}
.BgClassName
{
background-color: #B0828F;
}
</style>
border-color css
<style>
span { border-color: #B0828F; }
span { border-color: rgb(176,130,143); }
td.TdClassName
{
border-color: #B0828F;
}
.TagClassName
{
border-color: #B0828F;
}
</style>