Shades of Tapestry #B96778
Tints of Tapestry #B96778
RGB
CMYK
RGB Variations
Color information
#B96778 (or 0xB96778) is known color: Tapestry. HEX triplet: B9, 67 and 78. RGB value is (185,103,120). Sum of RGB (Red+Green+Blue) = 185+103+120=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B96778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96778 is #469887. Grayscale: #818181. Windows color (decimal): -4626568 or 7890873. OLE color: 7890873.
HSL color Cylindrical-coordinate representation of color #B96778: hue angle of 347.56º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96778 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 120 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.27 |
| HSL | 347.56º | 0.37% | 0.56% | - |
| HSV(B) | 347.56º | 0.44% | 0.73% | - |
| XYZ | 28.25 | 21.37 | 20.41 | - |
| YUV | 129.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 120 | 0 | 0.44 | 0.35 | 0.27 | 347.56 | 0.37 | 0.56 |
| Hex | B9 | 67 | 78 | 0 | 2C | 23 | 1B | 15C | 25 | 38 |
| Octal | 271 | 147 | 170 | 0 | 54 | 43 | 33 | 534 | 45 | 70 |
| Binary | 10111001 | 1100111 | 1111000 | 0 | 101100 | 100011 | 11011 | 101011100 | 100101 | 111000 |
Color Harmonies of #B96778
Complementary color
Monochromatic Colors of #B96778
Black with #B96778
Text Example
Text Example
White with #B96778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96778; }
p { color: rgb(185,103,120); }
H1.HeaderClassName
{
color: #B96778;
}
.AnyTagClassName
{
color: #B96778;
}
</style>
background-color css
<style>
a { background-color: #B96778; }
a { background-color: rgb(185,103,120); }
div.DivClassName
{
background-color: #B96778;
}
.BgClassName
{
background-color: #B96778;
}
</style>
border-color css
<style>
span { border-color: #B96778; }
span { border-color: rgb(185,103,120); }
td.TdClassName
{
border-color: #B96778;
}
.TagClassName
{
border-color: #B96778;
}
</style>