Shades of Tapestry #B1607F
Tints of Tapestry #B1607F
RGB
CMYK
RGB Variations
Color information
#B1607F (or 0xB1607F) is known color: Tapestry. HEX triplet: B1, 60 and 7F. RGB value is (177,96,127). Sum of RGB (Red+Green+Blue) = 177+96+127=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607F is #4E9F80. Grayscale: #7B7B7B. Windows color (decimal): -5152641 or 8347825. OLE color: 8347825.
HSL color Cylindrical-coordinate representation of color #B1607F: hue angle of 337.04º 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 #B1607F is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 127 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.31 |
| HSL | 337.04º | 0.34% | 0.54% | - |
| HSV(B) | 337.04º | 0.46% | 0.69% | - |
| XYZ | 26.15 | 19.25 | 22.42 | - |
| YUV | 123.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 127 | 0 | 0.46 | 0.28 | 0.31 | 337.04 | 0.34 | 0.54 |
| Hex | B1 | 60 | 7F | 0 | 2E | 1C | 1F | 151 | 22 | 36 |
| Octal | 261 | 140 | 177 | 0 | 56 | 34 | 37 | 521 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1111111 | 0 | 101110 | 11100 | 11111 | 101010001 | 100010 | 110110 |
Color Harmonies of #B1607F
Complementary color
Monochromatic Colors of #B1607F
Black with #B1607F
Text Example
Text Example
White with #B1607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1607F; }
p { color: rgb(177,96,127); }
H1.HeaderClassName
{
color: #B1607F;
}
.AnyTagClassName
{
color: #B1607F;
}
</style>
background-color css
<style>
a { background-color: #B1607F; }
a { background-color: rgb(177,96,127); }
div.DivClassName
{
background-color: #B1607F;
}
.BgClassName
{
background-color: #B1607F;
}
</style>
border-color css
<style>
span { border-color: #B1607F; }
span { border-color: rgb(177,96,127); }
td.TdClassName
{
border-color: #B1607F;
}
.TagClassName
{
border-color: #B1607F;
}
</style>