Shades of Tapestry #B96B8F
Tints of Tapestry #B96B8F
RGB
CMYK
RGB Variations
Color information
#B96B8F (or 0xB96B8F) is known color: Tapestry. HEX triplet: B9, 6B and 8F. RGB value is (185,107,143). Sum of RGB (Red+Green+Blue) = 185+107+143=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B8F is #469470. Grayscale: #868686. Windows color (decimal): -4625521 or 9399225. OLE color: 9399225.
HSL color Cylindrical-coordinate representation of color #B96B8F: hue angle of 332.31º 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 #B96B8F is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 143 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.27 |
| HSL | 332.31º | 0.36% | 0.57% | - |
| HSV(B) | 332.31º | 0.42% | 0.73% | - |
| XYZ | 30.22 | 22.81 | 28.8 | - |
| YUV | 134.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 143 | 0 | 0.42 | 0.23 | 0.27 | 332.31 | 0.36 | 0.57 |
| Hex | B9 | 6B | 8F | 0 | 2A | 17 | 1B | 14C | 24 | 39 |
| Octal | 271 | 153 | 217 | 0 | 52 | 27 | 33 | 514 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10001111 | 0 | 101010 | 10111 | 11011 | 101001100 | 100100 | 111001 |
Color Harmonies of #B96B8F
Complementary color
Monochromatic Colors of #B96B8F
Black with #B96B8F
Text Example
Text Example
White with #B96B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B8F; }
p { color: rgb(185,107,143); }
H1.HeaderClassName
{
color: #B96B8F;
}
.AnyTagClassName
{
color: #B96B8F;
}
</style>
background-color css
<style>
a { background-color: #B96B8F; }
a { background-color: rgb(185,107,143); }
div.DivClassName
{
background-color: #B96B8F;
}
.BgClassName
{
background-color: #B96B8F;
}
</style>
border-color css
<style>
span { border-color: #B96B8F; }
span { border-color: rgb(185,107,143); }
td.TdClassName
{
border-color: #B96B8F;
}
.TagClassName
{
border-color: #B96B8F;
}
</style>