#B18E8A

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

Shades of Thatch #B18E8A

Tints of Thatch #B18E8A

Color information

#B18E8A (or 0xB18E8A) is unknown color: approx Thatch. HEX triplet: B1, 8E and 8A. RGB value is (177,142,138). Sum of RGB (Red+Green+Blue) = 177+142+138=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E8A is #4E7175. Grayscale: #989898. Windows color (decimal): -5140854 or 9080497. OLE color: 9080497.

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

Color convert

RGB177142138-
CMYK00.200.220.31
HSL6.15º20%61.76%-
HSV(B)6.15º22.03%69.41%-
XYZ32.3930.5328.23-
YUV152.01120.1145.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=38.73%
G=31.07%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714213800.200.220.316.152061.76
HexB18E8A014161F6143e
Octal261216212024263762476
Binary101100011000111010001010010100101101111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E8A; }

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

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

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

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

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

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

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

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