#B1697E

Color #B1697E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B1697E

Tints of Tapestry #B1697E

Color information

#B1697E (or 0xB1697E) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 7E. RGB value is (177,105,126). Sum of RGB (Red+Green+Blue) = 177+105+126=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697E is #4E9681. Grayscale: #808080. Windows color (decimal): -5150338 or 8284593. OLE color: 8284593.

HSL color Cylindrical-coordinate representation of color #B1697E: hue angle of 342.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 #B1697E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177105126-
CMYK00.410.290.31
HSL342.5º31.58%55.29%-
HSV(B)342.5º40.68%69.41%-
XYZ26.9520.9622.36-
YUV128.92126.35162.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=43.38%
G=25.74%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512600.410.290.31342.531.5855.29
HexB1697E0291D1F1562037
Octal26115117605135375264067
Binary101100011101001111111001010011110111111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1697E; }

 p { color: rgb(177,105,126); }

 H1.HeaderClassName
 {
   color: #B1697E;
 }
 .AnyTagClassName
 {
   color: #B1697E;
 }
</style>
background-color css

<style>
 a { background-color: #B1697E; }

 a { background-color: rgb(177,105,126); }

 div.DivClassName
 {
   background-color: #B1697E;
 }
 .BgClassName
 {
   background-color: #B1697E;
 }
</style>
border-color css

<style>
 span { border-color: #B1697E; }

 span { border-color: rgb(177,105,126); }

 td.TdClassName
 {
   border-color: #B1697E;
 }
 .TagClassName
 {
   border-color: #B1697E;
 }
</style>