Shades of Tapestry #B67D8C
Tints of Tapestry #B67D8C
RGB
CMYK
RGB Variations
Color information
#B67D8C (or 0xB67D8C) is known color: Tapestry. HEX triplet: B6, 7D and 8C. RGB value is (182,125,140). Sum of RGB (Red+Green+Blue) = 182+125+140=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D8C is #498273. Grayscale: #8F8F8F. Windows color (decimal): -4817524 or 9207222. OLE color: 9207222.
HSL color Cylindrical-coordinate representation of color #B67D8C: hue angle of 344.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67D8C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 140 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.29 |
| HSL | 344.21º | 0.28% | 0.6% | - |
| HSV(B) | 344.21º | 0.31% | 0.71% | - |
| XYZ | 31.36 | 26.51 | 28.27 | - |
| YUV | 143.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 140 | 0 | 0.31 | 0.23 | 0.29 | 344.21 | 0.28 | 0.6 |
| Hex | B6 | 7D | 8C | 0 | 1F | 17 | 1D | 158 | 1C | 3C |
| Octal | 266 | 175 | 214 | 0 | 37 | 27 | 35 | 530 | 34 | 74 |
| Binary | 10110110 | 1111101 | 10001100 | 0 | 11111 | 10111 | 11101 | 101011000 | 11100 | 111100 |
Color Harmonies of #B67D8C
Complementary color
Monochromatic Colors of #B67D8C
Black with #B67D8C
Text Example
Text Example
White with #B67D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D8C; }
p { color: rgb(182,125,140); }
H1.HeaderClassName
{
color: #B67D8C;
}
.AnyTagClassName
{
color: #B67D8C;
}
</style>
background-color css
<style>
a { background-color: #B67D8C; }
a { background-color: rgb(182,125,140); }
div.DivClassName
{
background-color: #B67D8C;
}
.BgClassName
{
background-color: #B67D8C;
}
</style>
border-color css
<style>
span { border-color: #B67D8C; }
span { border-color: rgb(182,125,140); }
td.TdClassName
{
border-color: #B67D8C;
}
.TagClassName
{
border-color: #B67D8C;
}
</style>