Shades of Tapestry #B1667D
Tints of Tapestry #B1667D
RGB
CMYK
RGB Variations
Color information
#B1667D (or 0xB1667D) is known color: Tapestry. HEX triplet: B1, 66 and 7D. RGB value is (177,102,125). Sum of RGB (Red+Green+Blue) = 177+102+125=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667D is #4E9982. Grayscale: #7F7F7F. Windows color (decimal): -5151107 or 8218289. OLE color: 8218289.
HSL color Cylindrical-coordinate representation of color #B1667D: hue angle of 341.6º 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 #B1667D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 125 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.31 |
| HSL | 341.6º | 0.32% | 0.55% | - |
| HSV(B) | 341.6º | 0.42% | 0.69% | - |
| XYZ | 26.58 | 20.33 | 21.93 | - |
| YUV | 127.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 125 | 0 | 0.42 | 0.29 | 0.31 | 341.6 | 0.32 | 0.55 |
| Hex | B1 | 66 | 7D | 0 | 2A | 1D | 1F | 156 | 20 | 37 |
| Octal | 261 | 146 | 175 | 0 | 52 | 35 | 37 | 526 | 40 | 67 |
| Binary | 10110001 | 1100110 | 1111101 | 0 | 101010 | 11101 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B1667D
Complementary color
Monochromatic Colors of #B1667D
Black with #B1667D
Text Example
Text Example
White with #B1667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1667D; }
p { color: rgb(177,102,125); }
H1.HeaderClassName
{
color: #B1667D;
}
.AnyTagClassName
{
color: #B1667D;
}
</style>
background-color css
<style>
a { background-color: #B1667D; }
a { background-color: rgb(177,102,125); }
div.DivClassName
{
background-color: #B1667D;
}
.BgClassName
{
background-color: #B1667D;
}
</style>
border-color css
<style>
span { border-color: #B1667D; }
span { border-color: rgb(177,102,125); }
td.TdClassName
{
border-color: #B1667D;
}
.TagClassName
{
border-color: #B1667D;
}
</style>