Shades of Tapestry #B27F8E
Tints of Tapestry #B27F8E
RGB
CMYK
RGB Variations
Color information
#B27F8E (or 0xB27F8E) is known color: Tapestry. HEX triplet: B2, 7F and 8E. RGB value is (178,127,142). Sum of RGB (Red+Green+Blue) = 178+127+142=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F8E is #4D8071. Grayscale: #8F8F8F. Windows color (decimal): -5079154 or 9338802. OLE color: 9338802.
HSL color Cylindrical-coordinate representation of color #B27F8E: hue angle of 342.35º 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 #B27F8E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 142 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.30 |
| HSL | 342.35º | 0.25% | 0.6% | - |
| HSV(B) | 342.35º | 0.29% | 0.7% | - |
| XYZ | 30.83 | 26.6 | 29.1 | - |
| YUV | 143.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 142 | 0 | 0.29 | 0.20 | 0.30 | 342.35 | 0.25 | 0.6 |
| Hex | B2 | 7F | 8E | 0 | 1D | 14 | 1E | 156 | 19 | 3C |
| Octal | 262 | 177 | 216 | 0 | 35 | 24 | 36 | 526 | 31 | 74 |
| Binary | 10110010 | 1111111 | 10001110 | 0 | 11101 | 10100 | 11110 | 101010110 | 11001 | 111100 |
Color Harmonies of #B27F8E
Complementary color
Monochromatic Colors of #B27F8E
Black with #B27F8E
Text Example
Text Example
White with #B27F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F8E; }
p { color: rgb(178,127,142); }
H1.HeaderClassName
{
color: #B27F8E;
}
.AnyTagClassName
{
color: #B27F8E;
}
</style>
background-color css
<style>
a { background-color: #B27F8E; }
a { background-color: rgb(178,127,142); }
div.DivClassName
{
background-color: #B27F8E;
}
.BgClassName
{
background-color: #B27F8E;
}
</style>
border-color css
<style>
span { border-color: #B27F8E; }
span { border-color: rgb(178,127,142); }
td.TdClassName
{
border-color: #B27F8E;
}
.TagClassName
{
border-color: #B27F8E;
}
</style>