#B38C53

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

Shades of Teak #B38C53

Tints of Teak #B38C53

Color information

#B38C53 (or 0xB38C53) is unknown color: approx Teak. HEX triplet: B3, 8C and 53. RGB value is (179,140,83). Sum of RGB (Red+Green+Blue) = 179+140+83=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C53 is #4C73AC. Grayscale: #919191. Windows color (decimal): -5010349 or 5475507. OLE color: 5475507.

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

Color convert

RGB17914083-
CMYK00.220.540.30
HSL35.63º38.71%51.37%-
HSV(B)35.63º53.63%70.2%-
XYZ29.5328.9612.22-
YUV145.1692.92152.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=44.53%
G=34.83%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791408300.220.540.3035.6338.7151.37
HexB38C53016361E242733
Octal2632141230266636444763
Binary1011001110001100101001101011011011011110100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C53; }

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

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

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

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

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

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

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

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