Shades of Tapestry #B27C8B
Tints of Tapestry #B27C8B
RGB
CMYK
RGB Variations
Color information
#B27C8B (or 0xB27C8B) is known color: Tapestry. HEX triplet: B2, 7C and 8B. RGB value is (178,124,139). Sum of RGB (Red+Green+Blue) = 178+124+139=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C8B is #4D8374. Grayscale: #8D8D8D. Windows color (decimal): -5079925 or 9141426. OLE color: 9141426.
HSL color Cylindrical-coordinate representation of color #B27C8B: hue angle of 343.33º 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 #B27C8B is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 139 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.30 |
| HSL | 343.33º | 0.26% | 0.59% | - |
| HSV(B) | 343.33º | 0.3% | 0.7% | - |
| XYZ | 30.23 | 25.74 | 27.8 | - |
| YUV | 141.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 139 | 0 | 0.30 | 0.22 | 0.30 | 343.33 | 0.26 | 0.59 |
| Hex | B2 | 7C | 8B | 0 | 1E | 16 | 1E | 157 | 1A | 3B |
| Octal | 262 | 174 | 213 | 0 | 36 | 26 | 36 | 527 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10001011 | 0 | 11110 | 10110 | 11110 | 101010111 | 11010 | 111011 |
Color Harmonies of #B27C8B
Complementary color
Monochromatic Colors of #B27C8B
Black with #B27C8B
Text Example
Text Example
White with #B27C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C8B; }
p { color: rgb(178,124,139); }
H1.HeaderClassName
{
color: #B27C8B;
}
.AnyTagClassName
{
color: #B27C8B;
}
</style>
background-color css
<style>
a { background-color: #B27C8B; }
a { background-color: rgb(178,124,139); }
div.DivClassName
{
background-color: #B27C8B;
}
.BgClassName
{
background-color: #B27C8B;
}
</style>
border-color css
<style>
span { border-color: #B27C8B; }
span { border-color: rgb(178,124,139); }
td.TdClassName
{
border-color: #B27C8B;
}
.TagClassName
{
border-color: #B27C8B;
}
</style>