Shades of Tapestry #B2838B
Tints of Tapestry #B2838B
RGB
CMYK
RGB Variations
Color information
#B2838B (or 0xB2838B) is known color: Tapestry. HEX triplet: B2, 83 and 8B. RGB value is (178,131,139). Sum of RGB (Red+Green+Blue) = 178+131+139=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2838B is #4D7C74. Grayscale: #919191. Windows color (decimal): -5078133 or 9143218. OLE color: 9143218.
HSL color Cylindrical-coordinate representation of color #B2838B: hue angle of 349.79º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2838B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 139 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.30 |
| HSL | 349.79º | 0.23% | 0.61% | - |
| HSV(B) | 349.79º | 0.26% | 0.7% | - |
| XYZ | 31.14 | 27.56 | 28.1 | - |
| YUV | 145.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 139 | 0 | 0.26 | 0.22 | 0.30 | 349.79 | 0.23 | 0.61 |
| Hex | B2 | 83 | 8B | 0 | 1A | 16 | 1E | 15E | 17 | 3D |
| Octal | 262 | 203 | 213 | 0 | 32 | 26 | 36 | 536 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10001011 | 0 | 11010 | 10110 | 11110 | 101011110 | 10111 | 111101 |
Color Harmonies of #B2838B
Complementary color
Monochromatic Colors of #B2838B
Black with #B2838B
Text Example
Text Example
White with #B2838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2838B; }
p { color: rgb(178,131,139); }
H1.HeaderClassName
{
color: #B2838B;
}
.AnyTagClassName
{
color: #B2838B;
}
</style>
background-color css
<style>
a { background-color: #B2838B; }
a { background-color: rgb(178,131,139); }
div.DivClassName
{
background-color: #B2838B;
}
.BgClassName
{
background-color: #B2838B;
}
</style>
border-color css
<style>
span { border-color: #B2838B; }
span { border-color: rgb(178,131,139); }
td.TdClassName
{
border-color: #B2838B;
}
.TagClassName
{
border-color: #B2838B;
}
</style>