Shades of Tapestry #B96D83
Tints of Tapestry #B96D83
RGB
CMYK
RGB Variations
Color information
#B96D83 (or 0xB96D83) is known color: Tapestry. HEX triplet: B9, 6D and 83. RGB value is (185,109,131). Sum of RGB (Red+Green+Blue) = 185+109+131=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D83 is #46927C. Grayscale: #868686. Windows color (decimal): -4625021 or 8613305. OLE color: 8613305.
HSL color Cylindrical-coordinate representation of color #B96D83: hue angle of 342.63º 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 #B96D83 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 131 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.27 |
| HSL | 342.63º | 0.35% | 0.58% | - |
| HSV(B) | 342.63º | 0.41% | 0.73% | - |
| XYZ | 29.57 | 22.89 | 24.33 | - |
| YUV | 134.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 131 | 0 | 0.41 | 0.29 | 0.27 | 342.63 | 0.35 | 0.58 |
| Hex | B9 | 6D | 83 | 0 | 29 | 1D | 1B | 157 | 23 | 3A |
| Octal | 271 | 155 | 203 | 0 | 51 | 35 | 33 | 527 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10000011 | 0 | 101001 | 11101 | 11011 | 101010111 | 100011 | 111010 |
Color Harmonies of #B96D83
Complementary color
Monochromatic Colors of #B96D83
Black with #B96D83
Text Example
Text Example
White with #B96D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D83; }
p { color: rgb(185,109,131); }
H1.HeaderClassName
{
color: #B96D83;
}
.AnyTagClassName
{
color: #B96D83;
}
</style>
background-color css
<style>
a { background-color: #B96D83; }
a { background-color: rgb(185,109,131); }
div.DivClassName
{
background-color: #B96D83;
}
.BgClassName
{
background-color: #B96D83;
}
</style>
border-color css
<style>
span { border-color: #B96D83; }
span { border-color: rgb(185,109,131); }
td.TdClassName
{
border-color: #B96D83;
}
.TagClassName
{
border-color: #B96D83;
}
</style>