Shades of Tapestry #B67B86
Tints of Tapestry #B67B86
RGB
CMYK
RGB Variations
Color information
#B67B86 (or 0xB67B86) is known color: Tapestry. HEX triplet: B6, 7B and 86. RGB value is (182,123,134). Sum of RGB (Red+Green+Blue) = 182+123+134=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B86 is #498479. Grayscale: #8D8D8D. Windows color (decimal): -4818042 or 8813494. OLE color: 8813494.
HSL color Cylindrical-coordinate representation of color #B67B86: hue angle of 348.81º degrees, saturation: 0.29, 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 #B67B86 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 134 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.29 |
| HSL | 348.81º | 0.29% | 0.6% | - |
| HSV(B) | 348.81º | 0.32% | 0.71% | - |
| XYZ | 30.68 | 25.83 | 25.92 | - |
| YUV | 141.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 134 | 0 | 0.32 | 0.26 | 0.29 | 348.81 | 0.29 | 0.6 |
| Hex | B6 | 7B | 86 | 0 | 20 | 1A | 1D | 15D | 1D | 3C |
| Octal | 266 | 173 | 206 | 0 | 40 | 32 | 35 | 535 | 35 | 74 |
| Binary | 10110110 | 1111011 | 10000110 | 0 | 100000 | 11010 | 11101 | 101011101 | 11101 | 111100 |
Color Harmonies of #B67B86
Complementary color
Monochromatic Colors of #B67B86
Black with #B67B86
Text Example
Text Example
White with #B67B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B86; }
p { color: rgb(182,123,134); }
H1.HeaderClassName
{
color: #B67B86;
}
.AnyTagClassName
{
color: #B67B86;
}
</style>
background-color css
<style>
a { background-color: #B67B86; }
a { background-color: rgb(182,123,134); }
div.DivClassName
{
background-color: #B67B86;
}
.BgClassName
{
background-color: #B67B86;
}
</style>
border-color css
<style>
span { border-color: #B67B86; }
span { border-color: rgb(182,123,134); }
td.TdClassName
{
border-color: #B67B86;
}
.TagClassName
{
border-color: #B67B86;
}
</style>