Shades of Tapestry #B9788B
Tints of Tapestry #B9788B
RGB
CMYK
RGB Variations
Color information
#B9788B (or 0xB9788B) is known color: Tapestry. HEX triplet: B9, 78 and 8B. RGB value is (185,120,139). Sum of RGB (Red+Green+Blue) = 185+120+139=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9788B is #468774. Grayscale: #8D8D8D. Windows color (decimal): -4622197 or 9140409. OLE color: 9140409.
HSL color Cylindrical-coordinate representation of color #B9788B: hue angle of 342.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9788B is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 139 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.27 |
| HSL | 342.46º | 0.32% | 0.6% | - |
| HSV(B) | 342.46º | 0.35% | 0.73% | - |
| XYZ | 31.38 | 25.61 | 27.72 | - |
| YUV | 141.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 139 | 0 | 0.35 | 0.25 | 0.27 | 342.46 | 0.32 | 0.6 |
| Hex | B9 | 78 | 8B | 0 | 23 | 19 | 1B | 156 | 20 | 3C |
| Octal | 271 | 170 | 213 | 0 | 43 | 31 | 33 | 526 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10001011 | 0 | 100011 | 11001 | 11011 | 101010110 | 100000 | 111100 |
Color Harmonies of #B9788B
Complementary color
Monochromatic Colors of #B9788B
Black with #B9788B
Text Example
Text Example
White with #B9788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9788B; }
p { color: rgb(185,120,139); }
H1.HeaderClassName
{
color: #B9788B;
}
.AnyTagClassName
{
color: #B9788B;
}
</style>
background-color css
<style>
a { background-color: #B9788B; }
a { background-color: rgb(185,120,139); }
div.DivClassName
{
background-color: #B9788B;
}
.BgClassName
{
background-color: #B9788B;
}
</style>
border-color css
<style>
span { border-color: #B9788B; }
span { border-color: rgb(185,120,139); }
td.TdClassName
{
border-color: #B9788B;
}
.TagClassName
{
border-color: #B9788B;
}
</style>