#B18B57

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

Shades of Teak #B18B57

Tints of Teak #B18B57

Color information

#B18B57 (or 0xB18B57) is unknown color: approx Teak. HEX triplet: B1, 8B and 57. RGB value is (177,139,87). Sum of RGB (Red+Green+Blue) = 177+139+87=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B57 is #4E74A8. Grayscale: #909090. Windows color (decimal): -5141673 or 5737393. OLE color: 5737393.

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

Color convert

RGB17713987-
CMYK00.210.510.31
HSL34.67º36.59%51.76%-
HSV(B)34.67º50.85%69.41%-
XYZ29.0828.512.99-
YUV144.4395.59151.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=43.92%
G=34.49%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771398700.210.510.3134.6736.5951.76
HexB18B57015331F232534
Octal2612131270256337434564
Binary1011000110001011101011101010111001111111100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B57; }

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

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

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

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

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

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

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

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