Shades of Tapestry #B1657E
Tints of Tapestry #B1657E
RGB
CMYK
RGB Variations
Color information
#B1657E (or 0xB1657E) is known color: Tapestry. HEX triplet: B1, 65 and 7E. RGB value is (177,101,126). Sum of RGB (Red+Green+Blue) = 177+101+126=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1657E is #4E9A81. Grayscale: #7E7E7E. Windows color (decimal): -5151362 or 8283569. OLE color: 8283569.
HSL color Cylindrical-coordinate representation of color #B1657E: hue angle of 340.26º 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 #B1657E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 126 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.31 |
| HSL | 340.26º | 0.33% | 0.55% | - |
| HSV(B) | 340.26º | 0.43% | 0.69% | - |
| XYZ | 26.55 | 20.16 | 22.23 | - |
| YUV | 126.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 126 | 0 | 0.43 | 0.29 | 0.31 | 340.26 | 0.33 | 0.55 |
| Hex | B1 | 65 | 7E | 0 | 2B | 1D | 1F | 154 | 21 | 37 |
| Octal | 261 | 145 | 176 | 0 | 53 | 35 | 37 | 524 | 41 | 67 |
| Binary | 10110001 | 1100101 | 1111110 | 0 | 101011 | 11101 | 11111 | 101010100 | 100001 | 110111 |
Color Harmonies of #B1657E
Complementary color
Monochromatic Colors of #B1657E
Black with #B1657E
Text Example
Text Example
White with #B1657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1657E; }
p { color: rgb(177,101,126); }
H1.HeaderClassName
{
color: #B1657E;
}
.AnyTagClassName
{
color: #B1657E;
}
</style>
background-color css
<style>
a { background-color: #B1657E; }
a { background-color: rgb(177,101,126); }
div.DivClassName
{
background-color: #B1657E;
}
.BgClassName
{
background-color: #B1657E;
}
</style>
border-color css
<style>
span { border-color: #B1657E; }
span { border-color: rgb(177,101,126); }
td.TdClassName
{
border-color: #B1657E;
}
.TagClassName
{
border-color: #B1657E;
}
</style>