Shades of Tapestry #B0687E
Tints of Tapestry #B0687E
RGB
CMYK
RGB Variations
Color information
#B0687E (or 0xB0687E) is known color: Tapestry. HEX triplet: B0, 68 and 7E. RGB value is (176,104,126). Sum of RGB (Red+Green+Blue) = 176+104+126=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687E is #4F9781. Grayscale: #808080. Windows color (decimal): -5216130 or 8284336. OLE color: 8284336.
HSL color Cylindrical-coordinate representation of color #B0687E: hue angle of 341.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0687E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 126 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.31 |
| HSL | 341.67º | 0.31% | 0.55% | - |
| HSV(B) | 341.67º | 0.41% | 0.69% | - |
| XYZ | 26.62 | 20.64 | 22.32 | - |
| YUV | 128.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 126 | 0 | 0.41 | 0.28 | 0.31 | 341.67 | 0.31 | 0.55 |
| Hex | B0 | 68 | 7E | 0 | 29 | 1C | 1F | 156 | 1F | 37 |
| Octal | 260 | 150 | 176 | 0 | 51 | 34 | 37 | 526 | 37 | 67 |
| Binary | 10110000 | 1101000 | 1111110 | 0 | 101001 | 11100 | 11111 | 101010110 | 11111 | 110111 |
Color Harmonies of #B0687E
Complementary color
Monochromatic Colors of #B0687E
Black with #B0687E
Text Example
Text Example
White with #B0687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0687E; }
p { color: rgb(176,104,126); }
H1.HeaderClassName
{
color: #B0687E;
}
.AnyTagClassName
{
color: #B0687E;
}
</style>
background-color css
<style>
a { background-color: #B0687E; }
a { background-color: rgb(176,104,126); }
div.DivClassName
{
background-color: #B0687E;
}
.BgClassName
{
background-color: #B0687E;
}
</style>
border-color css
<style>
span { border-color: #B0687E; }
span { border-color: rgb(176,104,126); }
td.TdClassName
{
border-color: #B0687E;
}
.TagClassName
{
border-color: #B0687E;
}
</style>