Shades of Tapestry #B9808C
Tints of Tapestry #B9808C
RGB
CMYK
RGB Variations
Color information
#B9808C (or 0xB9808C) is known color: Tapestry. HEX triplet: B9, 80 and 8C. RGB value is (185,128,140). Sum of RGB (Red+Green+Blue) = 185+128+140=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808C is #467F73. Grayscale: #929292. Windows color (decimal): -4620148 or 9207993. OLE color: 9207993.
HSL color Cylindrical-coordinate representation of color #B9808C: hue angle of 347.37º 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 #B9808C is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 140 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.27 |
| HSL | 347.37º | 0.29% | 0.61% | - |
| HSV(B) | 347.37º | 0.31% | 0.73% | - |
| XYZ | 32.46 | 27.65 | 28.44 | - |
| YUV | 146.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 140 | 0 | 0.31 | 0.24 | 0.27 | 347.37 | 0.29 | 0.61 |
| Hex | B9 | 80 | 8C | 0 | 1F | 18 | 1B | 15B | 1D | 3D |
| Octal | 271 | 200 | 214 | 0 | 37 | 30 | 33 | 533 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10001100 | 0 | 11111 | 11000 | 11011 | 101011011 | 11101 | 111101 |
Color Harmonies of #B9808C
Complementary color
Monochromatic Colors of #B9808C
Black with #B9808C
Text Example
Text Example
White with #B9808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9808C; }
p { color: rgb(185,128,140); }
H1.HeaderClassName
{
color: #B9808C;
}
.AnyTagClassName
{
color: #B9808C;
}
</style>
background-color css
<style>
a { background-color: #B9808C; }
a { background-color: rgb(185,128,140); }
div.DivClassName
{
background-color: #B9808C;
}
.BgClassName
{
background-color: #B9808C;
}
</style>
border-color css
<style>
span { border-color: #B9808C; }
span { border-color: rgb(185,128,140); }
td.TdClassName
{
border-color: #B9808C;
}
.TagClassName
{
border-color: #B9808C;
}
</style>