#B37E5D

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

Shades of Medium Wood #B37E5D

Tints of Medium Wood #B37E5D

Color information

#B37E5D (or 0xB37E5D) is unknown color: approx Medium Wood. HEX triplet: B3, 7E and 5D. RGB value is (179,126,93). Sum of RGB (Red+Green+Blue) = 179+126+93=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E5D is #4C81A2. Grayscale: #8A8A8A. Windows color (decimal): -5013923 or 6127283. OLE color: 6127283.

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

Color convert

RGB17912693-
CMYK00.300.480.30
HSL23.02º36.13%53.33%-
HSV(B)23.02º48.04%70.2%-
XYZ28.0325.313.76-
YUV138.08102.56157.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=44.97%
G=31.66%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791269300.300.480.3023.0236.1353.33
HexB37E5D01E301E172435
Octal2631761350366036274465
Binary10110011111111010111010111101100001111010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E5D; }

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

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

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

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

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

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

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

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