#B4938B

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

Shades of Thatch #B4938B

Tints of Thatch #B4938B

Color information

#B4938B (or 0xB4938B) is unknown color: approx Thatch. HEX triplet: B4, 93 and 8B. RGB value is (180,147,139). Sum of RGB (Red+Green+Blue) = 180+147+139=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4938B is #4B6C74. Grayscale: #9C9C9C. Windows color (decimal): -4942965 or 9147316. OLE color: 9147316.

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

Color convert

RGB180147139-
CMYK00.180.230.29
HSL11.71º21.47%62.55%-
HSV(B)11.71º22.78%70.59%-
XYZ33.9232.4328.9-
YUV155.96118.43145.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=38.63%
G=31.55%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014713900.180.230.2911.7121.4762.55
HexB4938B012171Dc153f
Octal2642232130222735142577
Binary1011010010010011100010110100101011111101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4938B; }

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

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

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

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

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

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

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

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