#B18290

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

Shades of Tapestry #B18290

Tints of Tapestry #B18290

Color information

#B18290 (or 0xB18290) is unknown color: approx Tapestry. HEX triplet: B1, 82 and 90. RGB value is (177,130,144). Sum of RGB (Red+Green+Blue) = 177+130+144=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B18290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18290 is #4E7D6F. Grayscale: #919191. Windows color (decimal): -5143920 or 9470641. OLE color: 9470641.

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

Color convert

RGB177130144-
CMYK00.270.190.31
HSL342.13º23.15%60.2%-
HSV(B)342.13º26.55%69.41%-
XYZ31.1527.3330.02-
YUV145.65127.07150.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=39.25%
G=28.82%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713014400.270.190.31342.1323.1560.2
HexB1829001B131F156173c
Octal26120222003323375262774
Binary101100011000001010010000011011100111111110101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18290; }

 p { color: rgb(177,130,144); }

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

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

 a { background-color: rgb(177,130,144); }

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

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

 span { border-color: rgb(177,130,144); }

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