Shades of Tapestry #B1667B
Tints of Tapestry #B1667B
RGB
CMYK
RGB Variations
Color information
#B1667B (or 0xB1667B) is known color: Tapestry. HEX triplet: B1, 66 and 7B. RGB value is (177,102,123). Sum of RGB (Red+Green+Blue) = 177+102+123=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667B is #4E9984. Grayscale: #7E7E7E. Windows color (decimal): -5151109 or 8087217. OLE color: 8087217.
HSL color Cylindrical-coordinate representation of color #B1667B: hue angle of 343.2º 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 #B1667B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 123 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.31 |
| HSL | 343.2º | 0.32% | 0.55% | - |
| HSV(B) | 343.2º | 0.42% | 0.69% | - |
| XYZ | 26.46 | 20.28 | 21.26 | - |
| YUV | 126.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 123 | 0 | 0.42 | 0.31 | 0.31 | 343.2 | 0.32 | 0.55 |
| Hex | B1 | 66 | 7B | 0 | 2A | 1F | 1F | 157 | 20 | 37 |
| Octal | 261 | 146 | 173 | 0 | 52 | 37 | 37 | 527 | 40 | 67 |
| Binary | 10110001 | 1100110 | 1111011 | 0 | 101010 | 11111 | 11111 | 101010111 | 100000 | 110111 |
Color Harmonies of #B1667B
Complementary color
Monochromatic Colors of #B1667B
Black with #B1667B
Text Example
Text Example
White with #B1667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1667B; }
p { color: rgb(177,102,123); }
H1.HeaderClassName
{
color: #B1667B;
}
.AnyTagClassName
{
color: #B1667B;
}
</style>
background-color css
<style>
a { background-color: #B1667B; }
a { background-color: rgb(177,102,123); }
div.DivClassName
{
background-color: #B1667B;
}
.BgClassName
{
background-color: #B1667B;
}
</style>
border-color css
<style>
span { border-color: #B1667B; }
span { border-color: rgb(177,102,123); }
td.TdClassName
{
border-color: #B1667B;
}
.TagClassName
{
border-color: #B1667B;
}
</style>