#B18959

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

Shades of Teak #B18959

Tints of Teak #B18959

Color information

#B18959 (or 0xB18959) is unknown color: approx Teak. HEX triplet: B1, 89 and 59. RGB value is (177,137,89). Sum of RGB (Red+Green+Blue) = 177+137+89=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18959 is #4E76A6. Grayscale: #8F8F8F. Windows color (decimal): -5142183 or 5867953. OLE color: 5867953.

HSL color Cylindrical-coordinate representation of color #B18959: hue angle of 32.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18959 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17713789-
CMYK00.230.500.31
HSL32.73º36.07%52.16%-
HSV(B)32.73º49.72%69.41%-
XYZ28.8827.9613.33-
YUV143.4997.25151.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=43.92%
G=34.00%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771378900.230.500.3132.7336.0752.16
HexB18959017321F212434
Octal2612111310276237414464
Binary1011000110001001101100101011111001011111100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18959; }

 p { color: rgb(177,137,89); }

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

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

 a { background-color: rgb(177,137,89); }

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

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

 span { border-color: rgb(177,137,89); }

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