Shades of Tapestry #B96779
Tints of Tapestry #B96779
RGB
CMYK
RGB Variations
Color information
#B96779 (or 0xB96779) is known color: Tapestry. HEX triplet: B9, 67 and 79. RGB value is (185,103,121). Sum of RGB (Red+Green+Blue) = 185+103+121=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B96779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96779 is #469886. Grayscale: #818181. Windows color (decimal): -4626567 or 7956409. OLE color: 7956409.
HSL color Cylindrical-coordinate representation of color #B96779: hue angle of 346.83º 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 #B96779 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 121 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.27 |
| HSL | 346.83º | 0.37% | 0.56% | - |
| HSV(B) | 346.83º | 0.44% | 0.73% | - |
| XYZ | 28.31 | 21.4 | 20.73 | - |
| YUV | 129.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 121 | 0 | 0.44 | 0.35 | 0.27 | 346.83 | 0.37 | 0.56 |
| Hex | B9 | 67 | 79 | 0 | 2C | 23 | 1B | 15B | 25 | 38 |
| Octal | 271 | 147 | 171 | 0 | 54 | 43 | 33 | 533 | 45 | 70 |
| Binary | 10111001 | 1100111 | 1111001 | 0 | 101100 | 100011 | 11011 | 101011011 | 100101 | 111000 |
Color Harmonies of #B96779
Complementary color
Monochromatic Colors of #B96779
Black with #B96779
Text Example
Text Example
White with #B96779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96779; }
p { color: rgb(185,103,121); }
H1.HeaderClassName
{
color: #B96779;
}
.AnyTagClassName
{
color: #B96779;
}
</style>
background-color css
<style>
a { background-color: #B96779; }
a { background-color: rgb(185,103,121); }
div.DivClassName
{
background-color: #B96779;
}
.BgClassName
{
background-color: #B96779;
}
</style>
border-color css
<style>
span { border-color: #B96779; }
span { border-color: rgb(185,103,121); }
td.TdClassName
{
border-color: #B96779;
}
.TagClassName
{
border-color: #B96779;
}
</style>