Shades of Tapestry #B98387
Tints of Tapestry #B98387
RGB
CMYK
RGB Variations
Color information
#B98387 (or 0xB98387) is known color: Tapestry. HEX triplet: B9, 83 and 87. RGB value is (185,131,135). Sum of RGB (Red+Green+Blue) = 185+131+135=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98387 is #467C78. Grayscale: #939393. Windows color (decimal): -4619385 or 8881081. OLE color: 8881081.
HSL color Cylindrical-coordinate representation of color #B98387: hue angle of 355.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98387 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 135 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.27 |
| HSL | 355.56º | 0.28% | 0.62% | - |
| HSV(B) | 355.56º | 0.29% | 0.73% | - |
| XYZ | 32.5 | 28.3 | 26.67 | - |
| YUV | 147.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 135 | 0 | 0.29 | 0.27 | 0.27 | 355.56 | 0.28 | 0.62 |
| Hex | B9 | 83 | 87 | 0 | 1D | 1B | 1B | 164 | 1C | 3E |
| Octal | 271 | 203 | 207 | 0 | 35 | 33 | 33 | 544 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10000111 | 0 | 11101 | 11011 | 11011 | 101100100 | 11100 | 111110 |
Color Harmonies of #B98387
Complementary color
Monochromatic Colors of #B98387
Black with #B98387
Text Example
Text Example
White with #B98387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98387; }
p { color: rgb(185,131,135); }
H1.HeaderClassName
{
color: #B98387;
}
.AnyTagClassName
{
color: #B98387;
}
</style>
background-color css
<style>
a { background-color: #B98387; }
a { background-color: rgb(185,131,135); }
div.DivClassName
{
background-color: #B98387;
}
.BgClassName
{
background-color: #B98387;
}
</style>
border-color css
<style>
span { border-color: #B98387; }
span { border-color: rgb(185,131,135); }
td.TdClassName
{
border-color: #B98387;
}
.TagClassName
{
border-color: #B98387;
}
</style>