Shades of Tapestry #B67B8D
Tints of Tapestry #B67B8D
RGB
CMYK
RGB Variations
Color information
#B67B8D (or 0xB67B8D) is known color: Tapestry. HEX triplet: B6, 7B and 8D. RGB value is (182,123,141). Sum of RGB (Red+Green+Blue) = 182+123+141=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B8D is #498472. Grayscale: #8E8E8E. Windows color (decimal): -4818035 or 9272246. OLE color: 9272246.
HSL color Cylindrical-coordinate representation of color #B67B8D: hue angle of 341.69º 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 #B67B8D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 141 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.29 |
| HSL | 341.69º | 0.29% | 0.6% | - |
| HSV(B) | 341.69º | 0.32% | 0.71% | - |
| XYZ | 31.18 | 26.03 | 28.58 | - |
| YUV | 142.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 141 | 0 | 0.32 | 0.23 | 0.29 | 341.69 | 0.29 | 0.6 |
| Hex | B6 | 7B | 8D | 0 | 20 | 17 | 1D | 156 | 1D | 3C |
| Octal | 266 | 173 | 215 | 0 | 40 | 27 | 35 | 526 | 35 | 74 |
| Binary | 10110110 | 1111011 | 10001101 | 0 | 100000 | 10111 | 11101 | 101010110 | 11101 | 111100 |
Color Harmonies of #B67B8D
Complementary color
Monochromatic Colors of #B67B8D
Black with #B67B8D
Text Example
Text Example
White with #B67B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B8D; }
p { color: rgb(182,123,141); }
H1.HeaderClassName
{
color: #B67B8D;
}
.AnyTagClassName
{
color: #B67B8D;
}
</style>
background-color css
<style>
a { background-color: #B67B8D; }
a { background-color: rgb(182,123,141); }
div.DivClassName
{
background-color: #B67B8D;
}
.BgClassName
{
background-color: #B67B8D;
}
</style>
border-color css
<style>
span { border-color: #B67B8D; }
span { border-color: rgb(182,123,141); }
td.TdClassName
{
border-color: #B67B8D;
}
.TagClassName
{
border-color: #B67B8D;
}
</style>