Shades of Tapestry #B97791
Tints of Tapestry #B97791
RGB
CMYK
RGB Variations
Color information
#B97791 (or 0xB97791) is known color: Tapestry. HEX triplet: B9, 77 and 91. RGB value is (185,119,145). Sum of RGB (Red+Green+Blue) = 185+119+145=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97791 is #46886E. Grayscale: #8D8D8D. Windows color (decimal): -4622447 or 9533369. OLE color: 9533369.
HSL color Cylindrical-coordinate representation of color #B97791: hue angle of 336.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97791 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 145 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.27 |
| HSL | 336.36º | 0.32% | 0.6% | - |
| HSV(B) | 336.36º | 0.36% | 0.73% | - |
| XYZ | 31.72 | 25.55 | 30.05 | - |
| YUV | 141.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 145 | 0 | 0.36 | 0.22 | 0.27 | 336.36 | 0.32 | 0.6 |
| Hex | B9 | 77 | 91 | 0 | 24 | 16 | 1B | 150 | 20 | 3C |
| Octal | 271 | 167 | 221 | 0 | 44 | 26 | 33 | 520 | 40 | 74 |
| Binary | 10111001 | 1110111 | 10010001 | 0 | 100100 | 10110 | 11011 | 101010000 | 100000 | 111100 |
Color Harmonies of #B97791
Complementary color
Monochromatic Colors of #B97791
Black with #B97791
Text Example
Text Example
White with #B97791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97791; }
p { color: rgb(185,119,145); }
H1.HeaderClassName
{
color: #B97791;
}
.AnyTagClassName
{
color: #B97791;
}
</style>
background-color css
<style>
a { background-color: #B97791; }
a { background-color: rgb(185,119,145); }
div.DivClassName
{
background-color: #B97791;
}
.BgClassName
{
background-color: #B97791;
}
</style>
border-color css
<style>
span { border-color: #B97791; }
span { border-color: rgb(185,119,145); }
td.TdClassName
{
border-color: #B97791;
}
.TagClassName
{
border-color: #B97791;
}
</style>