Shades of Tapestry #B96B83
Tints of Tapestry #B96B83
RGB
CMYK
RGB Variations
Color information
#B96B83 (or 0xB96B83) is known color: Tapestry. HEX triplet: B9, 6B and 83. RGB value is (185,107,131). Sum of RGB (Red+Green+Blue) = 185+107+131=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B83 is #46947C. Grayscale: #858585. Windows color (decimal): -4625533 or 8612793. OLE color: 8612793.
HSL color Cylindrical-coordinate representation of color #B96B83: hue angle of 341.54º 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 #B96B83 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 131 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.27 |
| HSL | 341.54º | 0.36% | 0.57% | - |
| HSV(B) | 341.54º | 0.42% | 0.73% | - |
| XYZ | 29.36 | 22.47 | 24.26 | - |
| YUV | 133.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 131 | 0 | 0.42 | 0.29 | 0.27 | 341.54 | 0.36 | 0.57 |
| Hex | B9 | 6B | 83 | 0 | 2A | 1D | 1B | 156 | 24 | 39 |
| Octal | 271 | 153 | 203 | 0 | 52 | 35 | 33 | 526 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10000011 | 0 | 101010 | 11101 | 11011 | 101010110 | 100100 | 111001 |
Color Harmonies of #B96B83
Complementary color
Monochromatic Colors of #B96B83
Black with #B96B83
Text Example
Text Example
White with #B96B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B83; }
p { color: rgb(185,107,131); }
H1.HeaderClassName
{
color: #B96B83;
}
.AnyTagClassName
{
color: #B96B83;
}
</style>
background-color css
<style>
a { background-color: #B96B83; }
a { background-color: rgb(185,107,131); }
div.DivClassName
{
background-color: #B96B83;
}
.BgClassName
{
background-color: #B96B83;
}
</style>
border-color css
<style>
span { border-color: #B96B83; }
span { border-color: rgb(185,107,131); }
td.TdClassName
{
border-color: #B96B83;
}
.TagClassName
{
border-color: #B96B83;
}
</style>