#B1697B

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

Shades of Tapestry #B1697B

Tints of Tapestry #B1697B

Color information

#B1697B (or 0xB1697B) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 7B. RGB value is (177,105,123). Sum of RGB (Red+Green+Blue) = 177+105+123=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697B is #4E9684. Grayscale: #808080. Windows color (decimal): -5150341 or 8087985. OLE color: 8087985.

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

Color convert

RGB177105123-
CMYK00.410.310.31
HSL345º31.58%55.29%-
HSV(B)345º40.68%69.41%-
XYZ26.7620.8821.36-
YUV128.58124.85162.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=43.70%
G=25.93%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512300.410.310.3134531.5855.29
HexB1697B0291F1F1592037
Octal26115117305137375314067
Binary101100011101001111101101010011111111111101011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1697B; }

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

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

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

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

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

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

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

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