#B57F5E

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

Shades of Medium Wood #B57F5E

Tints of Medium Wood #B57F5E

Color information

#B57F5E (or 0xB57F5E) is unknown color: approx Medium Wood. HEX triplet: B5, 7F and 5E. RGB value is (181,127,94). Sum of RGB (Red+Green+Blue) = 181+127+94=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F5E is #4A80A1. Grayscale: #8B8B8B. Windows color (decimal): -4882594 or 6193077. OLE color: 6193077.

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

Color convert

RGB18112794-
CMYK00.300.480.29
HSL22.76º37.02%53.92%-
HSV(B)22.76º48.07%70.98%-
XYZ28.6725.8114.06-
YUV139.38102.39157.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=45.02%
G=31.59%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811279400.300.480.2922.7637.0253.92
HexB57F5E01E301D172536
Octal2651771360366035274566
Binary10110101111111110111100111101100001110110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F5E; }

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

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

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

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

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

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

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

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