Shades of Tapestry #B1747E
Tints of Tapestry #B1747E
RGB
CMYK
RGB Variations
Color information
#B1747E (or 0xB1747E) is known color: Tapestry. HEX triplet: B1, 74 and 7E. RGB value is (177,116,126). Sum of RGB (Red+Green+Blue) = 177+116+126=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747E is #4E8B81. Grayscale: #878787. Windows color (decimal): -5147522 or 8287409. OLE color: 8287409.
HSL color Cylindrical-coordinate representation of color #B1747E: hue angle of 350.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1747E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 126 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.31 |
| HSL | 350.16º | 0.28% | 0.57% | - |
| HSV(B) | 350.16º | 0.34% | 0.69% | - |
| XYZ | 28.14 | 23.34 | 22.76 | - |
| YUV | 135.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 126 | 0 | 0.34 | 0.29 | 0.31 | 350.16 | 0.28 | 0.57 |
| Hex | B1 | 74 | 7E | 0 | 22 | 1D | 1F | 15E | 1C | 39 |
| Octal | 261 | 164 | 176 | 0 | 42 | 35 | 37 | 536 | 34 | 71 |
| Binary | 10110001 | 1110100 | 1111110 | 0 | 100010 | 11101 | 11111 | 101011110 | 11100 | 111001 |
Color Harmonies of #B1747E
Complementary color
Monochromatic Colors of #B1747E
Black with #B1747E
Text Example
Text Example
White with #B1747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1747E; }
p { color: rgb(177,116,126); }
H1.HeaderClassName
{
color: #B1747E;
}
.AnyTagClassName
{
color: #B1747E;
}
</style>
background-color css
<style>
a { background-color: #B1747E; }
a { background-color: rgb(177,116,126); }
div.DivClassName
{
background-color: #B1747E;
}
.BgClassName
{
background-color: #B1747E;
}
</style>
border-color css
<style>
span { border-color: #B1747E; }
span { border-color: rgb(177,116,126); }
td.TdClassName
{
border-color: #B1747E;
}
.TagClassName
{
border-color: #B1747E;
}
</style>