Shades of Tapestry #B16785
Tints of Tapestry #B16785
RGB
CMYK
RGB Variations
Color information
#B16785 (or 0xB16785) is known color: Tapestry. HEX triplet: B1, 67 and 85. RGB value is (177,103,133). Sum of RGB (Red+Green+Blue) = 177+103+133=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16785 is #4E987A. Grayscale: #808080. Windows color (decimal): -5150843 or 8742833. OLE color: 8742833.
HSL color Cylindrical-coordinate representation of color #B16785: hue angle of 335.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16785 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 133 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.31 |
| HSL | 335.68º | 0.32% | 0.55% | - |
| HSV(B) | 335.68º | 0.42% | 0.69% | - |
| XYZ | 27.22 | 20.74 | 24.76 | - |
| YUV | 128.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 133 | 0 | 0.42 | 0.25 | 0.31 | 335.68 | 0.32 | 0.55 |
| Hex | B1 | 67 | 85 | 0 | 2A | 19 | 1F | 150 | 20 | 37 |
| Octal | 261 | 147 | 205 | 0 | 52 | 31 | 37 | 520 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10000101 | 0 | 101010 | 11001 | 11111 | 101010000 | 100000 | 110111 |
Color Harmonies of #B16785
Complementary color
Monochromatic Colors of #B16785
Black with #B16785
Text Example
Text Example
White with #B16785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16785; }
p { color: rgb(177,103,133); }
H1.HeaderClassName
{
color: #B16785;
}
.AnyTagClassName
{
color: #B16785;
}
</style>
background-color css
<style>
a { background-color: #B16785; }
a { background-color: rgb(177,103,133); }
div.DivClassName
{
background-color: #B16785;
}
.BgClassName
{
background-color: #B16785;
}
</style>
border-color css
<style>
span { border-color: #B16785; }
span { border-color: rgb(177,103,133); }
td.TdClassName
{
border-color: #B16785;
}
.TagClassName
{
border-color: #B16785;
}
</style>