#B37E69

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

Shades of Medium Wood #B37E69

Tints of Medium Wood #B37E69

Color information

#B37E69 (or 0xB37E69) is unknown color: approx Medium Wood. HEX triplet: B3, 7E and 69. RGB value is (179,126,105). Sum of RGB (Red+Green+Blue) = 179+126+105=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E69 is #4C8196. Grayscale: #8B8B8B. Windows color (decimal): -5013911 or 6913715. OLE color: 6913715.

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

Color convert

RGB179126105-
CMYK00.300.410.30
HSL17.03º32.74%55.69%-
HSV(B)17.03º41.34%70.2%-
XYZ28.625.5316.78-
YUV139.45108.56156.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=43.66%
G=30.73%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912610500.300.410.3017.0332.7455.69
HexB37E6901E291E112138
Octal2631761510365136214170
Binary10110011111111011010010111101010011111010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E69; }

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

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

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

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

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

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

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

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