#B08E57

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

Shades of Teak #B08E57

Tints of Teak #B08E57

Color information

#B08E57 (or 0xB08E57) is unknown color: approx Teak. HEX triplet: B0, 8E and 57. RGB value is (176,142,87). Sum of RGB (Red+Green+Blue) = 176+142+87=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E57 is #4F71A8. Grayscale: #929292. Windows color (decimal): -5206441 or 5738160. OLE color: 5738160.

HSL color Cylindrical-coordinate representation of color #B08E57: hue angle of 37.08º degrees, saturation: 0.36, 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 #B08E57 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17614287-
CMYK00.190.510.31
HSL37.08º36.03%51.57%-
HSV(B)37.08º50.57%69.02%-
XYZ29.329.2613.12-
YUV145.994.76149.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=43.46%
G=35.06%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761428700.190.510.3137.0836.0351.57
HexB08E57013331F252434
Octal2602161270236337454464
Binary1011000010001110101011101001111001111111100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E57; }

 p { color: rgb(176,142,87); }

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

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

 a { background-color: rgb(176,142,87); }

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

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

 span { border-color: rgb(176,142,87); }

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