#B38D53

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

Shades of Teak #B38D53

Tints of Teak #B38D53

Color information

#B38D53 (or 0xB38D53) is unknown color: approx Teak. HEX triplet: B3, 8D and 53. RGB value is (179,141,83). Sum of RGB (Red+Green+Blue) = 179+141+83=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D53 is #4C72AC. Grayscale: #929292. Windows color (decimal): -5010093 or 5475763. OLE color: 5475763.

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

Color convert

RGB17914183-
CMYK00.210.540.30
HSL36.25º38.71%51.37%-
HSV(B)36.25º53.63%70.2%-
XYZ29.6829.2612.27-
YUV145.7592.59151.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=44.42%
G=34.99%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791418300.210.540.3036.2538.7151.37
HexB38D53015361E242733
Octal2632151230256636444763
Binary1011001110001101101001101010111011011110100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D53; }

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

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

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

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

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

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

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

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