#B18A86

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

Shades of Thatch #B18A86

Tints of Thatch #B18A86

Color information

#B18A86 (or 0xB18A86) is unknown color: approx Thatch. HEX triplet: B1, 8A and 86. RGB value is (177,138,134). Sum of RGB (Red+Green+Blue) = 177+138+134=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18A86 is #4E7579. Grayscale: #959595. Windows color (decimal): -5141882 or 8817329. OLE color: 8817329.

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

Color convert

RGB177138134-
CMYK00.220.240.31
HSL5.58º21.61%60.98%-
HSV(B)5.58º24.29%69.41%-
XYZ31.5229.2526.54-
YUV149.21119.42147.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=39.42%
G=30.73%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713813400.220.240.315.5821.6160.98
HexB18A86016181F6163d
Octal261212206026303762675
Binary101100011000101010000110010110110001111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A86; }

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

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

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

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

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

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

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

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