Shades of Tapestry #B67D8D
Tints of Tapestry #B67D8D
RGB
CMYK
RGB Variations
Color information
#B67D8D (or 0xB67D8D) is known color: Tapestry. HEX triplet: B6, 7D and 8D. RGB value is (182,125,141). Sum of RGB (Red+Green+Blue) = 182+125+141=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D8D is #498272. Grayscale: #8F8F8F. Windows color (decimal): -4817523 or 9272758. OLE color: 9272758.
HSL color Cylindrical-coordinate representation of color #B67D8D: hue angle of 343.16º 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 #B67D8D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 141 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.29 |
| HSL | 343.16º | 0.28% | 0.6% | - |
| HSV(B) | 343.16º | 0.31% | 0.71% | - |
| XYZ | 31.43 | 26.54 | 28.66 | - |
| YUV | 143.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 141 | 0 | 0.31 | 0.23 | 0.29 | 343.16 | 0.28 | 0.6 |
| Hex | B6 | 7D | 8D | 0 | 1F | 17 | 1D | 157 | 1C | 3C |
| Octal | 266 | 175 | 215 | 0 | 37 | 27 | 35 | 527 | 34 | 74 |
| Binary | 10110110 | 1111101 | 10001101 | 0 | 11111 | 10111 | 11101 | 101010111 | 11100 | 111100 |
Color Harmonies of #B67D8D
Complementary color
Monochromatic Colors of #B67D8D
Black with #B67D8D
Text Example
Text Example
White with #B67D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D8D; }
p { color: rgb(182,125,141); }
H1.HeaderClassName
{
color: #B67D8D;
}
.AnyTagClassName
{
color: #B67D8D;
}
</style>
background-color css
<style>
a { background-color: #B67D8D; }
a { background-color: rgb(182,125,141); }
div.DivClassName
{
background-color: #B67D8D;
}
.BgClassName
{
background-color: #B67D8D;
}
</style>
border-color css
<style>
span { border-color: #B67D8D; }
span { border-color: rgb(182,125,141); }
td.TdClassName
{
border-color: #B67D8D;
}
.TagClassName
{
border-color: #B67D8D;
}
</style>