#B57C5C

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

Shades of Medium Wood #B57C5C

Tints of Medium Wood #B57C5C

Color information

#B57C5C (or 0xB57C5C) is unknown color: approx Medium Wood. HEX triplet: B5, 7C and 5C. RGB value is (181,124,92). Sum of RGB (Red+Green+Blue) = 181+124+92=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C5C is #4A83A3. Grayscale: #898989. Windows color (decimal): -4883364 or 6061237. OLE color: 6061237.

HSL color Cylindrical-coordinate representation of color #B57C5C: hue angle of 21.57º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B57C5C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18112492-
CMYK00.310.490.29
HSL21.57º37.55%53.53%-
HSV(B)21.57º49.17%70.98%-
XYZ28.225.0113.47-
YUV137.39102.38159.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=45.59%
G=31.23%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811249200.310.490.2921.5737.5553.53
HexB57C5C01F311D162636
Octal2651741340376135264666
Binary10110101111110010111000111111100011110110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C5C; }

 p { color: rgb(181,124,92); }

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

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

 a { background-color: rgb(181,124,92); }

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

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

 span { border-color: rgb(181,124,92); }

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