Shades of Tapestry #B27C86
Tints of Tapestry #B27C86
RGB
CMYK
RGB Variations
Color information
#B27C86 (or 0xB27C86) is known color: Tapestry. HEX triplet: B2, 7C and 86. RGB value is (178,124,134). Sum of RGB (Red+Green+Blue) = 178+124+134=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C86 is #4D8379. Grayscale: #8D8D8D. Windows color (decimal): -5079930 or 8813746. OLE color: 8813746.
HSL color Cylindrical-coordinate representation of color #B27C86: hue angle of 348.89º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27C86 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 134 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.30 |
| HSL | 348.89º | 0.26% | 0.59% | - |
| HSV(B) | 348.89º | 0.3% | 0.7% | - |
| XYZ | 29.87 | 25.6 | 25.92 | - |
| YUV | 141.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 134 | 0 | 0.30 | 0.25 | 0.30 | 348.89 | 0.26 | 0.59 |
| Hex | B2 | 7C | 86 | 0 | 1E | 19 | 1E | 15D | 1A | 3B |
| Octal | 262 | 174 | 206 | 0 | 36 | 31 | 36 | 535 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10000110 | 0 | 11110 | 11001 | 11110 | 101011101 | 11010 | 111011 |
Color Harmonies of #B27C86
Complementary color
Monochromatic Colors of #B27C86
Black with #B27C86
Text Example
Text Example
White with #B27C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C86; }
p { color: rgb(178,124,134); }
H1.HeaderClassName
{
color: #B27C86;
}
.AnyTagClassName
{
color: #B27C86;
}
</style>
background-color css
<style>
a { background-color: #B27C86; }
a { background-color: rgb(178,124,134); }
div.DivClassName
{
background-color: #B27C86;
}
.BgClassName
{
background-color: #B27C86;
}
</style>
border-color css
<style>
span { border-color: #B27C86; }
span { border-color: rgb(178,124,134); }
td.TdClassName
{
border-color: #B27C86;
}
.TagClassName
{
border-color: #B27C86;
}
</style>