#B57E60

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

Shades of Medium Wood #B57E60

Tints of Medium Wood #B57E60

Color information

#B57E60 (or 0xB57E60) is unknown color: approx Medium Wood. HEX triplet: B5, 7E and 60. RGB value is (181,126,96). Sum of RGB (Red+Green+Blue) = 181+126+96=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E60 is #4A819F. Grayscale: #8B8B8B. Windows color (decimal): -4882848 or 6323893. OLE color: 6323893.

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

Color convert

RGB18112696-
CMYK00.300.470.29
HSL21.18º36.48%54.31%-
HSV(B)21.18º46.96%70.98%-
XYZ28.6325.5914.5-
YUV139.02103.72157.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=44.91%
G=31.27%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811269600.300.470.2921.1836.4854.31
HexB57E6001E2F1D152436
Octal2651761400365735254466
Binary10110101111111011000000111101011111110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E60; }

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

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

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

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

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

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

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

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