#B57E5A

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

Shades of Medium Wood #B57E5A

Tints of Medium Wood #B57E5A

Color information

#B57E5A (or 0xB57E5A) is unknown color: approx Medium Wood. HEX triplet: B5, 7E and 5A. RGB value is (181,126,90). Sum of RGB (Red+Green+Blue) = 181+126+90=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E5A is #4A81A5. Grayscale: #8A8A8A. Windows color (decimal): -4882854 or 5930677. OLE color: 5930677.

HSL color Cylindrical-coordinate representation of color #B57E5A: hue angle of 23.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57E5A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18112690-
CMYK00.300.500.29
HSL23.74º38.08%53.14%-
HSV(B)23.74º50.28%70.98%-
XYZ28.3625.4813.1-
YUV138.34100.72158.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=45.59%
G=31.74%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811269000.300.500.2923.7438.0853.14
HexB57E5A01E321D182635
Octal2651761320366235304665
Binary10110101111111010110100111101100101110111000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E5A; }

 p { color: rgb(181,126,90); }

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

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

 a { background-color: rgb(181,126,90); }

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

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

 span { border-color: rgb(181,126,90); }

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