Shades of Tapestry #B98488
Tints of Tapestry #B98488
RGB
CMYK
RGB Variations
Color information
#B98488 (or 0xB98488) is known color: Tapestry. HEX triplet: B9, 84 and 88. RGB value is (185,132,136). Sum of RGB (Red+Green+Blue) = 185+132+136=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98488 is #467B77. Grayscale: #949494. Windows color (decimal): -4619128 or 8946873. OLE color: 8946873.
HSL color Cylindrical-coordinate representation of color #B98488: hue angle of 355.47º degrees, saturation: 0.27, 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 #B98488 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 136 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.27 |
| HSL | 355.47º | 0.27% | 0.62% | - |
| HSV(B) | 355.47º | 0.29% | 0.73% | - |
| XYZ | 32.7 | 28.59 | 27.09 | - |
| YUV | 148.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 136 | 0 | 0.29 | 0.26 | 0.27 | 355.47 | 0.27 | 0.62 |
| Hex | B9 | 84 | 88 | 0 | 1D | 1A | 1B | 163 | 1B | 3E |
| Octal | 271 | 204 | 210 | 0 | 35 | 32 | 33 | 543 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10001000 | 0 | 11101 | 11010 | 11011 | 101100011 | 11011 | 111110 |
Color Harmonies of #B98488
Complementary color
Monochromatic Colors of #B98488
Black with #B98488
Text Example
Text Example
White with #B98488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98488; }
p { color: rgb(185,132,136); }
H1.HeaderClassName
{
color: #B98488;
}
.AnyTagClassName
{
color: #B98488;
}
</style>
background-color css
<style>
a { background-color: #B98488; }
a { background-color: rgb(185,132,136); }
div.DivClassName
{
background-color: #B98488;
}
.BgClassName
{
background-color: #B98488;
}
</style>
border-color css
<style>
span { border-color: #B98488; }
span { border-color: rgb(185,132,136); }
td.TdClassName
{
border-color: #B98488;
}
.TagClassName
{
border-color: #B98488;
}
</style>