Shades of Tapestry #B1607E
Tints of Tapestry #B1607E
RGB
CMYK
RGB Variations
Color information
#B1607E (or 0xB1607E) is known color: Tapestry. HEX triplet: B1, 60 and 7E. RGB value is (177,96,126). Sum of RGB (Red+Green+Blue) = 177+96+126=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607E is #4E9F81. Grayscale: #7B7B7B. Windows color (decimal): -5152642 or 8282289. OLE color: 8282289.
HSL color Cylindrical-coordinate representation of color #B1607E: hue angle of 337.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1607E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 126 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.31 |
| HSL | 337.78º | 0.34% | 0.54% | - |
| HSV(B) | 337.78º | 0.46% | 0.69% | - |
| XYZ | 26.08 | 19.22 | 22.07 | - |
| YUV | 123.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 126 | 0 | 0.46 | 0.29 | 0.31 | 337.78 | 0.34 | 0.54 |
| Hex | B1 | 60 | 7E | 0 | 2E | 1D | 1F | 152 | 22 | 36 |
| Octal | 261 | 140 | 176 | 0 | 56 | 35 | 37 | 522 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1111110 | 0 | 101110 | 11101 | 11111 | 101010010 | 100010 | 110110 |
Color Harmonies of #B1607E
Complementary color
Monochromatic Colors of #B1607E
Black with #B1607E
Text Example
Text Example
White with #B1607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1607E; }
p { color: rgb(177,96,126); }
H1.HeaderClassName
{
color: #B1607E;
}
.AnyTagClassName
{
color: #B1607E;
}
</style>
background-color css
<style>
a { background-color: #B1607E; }
a { background-color: rgb(177,96,126); }
div.DivClassName
{
background-color: #B1607E;
}
.BgClassName
{
background-color: #B1607E;
}
</style>
border-color css
<style>
span { border-color: #B1607E; }
span { border-color: rgb(177,96,126); }
td.TdClassName
{
border-color: #B1607E;
}
.TagClassName
{
border-color: #B1607E;
}
</style>