Shades of Tapestry #B9687B
Tints of Tapestry #B9687B
RGB
CMYK
RGB Variations
Color information
#B9687B (or 0xB9687B) is known color: Tapestry. HEX triplet: B9, 68 and 7B. RGB value is (185,104,123). Sum of RGB (Red+Green+Blue) = 185+104+123=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687B is #469784. Grayscale: #828282. Windows color (decimal): -4626309 or 8087737. OLE color: 8087737.
HSL color Cylindrical-coordinate representation of color #B9687B: hue angle of 345.93º 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 #B9687B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 123 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.27 |
| HSL | 345.93º | 0.37% | 0.57% | - |
| HSV(B) | 345.93º | 0.44% | 0.73% | - |
| XYZ | 28.53 | 21.64 | 21.41 | - |
| YUV | 130.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 123 | 0 | 0.44 | 0.34 | 0.27 | 345.93 | 0.37 | 0.57 |
| Hex | B9 | 68 | 7B | 0 | 2C | 22 | 1B | 15A | 25 | 39 |
| Octal | 271 | 150 | 173 | 0 | 54 | 42 | 33 | 532 | 45 | 71 |
| Binary | 10111001 | 1101000 | 1111011 | 0 | 101100 | 100010 | 11011 | 101011010 | 100101 | 111001 |
Color Harmonies of #B9687B
Complementary color
Monochromatic Colors of #B9687B
Black with #B9687B
Text Example
Text Example
White with #B9687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9687B; }
p { color: rgb(185,104,123); }
H1.HeaderClassName
{
color: #B9687B;
}
.AnyTagClassName
{
color: #B9687B;
}
</style>
background-color css
<style>
a { background-color: #B9687B; }
a { background-color: rgb(185,104,123); }
div.DivClassName
{
background-color: #B9687B;
}
.BgClassName
{
background-color: #B9687B;
}
</style>
border-color css
<style>
span { border-color: #B9687B; }
span { border-color: rgb(185,104,123); }
td.TdClassName
{
border-color: #B9687B;
}
.TagClassName
{
border-color: #B9687B;
}
</style>