Shades of Tapestry #B2687A
Tints of Tapestry #B2687A
RGB
CMYK
RGB Variations
Color information
#B2687A (or 0xB2687A) is known color: Tapestry. HEX triplet: B2, 68 and 7A. RGB value is (178,104,122). Sum of RGB (Red+Green+Blue) = 178+104+122=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2687A is #4D9785. Grayscale: #808080. Windows color (decimal): -5085062 or 8022194. OLE color: 8022194.
HSL color Cylindrical-coordinate representation of color #B2687A: hue angle of 345.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2687A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 122 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.30 |
| HSL | 345.41º | 0.32% | 0.55% | - |
| HSV(B) | 345.41º | 0.42% | 0.7% | - |
| XYZ | 26.82 | 20.77 | 21.01 | - |
| YUV | 128.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 122 | 0 | 0.42 | 0.31 | 0.30 | 345.41 | 0.32 | 0.55 |
| Hex | B2 | 68 | 7A | 0 | 2A | 1F | 1E | 159 | 20 | 37 |
| Octal | 262 | 150 | 172 | 0 | 52 | 37 | 36 | 531 | 40 | 67 |
| Binary | 10110010 | 1101000 | 1111010 | 0 | 101010 | 11111 | 11110 | 101011001 | 100000 | 110111 |
Color Harmonies of #B2687A
Complementary color
Monochromatic Colors of #B2687A
Black with #B2687A
Text Example
Text Example
White with #B2687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2687A; }
p { color: rgb(178,104,122); }
H1.HeaderClassName
{
color: #B2687A;
}
.AnyTagClassName
{
color: #B2687A;
}
</style>
background-color css
<style>
a { background-color: #B2687A; }
a { background-color: rgb(178,104,122); }
div.DivClassName
{
background-color: #B2687A;
}
.BgClassName
{
background-color: #B2687A;
}
</style>
border-color css
<style>
span { border-color: #B2687A; }
span { border-color: rgb(178,104,122); }
td.TdClassName
{
border-color: #B2687A;
}
.TagClassName
{
border-color: #B2687A;
}
</style>