Shades of Tapestry #B27C8E
Tints of Tapestry #B27C8E
RGB
CMYK
RGB Variations
Color information
#B27C8E (or 0xB27C8E) is known color: Tapestry. HEX triplet: B2, 7C and 8E. RGB value is (178,124,142). Sum of RGB (Red+Green+Blue) = 178+124+142=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C8E is #4D8371. Grayscale: #8E8E8E. Windows color (decimal): -5079922 or 9338034. OLE color: 9338034.
HSL color Cylindrical-coordinate representation of color #B27C8E: hue angle of 340º 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 #B27C8E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 142 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.30 |
| HSL | 340º | 0.26% | 0.59% | - |
| HSV(B) | 340º | 0.3% | 0.7% | - |
| XYZ | 30.45 | 25.83 | 28.97 | - |
| YUV | 142.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 142 | 0 | 0.30 | 0.20 | 0.30 | 340 | 0.26 | 0.59 |
| Hex | B2 | 7C | 8E | 0 | 1E | 14 | 1E | 154 | 1A | 3B |
| Octal | 262 | 174 | 216 | 0 | 36 | 24 | 36 | 524 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10001110 | 0 | 11110 | 10100 | 11110 | 101010100 | 11010 | 111011 |
Color Harmonies of #B27C8E
Complementary color
Monochromatic Colors of #B27C8E
Black with #B27C8E
Text Example
Text Example
White with #B27C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C8E; }
p { color: rgb(178,124,142); }
H1.HeaderClassName
{
color: #B27C8E;
}
.AnyTagClassName
{
color: #B27C8E;
}
</style>
background-color css
<style>
a { background-color: #B27C8E; }
a { background-color: rgb(178,124,142); }
div.DivClassName
{
background-color: #B27C8E;
}
.BgClassName
{
background-color: #B27C8E;
}
</style>
border-color css
<style>
span { border-color: #B27C8E; }
span { border-color: rgb(178,124,142); }
td.TdClassName
{
border-color: #B27C8E;
}
.TagClassName
{
border-color: #B27C8E;
}
</style>