Shades of Tapestry #B1747F
Tints of Tapestry #B1747F
RGB
CMYK
RGB Variations
Color information
#B1747F (or 0xB1747F) is known color: Tapestry. HEX triplet: B1, 74 and 7F. RGB value is (177,116,127). Sum of RGB (Red+Green+Blue) = 177+116+127=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747F is #4E8B80. Grayscale: #878787. Windows color (decimal): -5147521 or 8352945. OLE color: 8352945.
HSL color Cylindrical-coordinate representation of color #B1747F: hue angle of 349.18º 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 #B1747F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 127 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.31 |
| HSL | 349.18º | 0.28% | 0.57% | - |
| HSV(B) | 349.18º | 0.34% | 0.69% | - |
| XYZ | 28.21 | 23.37 | 23.1 | - |
| YUV | 135.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 127 | 0 | 0.34 | 0.28 | 0.31 | 349.18 | 0.28 | 0.57 |
| Hex | B1 | 74 | 7F | 0 | 22 | 1C | 1F | 15D | 1C | 39 |
| Octal | 261 | 164 | 177 | 0 | 42 | 34 | 37 | 535 | 34 | 71 |
| Binary | 10110001 | 1110100 | 1111111 | 0 | 100010 | 11100 | 11111 | 101011101 | 11100 | 111001 |
Color Harmonies of #B1747F
Complementary color
Monochromatic Colors of #B1747F
Black with #B1747F
Text Example
Text Example
White with #B1747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1747F; }
p { color: rgb(177,116,127); }
H1.HeaderClassName
{
color: #B1747F;
}
.AnyTagClassName
{
color: #B1747F;
}
</style>
background-color css
<style>
a { background-color: #B1747F; }
a { background-color: rgb(177,116,127); }
div.DivClassName
{
background-color: #B1747F;
}
.BgClassName
{
background-color: #B1747F;
}
</style>
border-color css
<style>
span { border-color: #B1747F; }
span { border-color: rgb(177,116,127); }
td.TdClassName
{
border-color: #B1747F;
}
.TagClassName
{
border-color: #B1747F;
}
</style>