Shades of Tapestry #B27986
Tints of Tapestry #B27986
RGB
CMYK
RGB Variations
Color information
#B27986 (or 0xB27986) is known color: Tapestry. HEX triplet: B2, 79 and 86. RGB value is (178,121,134). Sum of RGB (Red+Green+Blue) = 178+121+134=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B27986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27986 is #4D8679. Grayscale: #8B8B8B. Windows color (decimal): -5080698 or 8812978. OLE color: 8812978.
HSL color Cylindrical-coordinate representation of color #B27986: hue angle of 346.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27986 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 134 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.30 |
| HSL | 346.32º | 0.27% | 0.59% | - |
| HSV(B) | 346.32º | 0.32% | 0.7% | - |
| XYZ | 29.5 | 24.86 | 25.8 | - |
| YUV | 139.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 134 | 0 | 0.32 | 0.25 | 0.30 | 346.32 | 0.27 | 0.59 |
| Hex | B2 | 79 | 86 | 0 | 20 | 19 | 1E | 15A | 1B | 3B |
| Octal | 262 | 171 | 206 | 0 | 40 | 31 | 36 | 532 | 33 | 73 |
| Binary | 10110010 | 1111001 | 10000110 | 0 | 100000 | 11001 | 11110 | 101011010 | 11011 | 111011 |
Color Harmonies of #B27986
Complementary color
Monochromatic Colors of #B27986
Black with #B27986
Text Example
Text Example
White with #B27986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27986; }
p { color: rgb(178,121,134); }
H1.HeaderClassName
{
color: #B27986;
}
.AnyTagClassName
{
color: #B27986;
}
</style>
background-color css
<style>
a { background-color: #B27986; }
a { background-color: rgb(178,121,134); }
div.DivClassName
{
background-color: #B27986;
}
.BgClassName
{
background-color: #B27986;
}
</style>
border-color css
<style>
span { border-color: #B27986; }
span { border-color: rgb(178,121,134); }
td.TdClassName
{
border-color: #B27986;
}
.TagClassName
{
border-color: #B27986;
}
</style>