Shades of Tapestry #B9808B
Tints of Tapestry #B9808B
RGB
CMYK
RGB Variations
Color information
#B9808B (or 0xB9808B) is known color: Tapestry. HEX triplet: B9, 80 and 8B. RGB value is (185,128,139). Sum of RGB (Red+Green+Blue) = 185+128+139=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808B is #467F74. Grayscale: #929292. Windows color (decimal): -4620149 or 9142457. OLE color: 9142457.
HSL color Cylindrical-coordinate representation of color #B9808B: hue angle of 348.42º 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 #B9808B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 139 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.27 |
| HSL | 348.42º | 0.29% | 0.61% | - |
| HSV(B) | 348.42º | 0.31% | 0.73% | - |
| XYZ | 32.39 | 27.62 | 28.05 | - |
| YUV | 146.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 139 | 0 | 0.31 | 0.25 | 0.27 | 348.42 | 0.29 | 0.61 |
| Hex | B9 | 80 | 8B | 0 | 1F | 19 | 1B | 15C | 1D | 3D |
| Octal | 271 | 200 | 213 | 0 | 37 | 31 | 33 | 534 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10001011 | 0 | 11111 | 11001 | 11011 | 101011100 | 11101 | 111101 |
Color Harmonies of #B9808B
Complementary color
Monochromatic Colors of #B9808B
Black with #B9808B
Text Example
Text Example
White with #B9808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9808B; }
p { color: rgb(185,128,139); }
H1.HeaderClassName
{
color: #B9808B;
}
.AnyTagClassName
{
color: #B9808B;
}
</style>
background-color css
<style>
a { background-color: #B9808B; }
a { background-color: rgb(185,128,139); }
div.DivClassName
{
background-color: #B9808B;
}
.BgClassName
{
background-color: #B9808B;
}
</style>
border-color css
<style>
span { border-color: #B9808B; }
span { border-color: rgb(185,128,139); }
td.TdClassName
{
border-color: #B9808B;
}
.TagClassName
{
border-color: #B9808B;
}
</style>