#B57D60

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

Shades of Medium Wood #B57D60

Tints of Medium Wood #B57D60

Color information

#B57D60 (or 0xB57D60) is unknown color: approx Medium Wood. HEX triplet: B5, 7D and 60. RGB value is (181,125,96). Sum of RGB (Red+Green+Blue) = 181+125+96=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D60 is #4A829F. Grayscale: #8A8A8A. Windows color (decimal): -4883104 or 6323637. OLE color: 6323637.

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

Color convert

RGB18112596-
CMYK00.310.470.29
HSL20.47º36.48%54.31%-
HSV(B)20.47º46.96%70.98%-
XYZ28.525.3414.45-
YUV138.44104.05158.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=45.02%
G=31.09%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811259600.310.470.2920.4736.4854.31
HexB57D6001F2F1D142436
Octal2651751400375735244466
Binary10110101111110111000000111111011111110110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D60; }

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

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

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

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

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

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

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

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