Shades of Tapestry #B16781
Tints of Tapestry #B16781
RGB
CMYK
RGB Variations
Color information
#B16781 (or 0xB16781) is known color: Tapestry. HEX triplet: B1, 67 and 81. RGB value is (177,103,129). Sum of RGB (Red+Green+Blue) = 177+103+129=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16781 is #4E987E. Grayscale: #808080. Windows color (decimal): -5150847 or 8480689. OLE color: 8480689.
HSL color Cylindrical-coordinate representation of color #B16781: hue angle of 338.92º 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 #B16781 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 129 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.31 |
| HSL | 338.92º | 0.32% | 0.55% | - |
| HSV(B) | 338.92º | 0.42% | 0.69% | - |
| XYZ | 26.94 | 20.63 | 23.33 | - |
| YUV | 128.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 129 | 0 | 0.42 | 0.27 | 0.31 | 338.92 | 0.32 | 0.55 |
| Hex | B1 | 67 | 81 | 0 | 2A | 1B | 1F | 153 | 20 | 37 |
| Octal | 261 | 147 | 201 | 0 | 52 | 33 | 37 | 523 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10000001 | 0 | 101010 | 11011 | 11111 | 101010011 | 100000 | 110111 |
Color Harmonies of #B16781
Complementary color
Monochromatic Colors of #B16781
Black with #B16781
Text Example
Text Example
White with #B16781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16781; }
p { color: rgb(177,103,129); }
H1.HeaderClassName
{
color: #B16781;
}
.AnyTagClassName
{
color: #B16781;
}
</style>
background-color css
<style>
a { background-color: #B16781; }
a { background-color: rgb(177,103,129); }
div.DivClassName
{
background-color: #B16781;
}
.BgClassName
{
background-color: #B16781;
}
</style>
border-color css
<style>
span { border-color: #B16781; }
span { border-color: rgb(177,103,129); }
td.TdClassName
{
border-color: #B16781;
}
.TagClassName
{
border-color: #B16781;
}
</style>