Shades of Tapestry #B2828A
Tints of Tapestry #B2828A
RGB
CMYK
RGB Variations
Color information
#B2828A (or 0xB2828A) is known color: Tapestry. HEX triplet: B2, 82 and 8A. RGB value is (178,130,138). Sum of RGB (Red+Green+Blue) = 178+130+138=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2828A is #4D7D75. Grayscale: #919191. Windows color (decimal): -5078390 or 9077426. OLE color: 9077426.
HSL color Cylindrical-coordinate representation of color #B2828A: hue angle of 350º 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 #B2828A is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 138 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.30 |
| HSL | 350º | 0.24% | 0.6% | - |
| HSV(B) | 350º | 0.27% | 0.7% | - |
| XYZ | 30.93 | 27.27 | 27.68 | - |
| YUV | 145.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 138 | 0 | 0.27 | 0.22 | 0.30 | 350 | 0.24 | 0.6 |
| Hex | B2 | 82 | 8A | 0 | 1B | 16 | 1E | 15E | 18 | 3C |
| Octal | 262 | 202 | 212 | 0 | 33 | 26 | 36 | 536 | 30 | 74 |
| Binary | 10110010 | 10000010 | 10001010 | 0 | 11011 | 10110 | 11110 | 101011110 | 11000 | 111100 |
Color Harmonies of #B2828A
Complementary color
Monochromatic Colors of #B2828A
Black with #B2828A
Text Example
Text Example
White with #B2828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2828A; }
p { color: rgb(178,130,138); }
H1.HeaderClassName
{
color: #B2828A;
}
.AnyTagClassName
{
color: #B2828A;
}
</style>
background-color css
<style>
a { background-color: #B2828A; }
a { background-color: rgb(178,130,138); }
div.DivClassName
{
background-color: #B2828A;
}
.BgClassName
{
background-color: #B2828A;
}
</style>
border-color css
<style>
span { border-color: #B2828A; }
span { border-color: rgb(178,130,138); }
td.TdClassName
{
border-color: #B2828A;
}
.TagClassName
{
border-color: #B2828A;
}
</style>