Shades of Tapestry #B98088
Tints of Tapestry #B98088
RGB
CMYK
RGB Variations
Color information
#B98088 (or 0xB98088) is known color: Tapestry. HEX triplet: B9, 80 and 88. RGB value is (185,128,136). Sum of RGB (Red+Green+Blue) = 185+128+136=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B98088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98088 is #467F77. Grayscale: #919191. Windows color (decimal): -4620152 or 8945849. OLE color: 8945849.
HSL color Cylindrical-coordinate representation of color #B98088: hue angle of 351.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98088 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 136 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.27 |
| HSL | 351.58º | 0.29% | 0.61% | - |
| HSV(B) | 351.58º | 0.31% | 0.73% | - |
| XYZ | 32.17 | 27.53 | 26.91 | - |
| YUV | 145.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 136 | 0 | 0.31 | 0.26 | 0.27 | 351.58 | 0.29 | 0.61 |
| Hex | B9 | 80 | 88 | 0 | 1F | 1A | 1B | 160 | 1D | 3D |
| Octal | 271 | 200 | 210 | 0 | 37 | 32 | 33 | 540 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10001000 | 0 | 11111 | 11010 | 11011 | 101100000 | 11101 | 111101 |
Color Harmonies of #B98088
Complementary color
Monochromatic Colors of #B98088
Black with #B98088
Text Example
Text Example
White with #B98088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98088; }
p { color: rgb(185,128,136); }
H1.HeaderClassName
{
color: #B98088;
}
.AnyTagClassName
{
color: #B98088;
}
</style>
background-color css
<style>
a { background-color: #B98088; }
a { background-color: rgb(185,128,136); }
div.DivClassName
{
background-color: #B98088;
}
.BgClassName
{
background-color: #B98088;
}
</style>
border-color css
<style>
span { border-color: #B98088; }
span { border-color: rgb(185,128,136); }
td.TdClassName
{
border-color: #B98088;
}
.TagClassName
{
border-color: #B98088;
}
</style>