#b08a4d

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

Shades of Teak #B08A4D

Tints of Teak #B08A4D

Color information

#B08A4D (or 0xB08A4D) is unknown color: approx Teak. HEX triplet: B0, 8A and 4D. RGB value is (176,138,77). Sum of RGB (Red+Green+Blue) = 176+138+77=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A4D is #4F75B2. Grayscale: #8E8E8E. Windows color (decimal): -5207475 or 5081776. OLE color: 5081776.

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

Color convert

RGB17613877-
CMYK00.220.560.31
HSL36.97º39.13%49.61%-
HSV(B)36.97º56.25%69.02%-
XYZ28.3327.9410.92-
YUV142.4191.09151.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=45.01%
G=35.29%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761387700.220.560.3136.9739.1349.61
HexB08A4D016381F252732
Octal2602121150267037454762
Binary1011000010001010100110101011011100011111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08a4d; }

 p { color: rgb(176,138,77); }

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

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

 a { background-color: rgb(176,138,77); }

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

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

 span { border-color: rgb(176,138,77); }

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