Shades of Tapestry #B67D86
Tints of Tapestry #B67D86
RGB
CMYK
RGB Variations
Color information
#B67D86 (or 0xB67D86) is known color: Tapestry. HEX triplet: B6, 7D and 86. RGB value is (182,125,134). Sum of RGB (Red+Green+Blue) = 182+125+134=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D86 is #498279. Grayscale: #8F8F8F. Windows color (decimal): -4817530 or 8814006. OLE color: 8814006.
HSL color Cylindrical-coordinate representation of color #B67D86: hue angle of 350.53º 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 #B67D86 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 134 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.29 |
| HSL | 350.53º | 0.28% | 0.6% | - |
| HSV(B) | 350.53º | 0.31% | 0.71% | - |
| XYZ | 30.93 | 26.33 | 26.01 | - |
| YUV | 143.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 134 | 0 | 0.31 | 0.26 | 0.29 | 350.53 | 0.28 | 0.6 |
| Hex | B6 | 7D | 86 | 0 | 1F | 1A | 1D | 15F | 1C | 3C |
| Octal | 266 | 175 | 206 | 0 | 37 | 32 | 35 | 537 | 34 | 74 |
| Binary | 10110110 | 1111101 | 10000110 | 0 | 11111 | 11010 | 11101 | 101011111 | 11100 | 111100 |
Color Harmonies of #B67D86
Complementary color
Monochromatic Colors of #B67D86
Black with #B67D86
Text Example
Text Example
White with #B67D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D86; }
p { color: rgb(182,125,134); }
H1.HeaderClassName
{
color: #B67D86;
}
.AnyTagClassName
{
color: #B67D86;
}
</style>
background-color css
<style>
a { background-color: #B67D86; }
a { background-color: rgb(182,125,134); }
div.DivClassName
{
background-color: #B67D86;
}
.BgClassName
{
background-color: #B67D86;
}
</style>
border-color css
<style>
span { border-color: #B67D86; }
span { border-color: rgb(182,125,134); }
td.TdClassName
{
border-color: #B67D86;
}
.TagClassName
{
border-color: #B67D86;
}
</style>