#B38F53

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

Shades of Teak #B38F53

Tints of Teak #B38F53

Color information

#B38F53 (or 0xB38F53) is unknown color: approx Teak. HEX triplet: B3, 8F and 53. RGB value is (179,143,83). Sum of RGB (Red+Green+Blue) = 179+143+83=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F53 is #4C70AC. Grayscale: #939393. Windows color (decimal): -5009581 or 5476275. OLE color: 5476275.

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

Color convert

RGB17914383-
CMYK00.200.540.30
HSL37.5º38.71%51.37%-
HSV(B)37.5º53.63%70.2%-
XYZ29.9729.8512.37-
YUV146.9291.93150.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=44.20%
G=35.31%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791438300.200.540.3037.538.7151.37
HexB38F53014361E262733
Octal2632171230246636464763
Binary1011001110001111101001101010011011011110100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F53; }

 p { color: rgb(179,143,83); }

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

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

 a { background-color: rgb(179,143,83); }

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

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

 span { border-color: rgb(179,143,83); }

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