Shades of Tapestry #B9687F
Tints of Tapestry #B9687F
RGB
CMYK
RGB Variations
Color information
#B9687F (or 0xB9687F) is known color: Tapestry. HEX triplet: B9, 68 and 7F. RGB value is (185,104,127). Sum of RGB (Red+Green+Blue) = 185+104+127=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687F is #469780. Grayscale: #828282. Windows color (decimal): -4626305 or 8349881. OLE color: 8349881.
HSL color Cylindrical-coordinate representation of color #B9687F: hue angle of 342.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9687F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 127 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.27 |
| HSL | 342.96º | 0.37% | 0.57% | - |
| HSV(B) | 342.96º | 0.44% | 0.73% | - |
| XYZ | 28.79 | 21.75 | 22.76 | - |
| YUV | 130.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 127 | 0 | 0.44 | 0.31 | 0.27 | 342.96 | 0.37 | 0.57 |
| Hex | B9 | 68 | 7F | 0 | 2C | 1F | 1B | 157 | 25 | 39 |
| Octal | 271 | 150 | 177 | 0 | 54 | 37 | 33 | 527 | 45 | 71 |
| Binary | 10111001 | 1101000 | 1111111 | 0 | 101100 | 11111 | 11011 | 101010111 | 100101 | 111001 |
Color Harmonies of #B9687F
Complementary color
Monochromatic Colors of #B9687F
Black with #B9687F
Text Example
Text Example
White with #B9687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9687F; }
p { color: rgb(185,104,127); }
H1.HeaderClassName
{
color: #B9687F;
}
.AnyTagClassName
{
color: #B9687F;
}
</style>
background-color css
<style>
a { background-color: #B9687F; }
a { background-color: rgb(185,104,127); }
div.DivClassName
{
background-color: #B9687F;
}
.BgClassName
{
background-color: #B9687F;
}
</style>
border-color css
<style>
span { border-color: #B9687F; }
span { border-color: rgb(185,104,127); }
td.TdClassName
{
border-color: #B9687F;
}
.TagClassName
{
border-color: #B9687F;
}
</style>