#B57A56

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

Shades of Medium Wood #B57A56

Tints of Medium Wood #B57A56

Color information

#B57A56 (or 0xB57A56) is unknown color: approx Medium Wood. HEX triplet: B5, 7A and 56. RGB value is (181,122,86). Sum of RGB (Red+Green+Blue) = 181+122+86=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A56 is #4A85A9. Grayscale: #878787. Windows color (decimal): -4883882 or 5667509. OLE color: 5667509.

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

Color convert

RGB18112286-
CMYK00.330.520.29
HSL22.74º39.09%52.35%-
HSV(B)22.74º52.49%70.98%-
XYZ27.724.4112.06-
YUV135.54100.05160.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=46.53%
G=31.36%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811228600.330.520.2922.7439.0952.35
HexB57A56021341D172734
Octal2651721260416435274764
Binary101101011111010101011001000011101001110110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A56; }

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

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

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

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

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

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

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

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