Shades of Tapestry #B96C7C
Tints of Tapestry #B96C7C
RGB
CMYK
RGB Variations
Color information
#B96C7C (or 0xB96C7C) is known color: Tapestry. HEX triplet: B9, 6C and 7C. RGB value is (185,108,124). Sum of RGB (Red+Green+Blue) = 185+108+124=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C7C is #469383. Grayscale: #848484. Windows color (decimal): -4625284 or 8154297. OLE color: 8154297.
HSL color Cylindrical-coordinate representation of color #B96C7C: hue angle of 347.53º degrees, saturation: 0.35, 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 #B96C7C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 124 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.27 |
| HSL | 347.53º | 0.35% | 0.57% | - |
| HSV(B) | 347.53º | 0.42% | 0.73% | - |
| XYZ | 29.01 | 22.49 | 21.88 | - |
| YUV | 132.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 124 | 0 | 0.42 | 0.33 | 0.27 | 347.53 | 0.35 | 0.57 |
| Hex | B9 | 6C | 7C | 0 | 2A | 21 | 1B | 15C | 23 | 39 |
| Octal | 271 | 154 | 174 | 0 | 52 | 41 | 33 | 534 | 43 | 71 |
| Binary | 10111001 | 1101100 | 1111100 | 0 | 101010 | 100001 | 11011 | 101011100 | 100011 | 111001 |
Color Harmonies of #B96C7C
Complementary color
Monochromatic Colors of #B96C7C
Black with #B96C7C
Text Example
Text Example
White with #B96C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C7C; }
p { color: rgb(185,108,124); }
H1.HeaderClassName
{
color: #B96C7C;
}
.AnyTagClassName
{
color: #B96C7C;
}
</style>
background-color css
<style>
a { background-color: #B96C7C; }
a { background-color: rgb(185,108,124); }
div.DivClassName
{
background-color: #B96C7C;
}
.BgClassName
{
background-color: #B96C7C;
}
</style>
border-color css
<style>
span { border-color: #B96C7C; }
span { border-color: rgb(185,108,124); }
td.TdClassName
{
border-color: #B96C7C;
}
.TagClassName
{
border-color: #B96C7C;
}
</style>