#B38B4F

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

Shades of Teak #B38B4F

Tints of Teak #B38B4F

Color information

#B38B4F (or 0xB38B4F) is unknown color: approx Teak. HEX triplet: B3, 8B and 4F. RGB value is (179,139,79). Sum of RGB (Red+Green+Blue) = 179+139+79=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B4F is #4C74B0. Grayscale: #909090. Windows color (decimal): -5010609 or 5213107. OLE color: 5213107.

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

Color convert

RGB17913979-
CMYK00.220.560.30
HSL36º39.68%50.59%-
HSV(B)36º55.87%70.2%-
XYZ29.2328.6111.38-
YUV144.1291.25152.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 79 (31.25% from 255) = 19.90%
R=45.09%
G=35.01%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791397900.220.560.303639.6850.59
HexB38B4F016381E242833
Octal2632131170267036445063
Binary1011001110001011100111101011011100011110100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B4F; }

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

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

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

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

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

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

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

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