Shades of Tapestry #B9747C
Tints of Tapestry #B9747C
RGB
CMYK
RGB Variations
Color information
#B9747C (or 0xB9747C) is known color: Tapestry. HEX triplet: B9, 74 and 7C. RGB value is (185,116,124). Sum of RGB (Red+Green+Blue) = 185+116+124=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747C is #468B83. Grayscale: #898989. Windows color (decimal): -4623236 or 8156345. OLE color: 8156345.
HSL color Cylindrical-coordinate representation of color #B9747C: hue angle of 353.04º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9747C is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 124 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.27 |
| HSL | 353.04º | 0.33% | 0.59% | - |
| HSV(B) | 353.04º | 0.37% | 0.73% | - |
| XYZ | 29.89 | 24.26 | 22.18 | - |
| YUV | 137.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 124 | 0 | 0.37 | 0.33 | 0.27 | 353.04 | 0.33 | 0.59 |
| Hex | B9 | 74 | 7C | 0 | 25 | 21 | 1B | 161 | 21 | 3B |
| Octal | 271 | 164 | 174 | 0 | 45 | 41 | 33 | 541 | 41 | 73 |
| Binary | 10111001 | 1110100 | 1111100 | 0 | 100101 | 100001 | 11011 | 101100001 | 100001 | 111011 |
Color Harmonies of #B9747C
Complementary color
Monochromatic Colors of #B9747C
Black with #B9747C
Text Example
Text Example
White with #B9747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9747C; }
p { color: rgb(185,116,124); }
H1.HeaderClassName
{
color: #B9747C;
}
.AnyTagClassName
{
color: #B9747C;
}
</style>
background-color css
<style>
a { background-color: #B9747C; }
a { background-color: rgb(185,116,124); }
div.DivClassName
{
background-color: #B9747C;
}
.BgClassName
{
background-color: #B9747C;
}
</style>
border-color css
<style>
span { border-color: #B9747C; }
span { border-color: rgb(185,116,124); }
td.TdClassName
{
border-color: #B9747C;
}
.TagClassName
{
border-color: #B9747C;
}
</style>