#b38a4b

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

Shades of Teak #B38A4B

Tints of Teak #B38A4B

Color information

#B38A4B (or 0xB38A4B) is unknown color: approx Teak. HEX triplet: B3, 8A and 4B. RGB value is (179,138,75). Sum of RGB (Red+Green+Blue) = 179+138+75=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A4B is #4C75B4. Grayscale: #8F8F8F. Windows color (decimal): -5010869 or 4950707. OLE color: 4950707.

HSL color Cylindrical-coordinate representation of color #B38A4B: hue angle of 36.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B38A4B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17913875-
CMYK00.230.580.30
HSL36.35º40.94%49.8%-
HSV(B)36.35º58.1%70.2%-
XYZ28.9528.2710.59-
YUV143.0889.58153.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=45.66%
G=35.20%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791387500.230.580.3036.3540.9449.8
HexB38A4B0173A1E242932
Octal2632121130277236445162
Binary1011001110001010100101101011111101011110100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38a4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38a4b; }

 p { color: rgb(179,138,75); }

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

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

 a { background-color: rgb(179,138,75); }

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

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

 span { border-color: rgb(179,138,75); }

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