Shades of Tapestry #B9748E
Tints of Tapestry #B9748E
RGB
CMYK
RGB Variations
Color information
#B9748E (or 0xB9748E) is known color: Tapestry. HEX triplet: B9, 74 and 8E. RGB value is (185,116,142). Sum of RGB (Red+Green+Blue) = 185+116+142=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9748E is #468B71. Grayscale: #8B8B8B. Windows color (decimal): -4623218 or 9335993. OLE color: 9335993.
HSL color Cylindrical-coordinate representation of color #B9748E: hue angle of 337.39º 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 #B9748E is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 142 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.27 |
| HSL | 337.39º | 0.33% | 0.59% | - |
| HSV(B) | 337.39º | 0.37% | 0.73% | - |
| XYZ | 31.14 | 24.76 | 28.73 | - |
| YUV | 139.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 142 | 0 | 0.37 | 0.23 | 0.27 | 337.39 | 0.33 | 0.59 |
| Hex | B9 | 74 | 8E | 0 | 25 | 17 | 1B | 151 | 21 | 3B |
| Octal | 271 | 164 | 216 | 0 | 45 | 27 | 33 | 521 | 41 | 73 |
| Binary | 10111001 | 1110100 | 10001110 | 0 | 100101 | 10111 | 11011 | 101010001 | 100001 | 111011 |
Color Harmonies of #B9748E
Complementary color
Monochromatic Colors of #B9748E
Black with #B9748E
Text Example
Text Example
White with #B9748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9748E; }
p { color: rgb(185,116,142); }
H1.HeaderClassName
{
color: #B9748E;
}
.AnyTagClassName
{
color: #B9748E;
}
</style>
background-color css
<style>
a { background-color: #B9748E; }
a { background-color: rgb(185,116,142); }
div.DivClassName
{
background-color: #B9748E;
}
.BgClassName
{
background-color: #B9748E;
}
</style>
border-color css
<style>
span { border-color: #B9748E; }
span { border-color: rgb(185,116,142); }
td.TdClassName
{
border-color: #B9748E;
}
.TagClassName
{
border-color: #B9748E;
}
</style>