Shades of Tapestry #B1737F
Tints of Tapestry #B1737F
RGB
CMYK
RGB Variations
Color information
#B1737F (or 0xB1737F) is known color: Tapestry. HEX triplet: B1, 73 and 7F. RGB value is (177,115,127). Sum of RGB (Red+Green+Blue) = 177+115+127=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737F is #4E8C80. Grayscale: #868686. Windows color (decimal): -5147777 or 8352689. OLE color: 8352689.
HSL color Cylindrical-coordinate representation of color #B1737F: hue angle of 348.39º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1737F is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 127 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.31 |
| HSL | 348.39º | 0.28% | 0.57% | - |
| HSV(B) | 348.39º | 0.35% | 0.69% | - |
| XYZ | 28.09 | 23.14 | 23.06 | - |
| YUV | 134.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 127 | 0 | 0.35 | 0.28 | 0.31 | 348.39 | 0.28 | 0.57 |
| Hex | B1 | 73 | 7F | 0 | 23 | 1C | 1F | 15C | 1C | 39 |
| Octal | 261 | 163 | 177 | 0 | 43 | 34 | 37 | 534 | 34 | 71 |
| Binary | 10110001 | 1110011 | 1111111 | 0 | 100011 | 11100 | 11111 | 101011100 | 11100 | 111001 |
Color Harmonies of #B1737F
Complementary color
Monochromatic Colors of #B1737F
Black with #B1737F
Text Example
Text Example
White with #B1737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1737F; }
p { color: rgb(177,115,127); }
H1.HeaderClassName
{
color: #B1737F;
}
.AnyTagClassName
{
color: #B1737F;
}
</style>
background-color css
<style>
a { background-color: #B1737F; }
a { background-color: rgb(177,115,127); }
div.DivClassName
{
background-color: #B1737F;
}
.BgClassName
{
background-color: #B1737F;
}
</style>
border-color css
<style>
span { border-color: #B1737F; }
span { border-color: rgb(177,115,127); }
td.TdClassName
{
border-color: #B1737F;
}
.TagClassName
{
border-color: #B1737F;
}
</style>