Shades of Tapestry #B1677E
Tints of Tapestry #B1677E
RGB
CMYK
RGB Variations
Color information
#B1677E (or 0xB1677E) is known color: Tapestry. HEX triplet: B1, 67 and 7E. RGB value is (177,103,126). Sum of RGB (Red+Green+Blue) = 177+103+126=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677E is #4E9881. Grayscale: #7F7F7F. Windows color (decimal): -5150850 or 8284081. OLE color: 8284081.
HSL color Cylindrical-coordinate representation of color #B1677E: hue angle of 341.35º 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 #B1677E is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 126 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.31 |
| HSL | 341.35º | 0.32% | 0.55% | - |
| HSV(B) | 341.35º | 0.42% | 0.69% | - |
| XYZ | 26.75 | 20.55 | 22.3 | - |
| YUV | 127.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 126 | 0 | 0.42 | 0.29 | 0.31 | 341.35 | 0.32 | 0.55 |
| Hex | B1 | 67 | 7E | 0 | 2A | 1D | 1F | 155 | 20 | 37 |
| Octal | 261 | 147 | 176 | 0 | 52 | 35 | 37 | 525 | 40 | 67 |
| Binary | 10110001 | 1100111 | 1111110 | 0 | 101010 | 11101 | 11111 | 101010101 | 100000 | 110111 |
Color Harmonies of #B1677E
Complementary color
Monochromatic Colors of #B1677E
Black with #B1677E
Text Example
Text Example
White with #B1677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1677E; }
p { color: rgb(177,103,126); }
H1.HeaderClassName
{
color: #B1677E;
}
.AnyTagClassName
{
color: #B1677E;
}
</style>
background-color css
<style>
a { background-color: #B1677E; }
a { background-color: rgb(177,103,126); }
div.DivClassName
{
background-color: #B1677E;
}
.BgClassName
{
background-color: #B1677E;
}
</style>
border-color css
<style>
span { border-color: #B1677E; }
span { border-color: rgb(177,103,126); }
td.TdClassName
{
border-color: #B1677E;
}
.TagClassName
{
border-color: #B1677E;
}
</style>