Shades of Tapestry #B1657F
Tints of Tapestry #B1657F
RGB
CMYK
RGB Variations
Color information
#B1657F (or 0xB1657F) is known color: Tapestry. HEX triplet: B1, 65 and 7F. RGB value is (177,101,127). Sum of RGB (Red+Green+Blue) = 177+101+127=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1657F is #4E9A80. Grayscale: #7E7E7E. Windows color (decimal): -5151361 or 8349105. OLE color: 8349105.
HSL color Cylindrical-coordinate representation of color #B1657F: hue angle of 339.47º 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 #B1657F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 127 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.31 |
| HSL | 339.47º | 0.33% | 0.55% | - |
| HSV(B) | 339.47º | 0.43% | 0.69% | - |
| XYZ | 26.62 | 20.19 | 22.57 | - |
| YUV | 126.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 127 | 0 | 0.43 | 0.28 | 0.31 | 339.47 | 0.33 | 0.55 |
| Hex | B1 | 65 | 7F | 0 | 2B | 1C | 1F | 153 | 21 | 37 |
| Octal | 261 | 145 | 177 | 0 | 53 | 34 | 37 | 523 | 41 | 67 |
| Binary | 10110001 | 1100101 | 1111111 | 0 | 101011 | 11100 | 11111 | 101010011 | 100001 | 110111 |
Color Harmonies of #B1657F
Complementary color
Monochromatic Colors of #B1657F
Black with #B1657F
Text Example
Text Example
White with #B1657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1657F; }
p { color: rgb(177,101,127); }
H1.HeaderClassName
{
color: #B1657F;
}
.AnyTagClassName
{
color: #B1657F;
}
</style>
background-color css
<style>
a { background-color: #B1657F; }
a { background-color: rgb(177,101,127); }
div.DivClassName
{
background-color: #B1657F;
}
.BgClassName
{
background-color: #B1657F;
}
</style>
border-color css
<style>
span { border-color: #B1657F; }
span { border-color: rgb(177,101,127); }
td.TdClassName
{
border-color: #B1657F;
}
.TagClassName
{
border-color: #B1657F;
}
</style>