#B37A64

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

Shades of Medium Wood #B37A64

Tints of Medium Wood #B37A64

Color information

#B37A64 (or 0xB37A64) is unknown color: approx Medium Wood. HEX triplet: B3, 7A and 64. RGB value is (179,122,100). Sum of RGB (Red+Green+Blue) = 179+122+100=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A64 is #4C859B. Grayscale: #888888. Windows color (decimal): -5014940 or 6585011. OLE color: 6585011.

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

Color convert

RGB179122100-
CMYK00.320.440.30
HSL16.71º34.2%54.71%-
HSV(B)16.71º44.13%70.2%-
XYZ27.8524.4215.3-
YUV136.54107.38158.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=44.64%
G=30.42%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912210000.320.440.3016.7134.254.71
HexB37A640202C1E112237
Octal2631721440405436214267
Binary101100111111010110010001000001011001111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A64; }

 p { color: rgb(179,122,100); }

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

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

 a { background-color: rgb(179,122,100); }

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

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

 span { border-color: rgb(179,122,100); }

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