#B8938B

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

Shades of Thatch #B8938B

Tints of Thatch #B8938B

Color information

#B8938B (or 0xB8938B) is unknown color: approx Thatch. HEX triplet: B8, 93 and 8B. RGB value is (184,147,139). Sum of RGB (Red+Green+Blue) = 184+147+139=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8938B is #476C74. Grayscale: #9D9D9D. Windows color (decimal): -4680821 or 9147320. OLE color: 9147320.

HSL color Cylindrical-coordinate representation of color #B8938B: hue angle of 10.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8938B is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184147139-
CMYK00.200.240.28
HSL10.67º24.06%63.33%-
HSV(B)10.67º24.46%72.16%-
XYZ34.8632.9228.94-
YUV157.15117.76147.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=39.15%
G=31.28%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414713900.200.240.2810.6724.0663.33
HexB8938B014181Cb183f
Octal2702232130243034133077
Binary1011100010010011100010110101001100011100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8938B; }

 p { color: rgb(184,147,139); }

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

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

 a { background-color: rgb(184,147,139); }

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

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

 span { border-color: rgb(184,147,139); }

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