#B4938A

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

Shades of Thatch #B4938A

Tints of Thatch #B4938A

Color information

#B4938A (or 0xB4938A) is unknown color: approx Thatch. HEX triplet: B4, 93 and 8A. RGB value is (180,147,138). Sum of RGB (Red+Green+Blue) = 180+147+138=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4938A is #4B6C75. Grayscale: #9B9B9B. Windows color (decimal): -4942966 or 9081780. OLE color: 9081780.

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

Color convert

RGB180147138-
CMYK00.180.230.29
HSL12.86º21.88%62.35%-
HSV(B)12.86º23.33%70.59%-
XYZ33.8432.4128.52-
YUV155.84117.93145.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=38.71%
G=31.61%
B=29.68%

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
Decimal18014713800.180.230.2912.8621.8862.35
HexB4938A012171Dd163e
Octal2642232120222735152676
Binary1011010010010011100010100100101011111101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4938A; }

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

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

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

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

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

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

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

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