Shades of Tapestry #B96D7D
Tints of Tapestry #B96D7D
RGB
CMYK
RGB Variations
Color information
#B96D7D (or 0xB96D7D) is known color: Tapestry. HEX triplet: B9, 6D and 7D. RGB value is (185,109,125). Sum of RGB (Red+Green+Blue) = 185+109+125=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D7D is #469282. Grayscale: #858585. Windows color (decimal): -4625027 or 8220089. OLE color: 8220089.
HSL color Cylindrical-coordinate representation of color #B96D7D: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D7D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 125 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.27 |
| HSL | 347.37º | 0.35% | 0.58% | - |
| HSV(B) | 347.37º | 0.41% | 0.73% | - |
| XYZ | 29.18 | 22.73 | 22.25 | - |
| YUV | 133.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 125 | 0 | 0.41 | 0.32 | 0.27 | 347.37 | 0.35 | 0.58 |
| Hex | B9 | 6D | 7D | 0 | 29 | 20 | 1B | 15B | 23 | 3A |
| Octal | 271 | 155 | 175 | 0 | 51 | 40 | 33 | 533 | 43 | 72 |
| Binary | 10111001 | 1101101 | 1111101 | 0 | 101001 | 100000 | 11011 | 101011011 | 100011 | 111010 |
Color Harmonies of #B96D7D
Complementary color
Monochromatic Colors of #B96D7D
Black with #B96D7D
Text Example
Text Example
White with #B96D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D7D; }
p { color: rgb(185,109,125); }
H1.HeaderClassName
{
color: #B96D7D;
}
.AnyTagClassName
{
color: #B96D7D;
}
</style>
background-color css
<style>
a { background-color: #B96D7D; }
a { background-color: rgb(185,109,125); }
div.DivClassName
{
background-color: #B96D7D;
}
.BgClassName
{
background-color: #B96D7D;
}
</style>
border-color css
<style>
span { border-color: #B96D7D; }
span { border-color: rgb(185,109,125); }
td.TdClassName
{
border-color: #B96D7D;
}
.TagClassName
{
border-color: #B96D7D;
}
</style>