#B4938D

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

Shades of Thatch #B4938D

Tints of Thatch #B4938D

Color information

#B4938D (or 0xB4938D) is unknown color: approx Thatch. HEX triplet: B4, 93 and 8D. RGB value is (180,147,141). Sum of RGB (Red+Green+Blue) = 180+147+141=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4938D is #4B6C72. Grayscale: #9C9C9C. Windows color (decimal): -4942963 or 9278388. OLE color: 9278388.

HSL color Cylindrical-coordinate representation of color #B4938D: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4938D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180147141-
CMYK00.180.220.29
HSL9.23º20.63%62.94%-
HSV(B)9.23º21.67%70.59%-
XYZ34.0632.4929.68-
YUV156.18119.43144.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=38.46%
G=31.41%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014714100.180.220.299.2320.6362.94
HexB4938D012161D9153f
Octal2642232150222635112577
Binary1011010010010011100011010100101011011101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4938D; }

 p { color: rgb(180,147,141); }

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

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

 a { background-color: rgb(180,147,141); }

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

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

 span { border-color: rgb(180,147,141); }

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