Shades of Tapestry #B1698A
Tints of Tapestry #B1698A
RGB
CMYK
RGB Variations
Color information
#B1698A (or 0xB1698A) is known color: Tapestry. HEX triplet: B1, 69 and 8A. RGB value is (177,105,138). Sum of RGB (Red+Green+Blue) = 177+105+138=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1698A is #4E9675. Grayscale: #828282. Windows color (decimal): -5150326 or 9071025. OLE color: 9071025.
HSL color Cylindrical-coordinate representation of color #B1698A: hue angle of 332.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1698A is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 138 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.31 |
| HSL | 332.5º | 0.32% | 0.55% | - |
| HSV(B) | 332.5º | 0.41% | 0.69% | - |
| XYZ | 27.77 | 21.29 | 26.69 | - |
| YUV | 130.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 138 | 0 | 0.41 | 0.22 | 0.31 | 332.5 | 0.32 | 0.55 |
| Hex | B1 | 69 | 8A | 0 | 29 | 16 | 1F | 14C | 20 | 37 |
| Octal | 261 | 151 | 212 | 0 | 51 | 26 | 37 | 514 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10001010 | 0 | 101001 | 10110 | 11111 | 101001100 | 100000 | 110111 |
Color Harmonies of #B1698A
Complementary color
Monochromatic Colors of #B1698A
Black with #B1698A
Text Example
Text Example
White with #B1698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1698A; }
p { color: rgb(177,105,138); }
H1.HeaderClassName
{
color: #B1698A;
}
.AnyTagClassName
{
color: #B1698A;
}
</style>
background-color css
<style>
a { background-color: #B1698A; }
a { background-color: rgb(177,105,138); }
div.DivClassName
{
background-color: #B1698A;
}
.BgClassName
{
background-color: #B1698A;
}
</style>
border-color css
<style>
span { border-color: #B1698A; }
span { border-color: rgb(177,105,138); }
td.TdClassName
{
border-color: #B1698A;
}
.TagClassName
{
border-color: #B1698A;
}
</style>