Shades of Tapestry #B27181
Tints of Tapestry #B27181
RGB
CMYK
RGB Variations
Color information
#B27181 (or 0xB27181) is known color: Tapestry. HEX triplet: B2, 71 and 81. RGB value is (178,113,129). Sum of RGB (Red+Green+Blue) = 178+113+129=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B27181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27181 is #4D8E7E. Grayscale: #868686. Windows color (decimal): -5082751 or 8483250. OLE color: 8483250.
HSL color Cylindrical-coordinate representation of color #B27181: hue angle of 345.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27181 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 129 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.30 |
| HSL | 345.23º | 0.3% | 0.57% | - |
| HSV(B) | 345.23º | 0.37% | 0.7% | - |
| XYZ | 28.23 | 22.86 | 23.69 | - |
| YUV | 134.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 129 | 0 | 0.37 | 0.28 | 0.30 | 345.23 | 0.3 | 0.57 |
| Hex | B2 | 71 | 81 | 0 | 25 | 1C | 1E | 159 | 1E | 39 |
| Octal | 262 | 161 | 201 | 0 | 45 | 34 | 36 | 531 | 36 | 71 |
| Binary | 10110010 | 1110001 | 10000001 | 0 | 100101 | 11100 | 11110 | 101011001 | 11110 | 111001 |
Color Harmonies of #B27181
Complementary color
Monochromatic Colors of #B27181
Black with #B27181
Text Example
Text Example
White with #B27181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27181; }
p { color: rgb(178,113,129); }
H1.HeaderClassName
{
color: #B27181;
}
.AnyTagClassName
{
color: #B27181;
}
</style>
background-color css
<style>
a { background-color: #B27181; }
a { background-color: rgb(178,113,129); }
div.DivClassName
{
background-color: #B27181;
}
.BgClassName
{
background-color: #B27181;
}
</style>
border-color css
<style>
span { border-color: #B27181; }
span { border-color: rgb(178,113,129); }
td.TdClassName
{
border-color: #B27181;
}
.TagClassName
{
border-color: #B27181;
}
</style>