Shades of Tapestry #B16679
Tints of Tapestry #B16679
RGB
CMYK
RGB Variations
Color information
#B16679 (or 0xB16679) is known color: Tapestry. HEX triplet: B1, 66 and 79. RGB value is (177,102,121). Sum of RGB (Red+Green+Blue) = 177+102+121=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B16679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16679 is #4E9986. Grayscale: #7E7E7E. Windows color (decimal): -5151111 or 7956145. OLE color: 7956145.
HSL color Cylindrical-coordinate representation of color #B16679: hue angle of 344.8º 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 #B16679 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 121 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.31 |
| HSL | 344.8º | 0.32% | 0.55% | - |
| HSV(B) | 344.8º | 0.42% | 0.69% | - |
| XYZ | 26.33 | 20.23 | 20.61 | - |
| YUV | 126.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 121 | 0 | 0.42 | 0.32 | 0.31 | 344.8 | 0.32 | 0.55 |
| Hex | B1 | 66 | 79 | 0 | 2A | 20 | 1F | 159 | 20 | 37 |
| Octal | 261 | 146 | 171 | 0 | 52 | 40 | 37 | 531 | 40 | 67 |
| Binary | 10110001 | 1100110 | 1111001 | 0 | 101010 | 100000 | 11111 | 101011001 | 100000 | 110111 |
Color Harmonies of #B16679
Complementary color
Monochromatic Colors of #B16679
Black with #B16679
Text Example
Text Example
White with #B16679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16679; }
p { color: rgb(177,102,121); }
H1.HeaderClassName
{
color: #B16679;
}
.AnyTagClassName
{
color: #B16679;
}
</style>
background-color css
<style>
a { background-color: #B16679; }
a { background-color: rgb(177,102,121); }
div.DivClassName
{
background-color: #B16679;
}
.BgClassName
{
background-color: #B16679;
}
</style>
border-color css
<style>
span { border-color: #B16679; }
span { border-color: rgb(177,102,121); }
td.TdClassName
{
border-color: #B16679;
}
.TagClassName
{
border-color: #B16679;
}
</style>