#B18E85

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

Shades of Thatch #B18E85

Tints of Thatch #B18E85

Color information

#B18E85 (or 0xB18E85) is unknown color: approx Thatch. HEX triplet: B1, 8E and 85. RGB value is (177,142,133). Sum of RGB (Red+Green+Blue) = 177+142+133=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E85 is #4E717A. Grayscale: #979797. Windows color (decimal): -5140859 or 8752817. OLE color: 8752817.

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

Color convert

RGB177142133-
CMYK00.200.250.31
HSL12.27º22%60.78%-
HSV(B)12.27º24.86%69.41%-
XYZ32.0430.3926.37-
YUV151.44117.6146.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=39.16%
G=31.42%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714213300.200.250.3112.272260.78
HexB18E85014191Fc163d
Octal2612162050243137142675
Binary1011000110001110100001010101001100111111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E85; }

 p { color: rgb(177,142,133); }

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

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

 a { background-color: rgb(177,142,133); }

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

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

 span { border-color: rgb(177,142,133); }

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