Shades of Tapestry #B27886
Tints of Tapestry #B27886
RGB
CMYK
RGB Variations
Color information
#B27886 (or 0xB27886) is known color: Tapestry. HEX triplet: B2, 78 and 86. RGB value is (178,120,134). Sum of RGB (Red+Green+Blue) = 178+120+134=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B27886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27886 is #4D8779. Grayscale: #8A8A8A. Windows color (decimal): -5080954 or 8812722. OLE color: 8812722.
HSL color Cylindrical-coordinate representation of color #B27886: hue angle of 345.52º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27886 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 134 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.30 |
| HSL | 345.52º | 0.27% | 0.58% | - |
| HSV(B) | 345.52º | 0.33% | 0.7% | - |
| XYZ | 29.38 | 24.62 | 25.76 | - |
| YUV | 138.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 134 | 0 | 0.33 | 0.25 | 0.30 | 345.52 | 0.27 | 0.58 |
| Hex | B2 | 78 | 86 | 0 | 21 | 19 | 1E | 15A | 1B | 3A |
| Octal | 262 | 170 | 206 | 0 | 41 | 31 | 36 | 532 | 33 | 72 |
| Binary | 10110010 | 1111000 | 10000110 | 0 | 100001 | 11001 | 11110 | 101011010 | 11011 | 111010 |
Color Harmonies of #B27886
Complementary color
Monochromatic Colors of #B27886
Black with #B27886
Text Example
Text Example
White with #B27886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27886; }
p { color: rgb(178,120,134); }
H1.HeaderClassName
{
color: #B27886;
}
.AnyTagClassName
{
color: #B27886;
}
</style>
background-color css
<style>
a { background-color: #B27886; }
a { background-color: rgb(178,120,134); }
div.DivClassName
{
background-color: #B27886;
}
.BgClassName
{
background-color: #B27886;
}
</style>
border-color css
<style>
span { border-color: #B27886; }
span { border-color: rgb(178,120,134); }
td.TdClassName
{
border-color: #B27886;
}
.TagClassName
{
border-color: #B27886;
}
</style>