Shades of Tapestry #B9747B
Tints of Tapestry #B9747B
RGB
CMYK
RGB Variations
Color information
#B9747B (or 0xB9747B) is known color: Tapestry. HEX triplet: B9, 74 and 7B. RGB value is (185,116,123). Sum of RGB (Red+Green+Blue) = 185+116+123=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747B is #468B84. Grayscale: #898989. Windows color (decimal): -4623237 or 8090809. OLE color: 8090809.
HSL color Cylindrical-coordinate representation of color #B9747B: hue angle of 353.91º 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 #B9747B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 123 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.27 |
| HSL | 353.91º | 0.33% | 0.59% | - |
| HSV(B) | 353.91º | 0.37% | 0.73% | - |
| XYZ | 29.83 | 24.24 | 21.84 | - |
| YUV | 137.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 123 | 0 | 0.37 | 0.34 | 0.27 | 353.91 | 0.33 | 0.59 |
| Hex | B9 | 74 | 7B | 0 | 25 | 22 | 1B | 162 | 21 | 3B |
| Octal | 271 | 164 | 173 | 0 | 45 | 42 | 33 | 542 | 41 | 73 |
| Binary | 10111001 | 1110100 | 1111011 | 0 | 100101 | 100010 | 11011 | 101100010 | 100001 | 111011 |
Color Harmonies of #B9747B
Complementary color
Monochromatic Colors of #B9747B
Black with #B9747B
Text Example
Text Example
White with #B9747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9747B; }
p { color: rgb(185,116,123); }
H1.HeaderClassName
{
color: #B9747B;
}
.AnyTagClassName
{
color: #B9747B;
}
</style>
background-color css
<style>
a { background-color: #B9747B; }
a { background-color: rgb(185,116,123); }
div.DivClassName
{
background-color: #B9747B;
}
.BgClassName
{
background-color: #B9747B;
}
</style>
border-color css
<style>
span { border-color: #B9747B; }
span { border-color: rgb(185,116,123); }
td.TdClassName
{
border-color: #B9747B;
}
.TagClassName
{
border-color: #B9747B;
}
</style>