Shades of Tapestry #B1668B
Tints of Tapestry #B1668B
RGB
CMYK
RGB Variations
Color information
#B1668B (or 0xB1668B) is known color: Tapestry. HEX triplet: B1, 66 and 8B. RGB value is (177,102,139). Sum of RGB (Red+Green+Blue) = 177+102+139=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668B is #4E9974. Grayscale: #808080. Windows color (decimal): -5151093 or 9135793. OLE color: 9135793.
HSL color Cylindrical-coordinate representation of color #B1668B: hue angle of 330.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 #B1668B is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 139 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.31 |
| HSL | 330.4º | 0.32% | 0.55% | - |
| HSV(B) | 330.4º | 0.42% | 0.69% | - |
| XYZ | 27.54 | 20.71 | 26.97 | - |
| YUV | 128.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 139 | 0 | 0.42 | 0.21 | 0.31 | 330.4 | 0.32 | 0.55 |
| Hex | B1 | 66 | 8B | 0 | 2A | 15 | 1F | 14A | 20 | 37 |
| Octal | 261 | 146 | 213 | 0 | 52 | 25 | 37 | 512 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10001011 | 0 | 101010 | 10101 | 11111 | 101001010 | 100000 | 110111 |
Color Harmonies of #B1668B
Complementary color
Monochromatic Colors of #B1668B
Black with #B1668B
Text Example
Text Example
White with #B1668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1668B; }
p { color: rgb(177,102,139); }
H1.HeaderClassName
{
color: #B1668B;
}
.AnyTagClassName
{
color: #B1668B;
}
</style>
background-color css
<style>
a { background-color: #B1668B; }
a { background-color: rgb(177,102,139); }
div.DivClassName
{
background-color: #B1668B;
}
.BgClassName
{
background-color: #B1668B;
}
</style>
border-color css
<style>
span { border-color: #B1668B; }
span { border-color: rgb(177,102,139); }
td.TdClassName
{
border-color: #B1668B;
}
.TagClassName
{
border-color: #B1668B;
}
</style>