#B37D65

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

Shades of Medium Wood #B37D65

Tints of Medium Wood #B37D65

Color information

#B37D65 (or 0xB37D65) is unknown color: approx Medium Wood. HEX triplet: B3, 7D and 65. RGB value is (179,125,101). Sum of RGB (Red+Green+Blue) = 179+125+101=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D65 is #4C829A. Grayscale: #8A8A8A. Windows color (decimal): -5014171 or 6651315. OLE color: 6651315.

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

Color convert

RGB179125101-
CMYK00.300.440.30
HSL18.46º33.91%54.9%-
HSV(B)18.46º43.58%70.2%-
XYZ28.2725.1915.68-
YUV138.41106.89156.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=44.20%
G=30.86%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912510100.300.440.3018.4633.9154.9
HexB37D6501E2C1E122237
Octal2631751450365436224267
Binary10110011111110111001010111101011001111010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D65; }

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

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

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

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

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

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

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

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