Shades of Tapestry #B1637F
Tints of Tapestry #B1637F
RGB
CMYK
RGB Variations
Color information
#B1637F (or 0xB1637F) is known color: Tapestry. HEX triplet: B1, 63 and 7F. RGB value is (177,99,127). Sum of RGB (Red+Green+Blue) = 177+99+127=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1637F is #4E9C80. Grayscale: #7D7D7D. Windows color (decimal): -5151873 or 8348593. OLE color: 8348593.
HSL color Cylindrical-coordinate representation of color #B1637F: hue angle of 338.46º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1637F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 127 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.31 |
| HSL | 338.46º | 0.33% | 0.54% | - |
| HSV(B) | 338.46º | 0.44% | 0.69% | - |
| XYZ | 26.42 | 19.8 | 22.51 | - |
| YUV | 125.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 127 | 0 | 0.44 | 0.28 | 0.31 | 338.46 | 0.33 | 0.54 |
| Hex | B1 | 63 | 7F | 0 | 2C | 1C | 1F | 152 | 21 | 36 |
| Octal | 261 | 143 | 177 | 0 | 54 | 34 | 37 | 522 | 41 | 66 |
| Binary | 10110001 | 1100011 | 1111111 | 0 | 101100 | 11100 | 11111 | 101010010 | 100001 | 110110 |
Color Harmonies of #B1637F
Complementary color
Monochromatic Colors of #B1637F
Black with #B1637F
Text Example
Text Example
White with #B1637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1637F; }
p { color: rgb(177,99,127); }
H1.HeaderClassName
{
color: #B1637F;
}
.AnyTagClassName
{
color: #B1637F;
}
</style>
background-color css
<style>
a { background-color: #B1637F; }
a { background-color: rgb(177,99,127); }
div.DivClassName
{
background-color: #B1637F;
}
.BgClassName
{
background-color: #B1637F;
}
</style>
border-color css
<style>
span { border-color: #B1637F; }
span { border-color: rgb(177,99,127); }
td.TdClassName
{
border-color: #B1637F;
}
.TagClassName
{
border-color: #B1637F;
}
</style>