#B18B4D

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

Shades of Teak #B18B4D

Tints of Teak #B18B4D

Color information

#B18B4D (or 0xB18B4D) is unknown color: approx Teak. HEX triplet: B1, 8B and 4D. RGB value is (177,139,77). Sum of RGB (Red+Green+Blue) = 177+139+77=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B4D is #4E74B2. Grayscale: #8F8F8F. Windows color (decimal): -5141683 or 5082033. OLE color: 5082033.

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

Color convert

RGB17713977-
CMYK00.210.560.31
HSL37.2º39.37%49.8%-
HSV(B)37.2º56.5%69.41%-
XYZ28.728.3510.98-
YUV143.2990.59152.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=45.04%
G=35.37%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771397700.210.560.3137.239.3749.8
HexB18B4D015381F252732
Octal2612131150257037454762
Binary1011000110001011100110101010111100011111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B4D; }

 p { color: rgb(177,139,77); }

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

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

 a { background-color: rgb(177,139,77); }

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

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

 span { border-color: rgb(177,139,77); }

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