Shades of Tapestry #B1677C
Tints of Tapestry #B1677C
RGB
CMYK
RGB Variations
Color information
#B1677C (or 0xB1677C) is known color: Tapestry. HEX triplet: B1, 67 and 7C. RGB value is (177,103,124). Sum of RGB (Red+Green+Blue) = 177+103+124=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677C is #4E9883. Grayscale: #7F7F7F. Windows color (decimal): -5150852 or 8153009. OLE color: 8153009.
HSL color Cylindrical-coordinate representation of color #B1677C: hue angle of 342.97º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1677C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 124 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 342.97º | 0.32% | 0.55% | - |
| HSV(B) | 342.97º | 0.42% | 0.69% | - |
| XYZ | 26.62 | 20.5 | 21.62 | - |
| YUV | 127.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 124 | 0 | 0.42 | 0.30 | 0.31 | 342.97 | 0.32 | 0.55 |
| Hex | B1 | 67 | 7C | 0 | 2A | 1E | 1F | 157 | 20 | 37 |
| Octal | 261 | 147 | 174 | 0 | 52 | 36 | 37 | 527 | 40 | 67 |
| Binary | 10110001 | 1100111 | 1111100 | 0 | 101010 | 11110 | 11111 | 101010111 | 100000 | 110111 |
Color Harmonies of #B1677C
Complementary color
Monochromatic Colors of #B1677C
Black with #B1677C
Text Example
Text Example
White with #B1677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1677C; }
p { color: rgb(177,103,124); }
H1.HeaderClassName
{
color: #B1677C;
}
.AnyTagClassName
{
color: #B1677C;
}
</style>
background-color css
<style>
a { background-color: #B1677C; }
a { background-color: rgb(177,103,124); }
div.DivClassName
{
background-color: #B1677C;
}
.BgClassName
{
background-color: #B1677C;
}
</style>
border-color css
<style>
span { border-color: #B1677C; }
span { border-color: rgb(177,103,124); }
td.TdClassName
{
border-color: #B1677C;
}
.TagClassName
{
border-color: #B1677C;
}
</style>