Shades of Tapestry #B1667C
Tints of Tapestry #B1667C
RGB
CMYK
RGB Variations
Color information
#B1667C (or 0xB1667C) is known color: Tapestry. HEX triplet: B1, 66 and 7C. RGB value is (177,102,124). Sum of RGB (Red+Green+Blue) = 177+102+124=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667C is #4E9983. Grayscale: #7E7E7E. Windows color (decimal): -5151108 or 8152753. OLE color: 8152753.
HSL color Cylindrical-coordinate representation of color #B1667C: hue angle of 342.4º 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 #B1667C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 124 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 342.4º | 0.32% | 0.55% | - |
| HSV(B) | 342.4º | 0.42% | 0.69% | - |
| XYZ | 26.52 | 20.31 | 21.59 | - |
| YUV | 126.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 124 | 0 | 0.42 | 0.30 | 0.31 | 342.4 | 0.32 | 0.55 |
| Hex | B1 | 66 | 7C | 0 | 2A | 1E | 1F | 156 | 20 | 37 |
| Octal | 261 | 146 | 174 | 0 | 52 | 36 | 37 | 526 | 40 | 67 |
| Binary | 10110001 | 1100110 | 1111100 | 0 | 101010 | 11110 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B1667C
Complementary color
Monochromatic Colors of #B1667C
Black with #B1667C
Text Example
Text Example
White with #B1667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1667C; }
p { color: rgb(177,102,124); }
H1.HeaderClassName
{
color: #B1667C;
}
.AnyTagClassName
{
color: #B1667C;
}
</style>
background-color css
<style>
a { background-color: #B1667C; }
a { background-color: rgb(177,102,124); }
div.DivClassName
{
background-color: #B1667C;
}
.BgClassName
{
background-color: #B1667C;
}
</style>
border-color css
<style>
span { border-color: #B1667C; }
span { border-color: rgb(177,102,124); }
td.TdClassName
{
border-color: #B1667C;
}
.TagClassName
{
border-color: #B1667C;
}
</style>