#B37E6A

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

Shades of Medium Wood #B37E6A

Tints of Medium Wood #B37E6A

Color information

#B37E6A (or 0xB37E6A) is unknown color: approx Medium Wood. HEX triplet: B3, 7E and 6A. RGB value is (179,126,106). Sum of RGB (Red+Green+Blue) = 179+126+106=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E6A is #4C8195. Grayscale: #8B8B8B. Windows color (decimal): -5013910 or 6979251. OLE color: 6979251.

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

Color convert

RGB179126106-
CMYK00.300.410.30
HSL16.44º32.44%55.88%-
HSV(B)16.44º40.78%70.2%-
XYZ28.6525.5517.06-
YUV139.57109.06156.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=43.55%
G=30.66%
B=25.79%

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
Decimal17912610600.300.410.3016.4432.4455.88
HexB37E6A01E291E102038
Octal2631761520365136204070
Binary10110011111111011010100111101010011111010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E6A; }

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

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

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

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

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

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

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

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