#B57D63

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

Shades of Medium Wood #B57D63

Tints of Medium Wood #B57D63

Color information

#B57D63 (or 0xB57D63) is unknown color: approx Medium Wood. HEX triplet: B5, 7D and 63. RGB value is (181,125,99). Sum of RGB (Red+Green+Blue) = 181+125+99=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D63 is #4A829C. Grayscale: #8A8A8A. Windows color (decimal): -4883101 or 6520245. OLE color: 6520245.

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

Color convert

RGB18112599-
CMYK00.310.450.29
HSL19.02º35.65%54.9%-
HSV(B)19.02º45.3%70.98%-
XYZ28.6425.3915.2-
YUV138.78105.55158.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=44.69%
G=30.86%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811259900.310.450.2919.0235.6554.9
HexB57D6301F2D1D132437
Octal2651751430375535234467
Binary10110101111110111000110111111011011110110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D63; }

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

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

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

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

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

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

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

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