#B38D4F

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

Shades of Teak #B38D4F

Tints of Teak #B38D4F

Color information

#B38D4F (or 0xB38D4F) is unknown color: approx Teak. HEX triplet: B3, 8D and 4F. RGB value is (179,141,79). Sum of RGB (Red+Green+Blue) = 179+141+79=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D4F is #4C72B0. Grayscale: #919191. Windows color (decimal): -5010097 or 5213619. OLE color: 5213619.

HSL color Cylindrical-coordinate representation of color #B38D4F: hue angle of 37.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B38D4F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17914179-
CMYK00.210.560.30
HSL37.2º39.68%50.59%-
HSV(B)37.2º55.87%70.2%-
XYZ29.5329.211.48-
YUV145.2990.59152.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=44.86%
G=35.34%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791417900.210.560.3037.239.6850.59
HexB38D4F015381E252833
Octal2632151170257036455063
Binary1011001110001101100111101010111100011110100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D4F; }

 p { color: rgb(179,141,79); }

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

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

 a { background-color: rgb(179,141,79); }

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

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

 span { border-color: rgb(179,141,79); }

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