Shades of Tapestry #B27E8E
Tints of Tapestry #B27E8E
RGB
CMYK
RGB Variations
Color information
#B27E8E (or 0xB27E8E) is known color: Tapestry. HEX triplet: B2, 7E and 8E. RGB value is (178,126,142). Sum of RGB (Red+Green+Blue) = 178+126+142=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E8E is #4D8171. Grayscale: #8F8F8F. Windows color (decimal): -5079410 or 9338546. OLE color: 9338546.
HSL color Cylindrical-coordinate representation of color #B27E8E: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27E8E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 142 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.30 |
| HSL | 341.54º | 0.25% | 0.6% | - |
| HSV(B) | 341.54º | 0.29% | 0.7% | - |
| XYZ | 30.7 | 26.34 | 29.06 | - |
| YUV | 143.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 142 | 0 | 0.29 | 0.20 | 0.30 | 341.54 | 0.25 | 0.6 |
| Hex | B2 | 7E | 8E | 0 | 1D | 14 | 1E | 156 | 19 | 3C |
| Octal | 262 | 176 | 216 | 0 | 35 | 24 | 36 | 526 | 31 | 74 |
| Binary | 10110010 | 1111110 | 10001110 | 0 | 11101 | 10100 | 11110 | 101010110 | 11001 | 111100 |
Color Harmonies of #B27E8E
Complementary color
Monochromatic Colors of #B27E8E
Black with #B27E8E
Text Example
Text Example
White with #B27E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E8E; }
p { color: rgb(178,126,142); }
H1.HeaderClassName
{
color: #B27E8E;
}
.AnyTagClassName
{
color: #B27E8E;
}
</style>
background-color css
<style>
a { background-color: #B27E8E; }
a { background-color: rgb(178,126,142); }
div.DivClassName
{
background-color: #B27E8E;
}
.BgClassName
{
background-color: #B27E8E;
}
</style>
border-color css
<style>
span { border-color: #B27E8E; }
span { border-color: rgb(178,126,142); }
td.TdClassName
{
border-color: #B27E8E;
}
.TagClassName
{
border-color: #B27E8E;
}
</style>