Shades of Tapestry #B1657D
Tints of Tapestry #B1657D
RGB
CMYK
RGB Variations
Color information
#B1657D (or 0xB1657D) is known color: Tapestry. HEX triplet: B1, 65 and 7D. RGB value is (177,101,125). Sum of RGB (Red+Green+Blue) = 177+101+125=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1657D is #4E9A82. Grayscale: #7E7E7E. Windows color (decimal): -5151363 or 8218033. OLE color: 8218033.
HSL color Cylindrical-coordinate representation of color #B1657D: hue angle of 341.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1657D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 125 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.31 |
| HSL | 341.05º | 0.33% | 0.55% | - |
| HSV(B) | 341.05º | 0.43% | 0.69% | - |
| XYZ | 26.49 | 20.14 | 21.89 | - |
| YUV | 126.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 125 | 0 | 0.43 | 0.29 | 0.31 | 341.05 | 0.33 | 0.55 |
| Hex | B1 | 65 | 7D | 0 | 2B | 1D | 1F | 155 | 21 | 37 |
| Octal | 261 | 145 | 175 | 0 | 53 | 35 | 37 | 525 | 41 | 67 |
| Binary | 10110001 | 1100101 | 1111101 | 0 | 101011 | 11101 | 11111 | 101010101 | 100001 | 110111 |
Color Harmonies of #B1657D
Complementary color
Monochromatic Colors of #B1657D
Black with #B1657D
Text Example
Text Example
White with #B1657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1657D; }
p { color: rgb(177,101,125); }
H1.HeaderClassName
{
color: #B1657D;
}
.AnyTagClassName
{
color: #B1657D;
}
</style>
background-color css
<style>
a { background-color: #B1657D; }
a { background-color: rgb(177,101,125); }
div.DivClassName
{
background-color: #B1657D;
}
.BgClassName
{
background-color: #B1657D;
}
</style>
border-color css
<style>
span { border-color: #B1657D; }
span { border-color: rgb(177,101,125); }
td.TdClassName
{
border-color: #B1657D;
}
.TagClassName
{
border-color: #B1657D;
}
</style>