#B37E5F

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

Shades of Medium Wood #B37E5F

Tints of Medium Wood #B37E5F

Color information

#B37E5F (or 0xB37E5F) is unknown color: approx Medium Wood. HEX triplet: B3, 7E and 5F. RGB value is (179,126,95). Sum of RGB (Red+Green+Blue) = 179+126+95=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E5F is #4C81A0. Grayscale: #8A8A8A. Windows color (decimal): -5013921 or 6258355. OLE color: 6258355.

HSL color Cylindrical-coordinate representation of color #B37E5F: hue angle of 22.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37E5F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17912695-
CMYK00.300.470.30
HSL22.14º35.59%53.73%-
HSV(B)22.14º46.93%70.2%-
XYZ28.1225.3314.23-
YUV138.31103.56157.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 95 (37.5% from 255) = 23.75%
R=44.75%
G=31.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791269500.300.470.3022.1435.5953.73
HexB37E5F01E2F1E162436
Octal2631761370365736264466
Binary10110011111111010111110111101011111111010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E5F; }

 p { color: rgb(179,126,95); }

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

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

 a { background-color: rgb(179,126,95); }

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

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

 span { border-color: rgb(179,126,95); }

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