#B1888A

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

Shades of Tapestry #B1888A

Tints of Tapestry #B1888A

Color information

#B1888A (or 0xB1888A) is unknown color: approx Tapestry. HEX triplet: B1, 88 and 8A. RGB value is (177,136,138). Sum of RGB (Red+Green+Blue) = 177+136+138=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888A is #4E7775. Grayscale: #949494. Windows color (decimal): -5142390 or 9078961. OLE color: 9078961.

HSL color Cylindrical-coordinate representation of color #B1888A: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1888A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177136138-
CMYK00.230.220.31
HSL357.07º20.81%61.37%-
HSV(B)357.07º23.16%69.41%-
XYZ31.5228.7927.94-
YUV148.49122.08148.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=39.25%
G=30.16%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713613800.230.220.31357.0720.8161.37
HexB1888A017161F165153d
Octal26121021202726375452575
Binary101100011000100010001010010111101101111110110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1888A; }

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

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

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

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

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

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

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

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