Shades of Tapestry #B1678E
Tints of Tapestry #B1678E
RGB
CMYK
RGB Variations
Color information
#B1678E (or 0xB1678E) is known color: Tapestry. HEX triplet: B1, 67 and 8E. RGB value is (177,103,142). Sum of RGB (Red+Green+Blue) = 177+103+142=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1678E is #4E9871. Grayscale: #818181. Windows color (decimal): -5150834 or 9332657. OLE color: 9332657.
HSL color Cylindrical-coordinate representation of color #B1678E: hue angle of 328.38º 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 #B1678E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 142 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.31 |
| HSL | 328.38º | 0.32% | 0.55% | - |
| HSV(B) | 328.38º | 0.42% | 0.69% | - |
| XYZ | 27.86 | 21 | 28.18 | - |
| YUV | 129.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 142 | 0 | 0.42 | 0.20 | 0.31 | 328.38 | 0.32 | 0.55 |
| Hex | B1 | 67 | 8E | 0 | 2A | 14 | 1F | 148 | 20 | 37 |
| Octal | 261 | 147 | 216 | 0 | 52 | 24 | 37 | 510 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10001110 | 0 | 101010 | 10100 | 11111 | 101001000 | 100000 | 110111 |
Color Harmonies of #B1678E
Complementary color
Monochromatic Colors of #B1678E
Black with #B1678E
Text Example
Text Example
White with #B1678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1678E; }
p { color: rgb(177,103,142); }
H1.HeaderClassName
{
color: #B1678E;
}
.AnyTagClassName
{
color: #B1678E;
}
</style>
background-color css
<style>
a { background-color: #B1678E; }
a { background-color: rgb(177,103,142); }
div.DivClassName
{
background-color: #B1678E;
}
.BgClassName
{
background-color: #B1678E;
}
</style>
border-color css
<style>
span { border-color: #B1678E; }
span { border-color: rgb(177,103,142); }
td.TdClassName
{
border-color: #B1678E;
}
.TagClassName
{
border-color: #B1678E;
}
</style>