#B57C56

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

Shades of Medium Wood #B57C56

Tints of Medium Wood #B57C56

Color information

#B57C56 (or 0xB57C56) is unknown color: approx Medium Wood. HEX triplet: B5, 7C and 56. RGB value is (181,124,86). Sum of RGB (Red+Green+Blue) = 181+124+86=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C56 is #4A83A9. Grayscale: #888888. Windows color (decimal): -4883370 or 5668021. OLE color: 5668021.

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

Color convert

RGB18112486-
CMYK00.310.520.29
HSL24º39.09%52.35%-
HSV(B)24º52.49%70.98%-
XYZ27.9424.9112.14-
YUV136.7199.38159.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=46.29%
G=31.71%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811248600.310.520.292439.0952.35
HexB57C5601F341D182734
Octal2651741260376435304764
Binary10110101111110010101100111111101001110111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C56; }

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

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

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

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

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

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

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

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