Shades of Tapestry #B1707F
Tints of Tapestry #B1707F
RGB
CMYK
RGB Variations
Color information
#B1707F (or 0xB1707F) is known color: Tapestry. HEX triplet: B1, 70 and 7F. RGB value is (177,112,127). Sum of RGB (Red+Green+Blue) = 177+112+127=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707F is #4E8F80. Grayscale: #858585. Windows color (decimal): -5148545 or 8351921. OLE color: 8351921.
HSL color Cylindrical-coordinate representation of color #B1707F: hue angle of 346.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1707F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 127 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.31 |
| HSL | 346.15º | 0.29% | 0.57% | - |
| HSV(B) | 346.15º | 0.37% | 0.69% | - |
| XYZ | 27.76 | 22.47 | 22.95 | - |
| YUV | 133.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 127 | 0 | 0.37 | 0.28 | 0.31 | 346.15 | 0.29 | 0.57 |
| Hex | B1 | 70 | 7F | 0 | 25 | 1C | 1F | 15A | 1D | 39 |
| Octal | 261 | 160 | 177 | 0 | 45 | 34 | 37 | 532 | 35 | 71 |
| Binary | 10110001 | 1110000 | 1111111 | 0 | 100101 | 11100 | 11111 | 101011010 | 11101 | 111001 |
Color Harmonies of #B1707F
Complementary color
Monochromatic Colors of #B1707F
Black with #B1707F
Text Example
Text Example
White with #B1707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1707F; }
p { color: rgb(177,112,127); }
H1.HeaderClassName
{
color: #B1707F;
}
.AnyTagClassName
{
color: #B1707F;
}
</style>
background-color css
<style>
a { background-color: #B1707F; }
a { background-color: rgb(177,112,127); }
div.DivClassName
{
background-color: #B1707F;
}
.BgClassName
{
background-color: #B1707F;
}
</style>
border-color css
<style>
span { border-color: #B1707F; }
span { border-color: rgb(177,112,127); }
td.TdClassName
{
border-color: #B1707F;
}
.TagClassName
{
border-color: #B1707F;
}
</style>