#B1697D

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

Shades of Tapestry #B1697D

Tints of Tapestry #B1697D

Color information

#B1697D (or 0xB1697D) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 7D. RGB value is (177,105,125). Sum of RGB (Red+Green+Blue) = 177+105+125=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697D is #4E9682. Grayscale: #808080. Windows color (decimal): -5150339 or 8219057. OLE color: 8219057.

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

Color convert

RGB177105125-
CMYK00.410.290.31
HSL343.33º31.58%55.29%-
HSV(B)343.33º40.68%69.41%-
XYZ26.8820.9322.03-
YUV128.81125.85162.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=43.49%
G=25.80%
B=30.71%

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
Decimal17710512500.410.290.31343.3331.5855.29
HexB1697D0291D1F1572037
Octal26115117505135375274067
Binary101100011101001111110101010011110111111101010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1697D; }

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

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

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

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

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

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

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

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