Shades of Tapestry #B1707D
Tints of Tapestry #B1707D
RGB
CMYK
RGB Variations
Color information
#B1707D (or 0xB1707D) is known color: Tapestry. HEX triplet: B1, 70 and 7D. RGB value is (177,112,125). Sum of RGB (Red+Green+Blue) = 177+112+125=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707D is #4E8F82. Grayscale: #848484. Windows color (decimal): -5148547 or 8220849. OLE color: 8220849.
HSL color Cylindrical-coordinate representation of color #B1707D: hue angle of 348º 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 #B1707D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 125 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.31 |
| HSL | 348º | 0.29% | 0.57% | - |
| HSV(B) | 348º | 0.37% | 0.69% | - |
| XYZ | 27.63 | 22.42 | 22.27 | - |
| YUV | 132.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 125 | 0 | 0.37 | 0.29 | 0.31 | 348 | 0.29 | 0.57 |
| Hex | B1 | 70 | 7D | 0 | 25 | 1D | 1F | 15C | 1D | 39 |
| Octal | 261 | 160 | 175 | 0 | 45 | 35 | 37 | 534 | 35 | 71 |
| Binary | 10110001 | 1110000 | 1111101 | 0 | 100101 | 11101 | 11111 | 101011100 | 11101 | 111001 |
Color Harmonies of #B1707D
Complementary color
Monochromatic Colors of #B1707D
Black with #B1707D
Text Example
Text Example
White with #B1707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1707D; }
p { color: rgb(177,112,125); }
H1.HeaderClassName
{
color: #B1707D;
}
.AnyTagClassName
{
color: #B1707D;
}
</style>
background-color css
<style>
a { background-color: #B1707D; }
a { background-color: rgb(177,112,125); }
div.DivClassName
{
background-color: #B1707D;
}
.BgClassName
{
background-color: #B1707D;
}
</style>
border-color css
<style>
span { border-color: #B1707D; }
span { border-color: rgb(177,112,125); }
td.TdClassName
{
border-color: #B1707D;
}
.TagClassName
{
border-color: #B1707D;
}
</style>