#B18D4E

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

Shades of Teak #B18D4E

Tints of Teak #B18D4E

Color information

#B18D4E (or 0xB18D4E) is unknown color: approx Teak. HEX triplet: B1, 8D and 4E. RGB value is (177,141,78). Sum of RGB (Red+Green+Blue) = 177+141+78=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D4E is #4E72B1. Grayscale: #909090. Windows color (decimal): -5141170 or 5148081. OLE color: 5148081.

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

Color convert

RGB17714178-
CMYK00.200.560.31
HSL38.18º38.82%50%-
HSV(B)38.18º55.93%69.41%-
XYZ29.0328.9511.26-
YUV144.5890.43151.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=44.70%
G=35.61%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771417800.200.560.3138.1838.8250
HexB18D4E014381F262732
Octal2612151160247037464762
Binary1011000110001101100111001010011100011111100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D4E; }

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

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

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

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

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

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

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

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