#B57E64

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

Shades of Medium Wood #B57E64

Tints of Medium Wood #B57E64

Color information

#B57E64 (or 0xB57E64) is unknown color: approx Medium Wood. HEX triplet: B5, 7E and 64. RGB value is (181,126,100). Sum of RGB (Red+Green+Blue) = 181+126+100=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E64 is #4A819B. Grayscale: #8B8B8B. Windows color (decimal): -4882844 or 6586037. OLE color: 6586037.

HSL color Cylindrical-coordinate representation of color #B57E64: hue angle of 19.26º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57E64 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB181126100-
CMYK00.300.450.29
HSL19.26º35.37%55.1%-
HSV(B)19.26º44.75%70.98%-
XYZ28.8225.6715.49-
YUV139.48105.72157.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=44.47%
G=30.96%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112610000.300.450.2919.2635.3755.1
HexB57E6401E2D1D132337
Octal2651761440365535234367
Binary10110101111111011001000111101011011110110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E64; }

 p { color: rgb(181,126,100); }

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

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

 a { background-color: rgb(181,126,100); }

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

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

 span { border-color: rgb(181,126,100); }

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