Shades of Tapestry #B9788F
Tints of Tapestry #B9788F
RGB
CMYK
RGB Variations
Color information
#B9788F (or 0xB9788F) is known color: Tapestry. HEX triplet: B9, 78 and 8F. RGB value is (185,120,143). Sum of RGB (Red+Green+Blue) = 185+120+143=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9788F is #468770. Grayscale: #8E8E8E. Windows color (decimal): -4622193 or 9402553. OLE color: 9402553.
HSL color Cylindrical-coordinate representation of color #B9788F: hue angle of 338.77º 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 #B9788F is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 143 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.27 |
| HSL | 338.77º | 0.32% | 0.6% | - |
| HSV(B) | 338.77º | 0.35% | 0.73% | - |
| XYZ | 31.68 | 25.73 | 29.28 | - |
| YUV | 142.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 143 | 0 | 0.35 | 0.23 | 0.27 | 338.77 | 0.32 | 0.6 |
| Hex | B9 | 78 | 8F | 0 | 23 | 17 | 1B | 153 | 20 | 3C |
| Octal | 271 | 170 | 217 | 0 | 43 | 27 | 33 | 523 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10001111 | 0 | 100011 | 10111 | 11011 | 101010011 | 100000 | 111100 |
Color Harmonies of #B9788F
Complementary color
Monochromatic Colors of #B9788F
Black with #B9788F
Text Example
Text Example
White with #B9788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9788F; }
p { color: rgb(185,120,143); }
H1.HeaderClassName
{
color: #B9788F;
}
.AnyTagClassName
{
color: #B9788F;
}
</style>
background-color css
<style>
a { background-color: #B9788F; }
a { background-color: rgb(185,120,143); }
div.DivClassName
{
background-color: #B9788F;
}
.BgClassName
{
background-color: #B9788F;
}
</style>
border-color css
<style>
span { border-color: #B9788F; }
span { border-color: rgb(185,120,143); }
td.TdClassName
{
border-color: #B9788F;
}
.TagClassName
{
border-color: #B9788F;
}
</style>