#B18490

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

Shades of Tapestry #B18490

Tints of Tapestry #B18490

Color information

#B18490 (or 0xB18490) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 90. RGB value is (177,132,144). Sum of RGB (Red+Green+Blue) = 177+132+144=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18490 is #4E7B6F. Grayscale: #929292. Windows color (decimal): -5143408 or 9471153. OLE color: 9471153.

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

Color convert

RGB177132144-
CMYK00.250.190.31
HSL344º22.39%60.59%-
HSV(B)344º25.42%69.41%-
XYZ31.4227.8630.11-
YUV146.82126.41149.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=39.07%
G=29.14%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713214400.250.190.3134422.3960.59
HexB18490019131F158163d
Octal26120422003123375302675
Binary101100011000010010010000011001100111111110101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18490; }

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

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

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

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

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

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

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

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