Shades of Tapestry #B07C86
Tints of Tapestry #B07C86
RGB
CMYK
RGB Variations
Color information
#B07C86 (or 0xB07C86) is known color: Tapestry. HEX triplet: B0, 7C and 86. RGB value is (176,124,134). Sum of RGB (Red+Green+Blue) = 176+124+134=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C86 is #4F8379. Grayscale: #8C8C8C. Windows color (decimal): -5211002 or 8813744. OLE color: 8813744.
HSL color Cylindrical-coordinate representation of color #B07C86: hue angle of 348.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C86 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 134 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.31 |
| HSL | 348.46º | 0.25% | 0.59% | - |
| HSV(B) | 348.46º | 0.3% | 0.69% | - |
| XYZ | 29.42 | 25.37 | 25.9 | - |
| YUV | 140.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 134 | 0 | 0.30 | 0.24 | 0.31 | 348.46 | 0.25 | 0.59 |
| Hex | B0 | 7C | 86 | 0 | 1E | 18 | 1F | 15C | 19 | 3B |
| Octal | 260 | 174 | 206 | 0 | 36 | 30 | 37 | 534 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10000110 | 0 | 11110 | 11000 | 11111 | 101011100 | 11001 | 111011 |
Color Harmonies of #B07C86
Complementary color
Monochromatic Colors of #B07C86
Black with #B07C86
Text Example
Text Example
White with #B07C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C86; }
p { color: rgb(176,124,134); }
H1.HeaderClassName
{
color: #B07C86;
}
.AnyTagClassName
{
color: #B07C86;
}
</style>
background-color css
<style>
a { background-color: #B07C86; }
a { background-color: rgb(176,124,134); }
div.DivClassName
{
background-color: #B07C86;
}
.BgClassName
{
background-color: #B07C86;
}
</style>
border-color css
<style>
span { border-color: #B07C86; }
span { border-color: rgb(176,124,134); }
td.TdClassName
{
border-color: #B07C86;
}
.TagClassName
{
border-color: #B07C86;
}
</style>