#B0938B

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

Shades of Thatch #B0938B

Tints of Thatch #B0938B

Color information

#B0938B (or 0xB0938B) is unknown color: approx Thatch. HEX triplet: B0, 93 and 8B. RGB value is (176,147,139). Sum of RGB (Red+Green+Blue) = 176+147+139=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938B is #4F6C74. Grayscale: #9A9A9A. Windows color (decimal): -5205109 or 9147312. OLE color: 9147312.

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

Color convert

RGB176147139-
CMYK00.160.210.31
HSL12.97º18.97%61.76%-
HSV(B)12.97º21.02%69.02%-
XYZ3331.9628.86-
YUV154.76119.11143.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=38.10%
G=31.82%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614713900.160.210.3112.9718.9761.76
HexB0938B010151Fd133e
Octal2602232130202537152376
Binary1011000010010011100010110100001010111111110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0938B; }

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

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

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

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

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

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

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

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