#B1697A

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

Shades of Tapestry #B1697A

Tints of Tapestry #B1697A

Color information

#B1697A (or 0xB1697A) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 7A. RGB value is (177,105,122). Sum of RGB (Red+Green+Blue) = 177+105+122=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697A is #4E9685. Grayscale: #808080. Windows color (decimal): -5150342 or 8022449. OLE color: 8022449.

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

Color convert

RGB177105122-
CMYK00.410.310.31
HSL345.83º31.58%55.29%-
HSV(B)345.83º40.68%69.41%-
XYZ26.720.8621.03-
YUV128.47124.35162.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=43.81%
G=25.99%
B=30.20%

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
Decimal17710512200.410.310.31345.8331.5855.29
HexB1697A0291F1F15a2037
Octal26115117205137375324067
Binary101100011101001111101001010011111111111101011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1697A; }

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

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

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

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

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

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

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

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