Shades of Tapestry #B2828D
Tints of Tapestry #B2828D
RGB
CMYK
RGB Variations
Color information
#B2828D (or 0xB2828D) is known color: Tapestry. HEX triplet: B2, 82 and 8D. RGB value is (178,130,141). Sum of RGB (Red+Green+Blue) = 178+130+141=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2828D is #4D7D72. Grayscale: #919191. Windows color (decimal): -5078387 or 9274034. OLE color: 9274034.
HSL color Cylindrical-coordinate representation of color #B2828D: hue angle of 346.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2828D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 141 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.30 |
| HSL | 346.25º | 0.24% | 0.6% | - |
| HSV(B) | 346.25º | 0.27% | 0.7% | - |
| XYZ | 31.15 | 27.35 | 28.84 | - |
| YUV | 145.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 141 | 0 | 0.27 | 0.21 | 0.30 | 346.25 | 0.24 | 0.6 |
| Hex | B2 | 82 | 8D | 0 | 1B | 15 | 1E | 15A | 18 | 3C |
| Octal | 262 | 202 | 215 | 0 | 33 | 25 | 36 | 532 | 30 | 74 |
| Binary | 10110010 | 10000010 | 10001101 | 0 | 11011 | 10101 | 11110 | 101011010 | 11000 | 111100 |
Color Harmonies of #B2828D
Complementary color
Monochromatic Colors of #B2828D
Black with #B2828D
Text Example
Text Example
White with #B2828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2828D; }
p { color: rgb(178,130,141); }
H1.HeaderClassName
{
color: #B2828D;
}
.AnyTagClassName
{
color: #B2828D;
}
</style>
background-color css
<style>
a { background-color: #B2828D; }
a { background-color: rgb(178,130,141); }
div.DivClassName
{
background-color: #B2828D;
}
.BgClassName
{
background-color: #B2828D;
}
</style>
border-color css
<style>
span { border-color: #B2828D; }
span { border-color: rgb(178,130,141); }
td.TdClassName
{
border-color: #B2828D;
}
.TagClassName
{
border-color: #B2828D;
}
</style>