#B18A4E

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

Shades of Teak #B18A4E

Tints of Teak #B18A4E

Color information

#B18A4E (or 0xB18A4E) is unknown color: approx Teak. HEX triplet: B1, 8A and 4E. RGB value is (177,138,78). Sum of RGB (Red+Green+Blue) = 177+138+78=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A4E is #4E75B1. Grayscale: #8F8F8F. Windows color (decimal): -5141938 or 5147313. OLE color: 5147313.

HSL color Cylindrical-coordinate representation of color #B18A4E: hue angle of 36.36º 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 #B18A4E is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17713878-
CMYK00.220.560.31
HSL36.36º38.82%50%-
HSV(B)36.36º55.93%69.41%-
XYZ28.628.0711.12-
YUV142.8291.42152.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=45.04%
G=35.11%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771387800.220.560.3136.3638.8250
HexB18A4E016381F242732
Octal2612121160267037444762
Binary1011000110001010100111001011011100011111100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A4E; }

 p { color: rgb(177,138,78); }

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

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

 a { background-color: rgb(177,138,78); }

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

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

 span { border-color: rgb(177,138,78); }

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