#B38A65

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

Shades of Medium Wood #B38A65

Tints of Medium Wood #B38A65

Color information

#B38A65 (or 0xB38A65) is unknown color: approx Medium Wood. HEX triplet: B3, 8A and 65. RGB value is (179,138,101). Sum of RGB (Red+Green+Blue) = 179+138+101=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A65 is #4C759A. Grayscale: #929292. Windows color (decimal): -5010843 or 6654643. OLE color: 6654643.

HSL color Cylindrical-coordinate representation of color #B38A65: hue angle of 28.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38A65 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179138101-
CMYK00.230.440.30
HSL28.46º33.91%54.9%-
HSV(B)28.46º43.58%70.2%-
XYZ30.0328.716.27-
YUV146.04102.58151.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=42.82%
G=33.01%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913810100.230.440.3028.4633.9154.9
HexB38A650172C1E1c2237
Octal2632121450275436344267
Binary101100111000101011001010101111011001111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A65; }

 p { color: rgb(179,138,101); }

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

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

 a { background-color: rgb(179,138,101); }

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

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

 span { border-color: rgb(179,138,101); }

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