#B1697F

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

Shades of Tapestry #B1697F

Tints of Tapestry #B1697F

Color information

#B1697F (or 0xB1697F) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 7F. RGB value is (177,105,127). Sum of RGB (Red+Green+Blue) = 177+105+127=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697F is #4E9680. Grayscale: #818181. Windows color (decimal): -5150337 or 8350129. OLE color: 8350129.

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

Color convert

RGB177105127-
CMYK00.410.280.31
HSL341.67º31.58%55.29%-
HSV(B)341.67º40.68%69.41%-
XYZ27.0120.9822.7-
YUV129.04126.85162.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 127 (50% from 255) = 31.05%
R=43.28%
G=25.67%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710512700.410.280.31341.6731.5855.29
HexB1697F0291C1F1562037
Octal26115117705134375264067
Binary101100011101001111111101010011110011111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1697F; }

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

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

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

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

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

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

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

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