Shades of Tapestry #B28391
Tints of Tapestry #B28391
RGB
CMYK
RGB Variations
Color information
#B28391 (or 0xB28391) is known color: Tapestry. HEX triplet: B2, 83 and 91. RGB value is (178,131,145). Sum of RGB (Red+Green+Blue) = 178+131+145=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B28391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28391 is #4D7C6E. Grayscale: #929292. Windows color (decimal): -5078127 or 9536434. OLE color: 9536434.
HSL color Cylindrical-coordinate representation of color #B28391: hue angle of 342.13º 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 #B28391 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 145 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.30 |
| HSL | 342.13º | 0.23% | 0.61% | - |
| HSV(B) | 342.13º | 0.26% | 0.7% | - |
| XYZ | 31.59 | 27.74 | 30.48 | - |
| YUV | 146.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 145 | 0 | 0.26 | 0.19 | 0.30 | 342.13 | 0.23 | 0.61 |
| Hex | B2 | 83 | 91 | 0 | 1A | 13 | 1E | 156 | 17 | 3D |
| Octal | 262 | 203 | 221 | 0 | 32 | 23 | 36 | 526 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10010001 | 0 | 11010 | 10011 | 11110 | 101010110 | 10111 | 111101 |
Color Harmonies of #B28391
Complementary color
Monochromatic Colors of #B28391
Black with #B28391
Text Example
Text Example
White with #B28391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28391; }
p { color: rgb(178,131,145); }
H1.HeaderClassName
{
color: #B28391;
}
.AnyTagClassName
{
color: #B28391;
}
</style>
background-color css
<style>
a { background-color: #B28391; }
a { background-color: rgb(178,131,145); }
div.DivClassName
{
background-color: #B28391;
}
.BgClassName
{
background-color: #B28391;
}
</style>
border-color css
<style>
span { border-color: #B28391; }
span { border-color: rgb(178,131,145); }
td.TdClassName
{
border-color: #B28391;
}
.TagClassName
{
border-color: #B28391;
}
</style>