Shades of Tapestry #B96B7C
Tints of Tapestry #B96B7C
RGB
CMYK
RGB Variations
Color information
#B96B7C (or 0xB96B7C) is known color: Tapestry. HEX triplet: B9, 6B and 7C. RGB value is (185,107,124). Sum of RGB (Red+Green+Blue) = 185+107+124=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B7C is #469483. Grayscale: #848484. Windows color (decimal): -4625540 or 8154041. OLE color: 8154041.
HSL color Cylindrical-coordinate representation of color #B96B7C: hue angle of 346.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B7C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 124 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.27 |
| HSL | 346.92º | 0.36% | 0.57% | - |
| HSV(B) | 346.92º | 0.42% | 0.73% | - |
| XYZ | 28.9 | 22.28 | 21.85 | - |
| YUV | 132.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 124 | 0 | 0.42 | 0.33 | 0.27 | 346.92 | 0.36 | 0.57 |
| Hex | B9 | 6B | 7C | 0 | 2A | 21 | 1B | 15B | 24 | 39 |
| Octal | 271 | 153 | 174 | 0 | 52 | 41 | 33 | 533 | 44 | 71 |
| Binary | 10111001 | 1101011 | 1111100 | 0 | 101010 | 100001 | 11011 | 101011011 | 100100 | 111001 |
Color Harmonies of #B96B7C
Complementary color
Monochromatic Colors of #B96B7C
Black with #B96B7C
Text Example
Text Example
White with #B96B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B7C; }
p { color: rgb(185,107,124); }
H1.HeaderClassName
{
color: #B96B7C;
}
.AnyTagClassName
{
color: #B96B7C;
}
</style>
background-color css
<style>
a { background-color: #B96B7C; }
a { background-color: rgb(185,107,124); }
div.DivClassName
{
background-color: #B96B7C;
}
.BgClassName
{
background-color: #B96B7C;
}
</style>
border-color css
<style>
span { border-color: #B96B7C; }
span { border-color: rgb(185,107,124); }
td.TdClassName
{
border-color: #B96B7C;
}
.TagClassName
{
border-color: #B96B7C;
}
</style>