Shades of Tapestry #B67C80
Tints of Tapestry #B67C80
RGB
CMYK
RGB Variations
Color information
#B67C80 (or 0xB67C80) is known color: Tapestry. HEX triplet: B6, 7C and 80. RGB value is (182,124,128). Sum of RGB (Red+Green+Blue) = 182+124+128=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C80 is #49837F. Grayscale: #8D8D8D. Windows color (decimal): -4817792 or 8420534. OLE color: 8420534.
HSL color Cylindrical-coordinate representation of color #B67C80: hue angle of 355.86º degrees, saturation: 0.28, 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 #B67C80 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 128 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.29 |
| HSL | 355.86º | 0.28% | 0.6% | - |
| HSV(B) | 355.86º | 0.32% | 0.71% | - |
| XYZ | 30.4 | 25.92 | 23.82 | - |
| YUV | 141.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 128 | 0 | 0.32 | 0.30 | 0.29 | 355.86 | 0.28 | 0.6 |
| Hex | B6 | 7C | 80 | 0 | 20 | 1E | 1D | 164 | 1C | 3C |
| Octal | 266 | 174 | 200 | 0 | 40 | 36 | 35 | 544 | 34 | 74 |
| Binary | 10110110 | 1111100 | 10000000 | 0 | 100000 | 11110 | 11101 | 101100100 | 11100 | 111100 |
Color Harmonies of #B67C80
Complementary color
Monochromatic Colors of #B67C80
Black with #B67C80
Text Example
Text Example
White with #B67C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C80; }
p { color: rgb(182,124,128); }
H1.HeaderClassName
{
color: #B67C80;
}
.AnyTagClassName
{
color: #B67C80;
}
</style>
background-color css
<style>
a { background-color: #B67C80; }
a { background-color: rgb(182,124,128); }
div.DivClassName
{
background-color: #B67C80;
}
.BgClassName
{
background-color: #B67C80;
}
</style>
border-color css
<style>
span { border-color: #B67C80; }
span { border-color: rgb(182,124,128); }
td.TdClassName
{
border-color: #B67C80;
}
.TagClassName
{
border-color: #B67C80;
}
</style>