#B57F5C

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

Shades of Medium Wood #B57F5C

Tints of Medium Wood #B57F5C

Color information

#B57F5C (or 0xB57F5C) is unknown color: approx Medium Wood. HEX triplet: B5, 7F and 5C. RGB value is (181,127,92). Sum of RGB (Red+Green+Blue) = 181+127+92=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F5C is #4A80A3. Grayscale: #8B8B8B. Windows color (decimal): -4882596 or 6062005. OLE color: 6062005.

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

Color convert

RGB18112792-
CMYK00.300.490.29
HSL23.6º37.55%53.53%-
HSV(B)23.6º49.17%70.98%-
XYZ28.5825.7813.59-
YUV139.16101.39157.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 92 (36.33% from 255) = 23%
R=45.25%
G=31.75%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811279200.300.490.2923.637.5553.53
HexB57F5C01E311D182636
Octal2651771340366135304666
Binary10110101111111110111000111101100011110111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F5C; }

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

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

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

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

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

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

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

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