Shades of Tapestry #B9808E
Tints of Tapestry #B9808E
RGB
CMYK
RGB Variations
Color information
#B9808E (or 0xB9808E) is known color: Tapestry. HEX triplet: B9, 80 and 8E. RGB value is (185,128,142). Sum of RGB (Red+Green+Blue) = 185+128+142=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808E is #467F71. Grayscale: #929292. Windows color (decimal): -4620146 or 9339065. OLE color: 9339065.
HSL color Cylindrical-coordinate representation of color #B9808E: hue angle of 345.26º 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 #B9808E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 142 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.27 |
| HSL | 345.26º | 0.29% | 0.61% | - |
| HSV(B) | 345.26º | 0.31% | 0.73% | - |
| XYZ | 32.61 | 27.71 | 29.22 | - |
| YUV | 146.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 142 | 0 | 0.31 | 0.23 | 0.27 | 345.26 | 0.29 | 0.61 |
| Hex | B9 | 80 | 8E | 0 | 1F | 17 | 1B | 159 | 1D | 3D |
| Octal | 271 | 200 | 216 | 0 | 37 | 27 | 33 | 531 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10001110 | 0 | 11111 | 10111 | 11011 | 101011001 | 11101 | 111101 |
Color Harmonies of #B9808E
Complementary color
Monochromatic Colors of #B9808E
Black with #B9808E
Text Example
Text Example
White with #B9808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9808E; }
p { color: rgb(185,128,142); }
H1.HeaderClassName
{
color: #B9808E;
}
.AnyTagClassName
{
color: #B9808E;
}
</style>
background-color css
<style>
a { background-color: #B9808E; }
a { background-color: rgb(185,128,142); }
div.DivClassName
{
background-color: #B9808E;
}
.BgClassName
{
background-color: #B9808E;
}
</style>
border-color css
<style>
span { border-color: #B9808E; }
span { border-color: rgb(185,128,142); }
td.TdClassName
{
border-color: #B9808E;
}
.TagClassName
{
border-color: #B9808E;
}
</style>