#B08E58

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

Shades of Teak #B08E58

Tints of Teak #B08E58

Color information

#B08E58 (or 0xB08E58) is unknown color: approx Teak. HEX triplet: B0, 8E and 58. RGB value is (176,142,88). Sum of RGB (Red+Green+Blue) = 176+142+88=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E58 is #4F71A7. Grayscale: #929292. Windows color (decimal): -5206440 or 5803696. OLE color: 5803696.

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

Color convert

RGB17614288-
CMYK00.190.500.31
HSL36.82º35.77%51.76%-
HSV(B)36.82º50%69.02%-
XYZ29.3429.2813.34-
YUV146.0195.26149.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=43.35%
G=34.98%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761428800.190.500.3136.8235.7751.76
HexB08E58013321F252434
Octal2602161300236237454464
Binary1011000010001110101100001001111001011111100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E58; }

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

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

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

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

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

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

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

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