Shades of Tapestry #B7687E
Tints of Tapestry #B7687E
RGB
CMYK
RGB Variations
Color information
#B7687E (or 0xB7687E) is known color: Tapestry. HEX triplet: B7, 68 and 7E. RGB value is (183,104,126). Sum of RGB (Red+Green+Blue) = 183+104+126=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7687E is #489781. Grayscale: #828282. Windows color (decimal): -4757378 or 8284343. OLE color: 8284343.
HSL color Cylindrical-coordinate representation of color #B7687E: hue angle of 343.29º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7687E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 126 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.28 |
| HSL | 343.29º | 0.35% | 0.56% | - |
| HSV(B) | 343.29º | 0.43% | 0.72% | - |
| XYZ | 28.24 | 21.47 | 22.39 | - |
| YUV | 130.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 126 | 0 | 0.43 | 0.31 | 0.28 | 343.29 | 0.35 | 0.56 |
| Hex | B7 | 68 | 7E | 0 | 2B | 1F | 1C | 157 | 23 | 38 |
| Octal | 267 | 150 | 176 | 0 | 53 | 37 | 34 | 527 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1111110 | 0 | 101011 | 11111 | 11100 | 101010111 | 100011 | 111000 |
Color Harmonies of #B7687E
Complementary color
Monochromatic Colors of #B7687E
Black with #B7687E
Text Example
Text Example
White with #B7687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7687E; }
p { color: rgb(183,104,126); }
H1.HeaderClassName
{
color: #B7687E;
}
.AnyTagClassName
{
color: #B7687E;
}
</style>
background-color css
<style>
a { background-color: #B7687E; }
a { background-color: rgb(183,104,126); }
div.DivClassName
{
background-color: #B7687E;
}
.BgClassName
{
background-color: #B7687E;
}
</style>
border-color css
<style>
span { border-color: #B7687E; }
span { border-color: rgb(183,104,126); }
td.TdClassName
{
border-color: #B7687E;
}
.TagClassName
{
border-color: #B7687E;
}
</style>