#B57A64

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

Shades of Medium Wood #B57A64

Tints of Medium Wood #B57A64

Color information

#B57A64 (or 0xB57A64) is unknown color: approx Medium Wood. HEX triplet: B5, 7A and 64. RGB value is (181,122,100). Sum of RGB (Red+Green+Blue) = 181+122+100=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A64 is #4A859B. Grayscale: #898989. Windows color (decimal): -4883868 or 6585013. OLE color: 6585013.

HSL color Cylindrical-coordinate representation of color #B57A64: hue angle of 16.3º 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 #B57A64 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB181122100-
CMYK00.330.450.29
HSL16.3º35.37%55.1%-
HSV(B)16.3º44.75%70.98%-
XYZ28.3224.6615.32-
YUV137.13107.05159.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=44.91%
G=30.27%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112210000.330.450.2916.335.3755.1
HexB57A640212D1D102337
Octal2651721440415535204367
Binary101101011111010110010001000011011011110110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A64; }

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

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

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

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

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

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

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

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