#B1688A

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

Shades of Tapestry #B1688A

Tints of Tapestry #B1688A

Color information

#B1688A (or 0xB1688A) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 8A. RGB value is (177,104,138). Sum of RGB (Red+Green+Blue) = 177+104+138=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1688A is #4E9775. Grayscale: #818181. Windows color (decimal): -5150582 or 9070769. OLE color: 9070769.

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

Color convert

RGB177104138-
CMYK00.410.220.31
HSL332.05º31.88%55.1%-
HSV(B)332.05º41.24%69.41%-
XYZ27.6721.0826.66-
YUV129.7132.68161.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=42.24%
G=24.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710413800.410.220.31332.0531.8855.1
HexB1688A029161F14c2037
Octal26115021205126375144067
Binary1011000111010001000101001010011011011111101001100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1688A; }

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

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

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

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

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

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

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

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