#B57B64

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

Shades of Medium Wood #B57B64

Tints of Medium Wood #B57B64

Color information

#B57B64 (or 0xB57B64) is unknown color: approx Medium Wood. HEX triplet: B5, 7B and 64. RGB value is (181,123,100). Sum of RGB (Red+Green+Blue) = 181+123+100=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B64 is #4A849B. Grayscale: #898989. Windows color (decimal): -4883612 or 6585269. OLE color: 6585269.

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

Color convert

RGB181123100-
CMYK00.320.450.29
HSL17.04º35.37%55.1%-
HSV(B)17.04º44.75%70.98%-
XYZ28.4424.9115.37-
YUV137.72106.72158.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=44.80%
G=30.45%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112310000.320.450.2917.0435.3755.1
HexB57B640202D1D112337
Octal2651731440405535214367
Binary101101011111011110010001000001011011110110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B64; }

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

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

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

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

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

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

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

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