Shades of Tapestry #B2818B
Tints of Tapestry #B2818B
RGB
CMYK
RGB Variations
Color information
#B2818B (or 0xB2818B) is known color: Tapestry. HEX triplet: B2, 81 and 8B. RGB value is (178,129,139). Sum of RGB (Red+Green+Blue) = 178+129+139=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2818B is #4D7E74. Grayscale: #909090. Windows color (decimal): -5078645 or 9142706. OLE color: 9142706.
HSL color Cylindrical-coordinate representation of color #B2818B: hue angle of 347.76º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2818B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 139 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.30 |
| HSL | 347.76º | 0.24% | 0.6% | - |
| HSV(B) | 347.76º | 0.28% | 0.7% | - |
| XYZ | 30.87 | 27.03 | 28.02 | - |
| YUV | 144.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 139 | 0 | 0.28 | 0.22 | 0.30 | 347.76 | 0.24 | 0.6 |
| Hex | B2 | 81 | 8B | 0 | 1C | 16 | 1E | 15C | 18 | 3C |
| Octal | 262 | 201 | 213 | 0 | 34 | 26 | 36 | 534 | 30 | 74 |
| Binary | 10110010 | 10000001 | 10001011 | 0 | 11100 | 10110 | 11110 | 101011100 | 11000 | 111100 |
Color Harmonies of #B2818B
Complementary color
Monochromatic Colors of #B2818B
Black with #B2818B
Text Example
Text Example
White with #B2818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2818B; }
p { color: rgb(178,129,139); }
H1.HeaderClassName
{
color: #B2818B;
}
.AnyTagClassName
{
color: #B2818B;
}
</style>
background-color css
<style>
a { background-color: #B2818B; }
a { background-color: rgb(178,129,139); }
div.DivClassName
{
background-color: #B2818B;
}
.BgClassName
{
background-color: #B2818B;
}
</style>
border-color css
<style>
span { border-color: #B2818B; }
span { border-color: rgb(178,129,139); }
td.TdClassName
{
border-color: #B2818B;
}
.TagClassName
{
border-color: #B2818B;
}
</style>