#B1687D

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

Shades of Tapestry #B1687D

Tints of Tapestry #B1687D

Color information

#B1687D (or 0xB1687D) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 7D. RGB value is (177,104,125). Sum of RGB (Red+Green+Blue) = 177+104+125=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1687D is #4E9782. Grayscale: #808080. Windows color (decimal): -5150595 or 8218801. OLE color: 8218801.

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

Color convert

RGB177104125-
CMYK00.410.290.31
HSL342.74º31.88%55.1%-
HSV(B)342.74º41.24%69.41%-
XYZ26.7820.7321.99-
YUV128.22126.18162.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=43.60%
G=25.62%
B=30.79%

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
Decimal17710412500.410.290.31342.7431.8855.1
HexB1687D0291D1F1572037
Octal26115017505135375274067
Binary101100011101000111110101010011110111111101010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1687D; }

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

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

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

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

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

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

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

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