Shades of Tapestry #B1678D
Tints of Tapestry #B1678D
RGB
CMYK
RGB Variations
Color information
#B1678D (or 0xB1678D) is known color: Tapestry. HEX triplet: B1, 67 and 8D. RGB value is (177,103,141). Sum of RGB (Red+Green+Blue) = 177+103+141=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1678D is #4E9872. Grayscale: #818181. Windows color (decimal): -5150835 or 9267121. OLE color: 9267121.
HSL color Cylindrical-coordinate representation of color #B1678D: hue angle of 329.19º 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 #B1678D is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 141 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.31 |
| HSL | 329.19º | 0.32% | 0.55% | - |
| HSV(B) | 329.19º | 0.42% | 0.69% | - |
| XYZ | 27.79 | 20.97 | 27.78 | - |
| YUV | 129.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 141 | 0 | 0.42 | 0.20 | 0.31 | 329.19 | 0.32 | 0.55 |
| Hex | B1 | 67 | 8D | 0 | 2A | 14 | 1F | 149 | 20 | 37 |
| Octal | 261 | 147 | 215 | 0 | 52 | 24 | 37 | 511 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10001101 | 0 | 101010 | 10100 | 11111 | 101001001 | 100000 | 110111 |
Color Harmonies of #B1678D
Complementary color
Monochromatic Colors of #B1678D
Black with #B1678D
Text Example
Text Example
White with #B1678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1678D; }
p { color: rgb(177,103,141); }
H1.HeaderClassName
{
color: #B1678D;
}
.AnyTagClassName
{
color: #B1678D;
}
</style>
background-color css
<style>
a { background-color: #B1678D; }
a { background-color: rgb(177,103,141); }
div.DivClassName
{
background-color: #B1678D;
}
.BgClassName
{
background-color: #B1678D;
}
</style>
border-color css
<style>
span { border-color: #B1678D; }
span { border-color: rgb(177,103,141); }
td.TdClassName
{
border-color: #B1678D;
}
.TagClassName
{
border-color: #B1678D;
}
</style>