Shades of Tapestry #B67C8C
Tints of Tapestry #B67C8C
RGB
CMYK
RGB Variations
Color information
#B67C8C (or 0xB67C8C) is known color: Tapestry. HEX triplet: B6, 7C and 8C. RGB value is (182,124,140). Sum of RGB (Red+Green+Blue) = 182+124+140=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C8C is #498373. Grayscale: #8F8F8F. Windows color (decimal): -4817780 or 9206966. OLE color: 9206966.
HSL color Cylindrical-coordinate representation of color #B67C8C: hue angle of 343.45º 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 #B67C8C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 140 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.29 |
| HSL | 343.45º | 0.28% | 0.6% | - |
| HSV(B) | 343.45º | 0.32% | 0.71% | - |
| XYZ | 31.23 | 26.25 | 28.23 | - |
| YUV | 143.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 140 | 0 | 0.32 | 0.23 | 0.29 | 343.45 | 0.28 | 0.6 |
| Hex | B6 | 7C | 8C | 0 | 20 | 17 | 1D | 157 | 1C | 3C |
| Octal | 266 | 174 | 214 | 0 | 40 | 27 | 35 | 527 | 34 | 74 |
| Binary | 10110110 | 1111100 | 10001100 | 0 | 100000 | 10111 | 11101 | 101010111 | 11100 | 111100 |
Color Harmonies of #B67C8C
Complementary color
Monochromatic Colors of #B67C8C
Black with #B67C8C
Text Example
Text Example
White with #B67C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C8C; }
p { color: rgb(182,124,140); }
H1.HeaderClassName
{
color: #B67C8C;
}
.AnyTagClassName
{
color: #B67C8C;
}
</style>
background-color css
<style>
a { background-color: #B67C8C; }
a { background-color: rgb(182,124,140); }
div.DivClassName
{
background-color: #B67C8C;
}
.BgClassName
{
background-color: #B67C8C;
}
</style>
border-color css
<style>
span { border-color: #B67C8C; }
span { border-color: rgb(182,124,140); }
td.TdClassName
{
border-color: #B67C8C;
}
.TagClassName
{
border-color: #B67C8C;
}
</style>