Shades of Tapestry #B0687D
Tints of Tapestry #B0687D
RGB
CMYK
RGB Variations
Color information
#B0687D (or 0xB0687D) is known color: Tapestry. HEX triplet: B0, 68 and 7D. RGB value is (176,104,125). Sum of RGB (Red+Green+Blue) = 176+104+125=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687D is #4F9782. Grayscale: #7F7F7F. Windows color (decimal): -5216131 or 8218800. OLE color: 8218800.
HSL color Cylindrical-coordinate representation of color #B0687D: hue angle of 342.5º 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 #B0687D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 125 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.31 |
| HSL | 342.5º | 0.31% | 0.55% | - |
| HSV(B) | 342.5º | 0.41% | 0.69% | - |
| XYZ | 26.56 | 20.61 | 21.98 | - |
| YUV | 127.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 125 | 0 | 0.41 | 0.29 | 0.31 | 342.5 | 0.31 | 0.55 |
| Hex | B0 | 68 | 7D | 0 | 29 | 1D | 1F | 156 | 1F | 37 |
| Octal | 260 | 150 | 175 | 0 | 51 | 35 | 37 | 526 | 37 | 67 |
| Binary | 10110000 | 1101000 | 1111101 | 0 | 101001 | 11101 | 11111 | 101010110 | 11111 | 110111 |
Color Harmonies of #B0687D
Complementary color
Monochromatic Colors of #B0687D
Black with #B0687D
Text Example
Text Example
White with #B0687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0687D; }
p { color: rgb(176,104,125); }
H1.HeaderClassName
{
color: #B0687D;
}
.AnyTagClassName
{
color: #B0687D;
}
</style>
background-color css
<style>
a { background-color: #B0687D; }
a { background-color: rgb(176,104,125); }
div.DivClassName
{
background-color: #B0687D;
}
.BgClassName
{
background-color: #B0687D;
}
</style>
border-color css
<style>
span { border-color: #B0687D; }
span { border-color: rgb(176,104,125); }
td.TdClassName
{
border-color: #B0687D;
}
.TagClassName
{
border-color: #B0687D;
}
</style>