Shades of Tapestry #B67C7F
Tints of Tapestry #B67C7F
RGB
CMYK
RGB Variations
Color information
#B67C7F (or 0xB67C7F) is known color: Tapestry. HEX triplet: B6, 7C and 7F. RGB value is (182,124,127). Sum of RGB (Red+Green+Blue) = 182+124+127=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C7F is #498380. Grayscale: #8D8D8D. Windows color (decimal): -4817793 or 8354998. OLE color: 8354998.
HSL color Cylindrical-coordinate representation of color #B67C7F: hue angle of 356.9º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67C7F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 127 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.29 |
| HSL | 356.9º | 0.28% | 0.6% | - |
| HSV(B) | 356.9º | 0.32% | 0.71% | - |
| XYZ | 30.33 | 25.89 | 23.48 | - |
| YUV | 141.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 127 | 0 | 0.32 | 0.30 | 0.29 | 356.9 | 0.28 | 0.6 |
| Hex | B6 | 7C | 7F | 0 | 20 | 1E | 1D | 165 | 1C | 3C |
| Octal | 266 | 174 | 177 | 0 | 40 | 36 | 35 | 545 | 34 | 74 |
| Binary | 10110110 | 1111100 | 1111111 | 0 | 100000 | 11110 | 11101 | 101100101 | 11100 | 111100 |
Color Harmonies of #B67C7F
Complementary color
Monochromatic Colors of #B67C7F
Black with #B67C7F
Text Example
Text Example
White with #B67C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C7F; }
p { color: rgb(182,124,127); }
H1.HeaderClassName
{
color: #B67C7F;
}
.AnyTagClassName
{
color: #B67C7F;
}
</style>
background-color css
<style>
a { background-color: #B67C7F; }
a { background-color: rgb(182,124,127); }
div.DivClassName
{
background-color: #B67C7F;
}
.BgClassName
{
background-color: #B67C7F;
}
</style>
border-color css
<style>
span { border-color: #B67C7F; }
span { border-color: rgb(182,124,127); }
td.TdClassName
{
border-color: #B67C7F;
}
.TagClassName
{
border-color: #B67C7F;
}
</style>