Shades of Tapestry #B67886
Tints of Tapestry #B67886
RGB
CMYK
RGB Variations
Color information
#B67886 (or 0xB67886) is known color: Tapestry. HEX triplet: B6, 78 and 86. RGB value is (182,120,134). Sum of RGB (Red+Green+Blue) = 182+120+134=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B67886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67886 is #498779. Grayscale: #8C8C8C. Windows color (decimal): -4818810 or 8812726. OLE color: 8812726.
HSL color Cylindrical-coordinate representation of color #B67886: hue angle of 346.45º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67886 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 134 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.29 |
| HSL | 346.45º | 0.3% | 0.59% | - |
| HSV(B) | 346.45º | 0.34% | 0.71% | - |
| XYZ | 30.31 | 25.1 | 25.8 | - |
| YUV | 140.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 134 | 0 | 0.34 | 0.26 | 0.29 | 346.45 | 0.3 | 0.59 |
| Hex | B6 | 78 | 86 | 0 | 22 | 1A | 1D | 15A | 1E | 3B |
| Octal | 266 | 170 | 206 | 0 | 42 | 32 | 35 | 532 | 36 | 73 |
| Binary | 10110110 | 1111000 | 10000110 | 0 | 100010 | 11010 | 11101 | 101011010 | 11110 | 111011 |
Color Harmonies of #B67886
Complementary color
Monochromatic Colors of #B67886
Black with #B67886
Text Example
Text Example
White with #B67886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67886; }
p { color: rgb(182,120,134); }
H1.HeaderClassName
{
color: #B67886;
}
.AnyTagClassName
{
color: #B67886;
}
</style>
background-color css
<style>
a { background-color: #B67886; }
a { background-color: rgb(182,120,134); }
div.DivClassName
{
background-color: #B67886;
}
.BgClassName
{
background-color: #B67886;
}
</style>
border-color css
<style>
span { border-color: #B67886; }
span { border-color: rgb(182,120,134); }
td.TdClassName
{
border-color: #B67886;
}
.TagClassName
{
border-color: #B67886;
}
</style>