#B57C63

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

Shades of Medium Wood #B57C63

Tints of Medium Wood #B57C63

Color information

#B57C63 (or 0xB57C63) is unknown color: approx Medium Wood. HEX triplet: B5, 7C and 63. RGB value is (181,124,99). Sum of RGB (Red+Green+Blue) = 181+124+99=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C63 is #4A839C. Grayscale: #8A8A8A. Windows color (decimal): -4883357 or 6519989. OLE color: 6519989.

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

Color convert

RGB18112499-
CMYK00.310.450.29
HSL18.29º35.65%54.9%-
HSV(B)18.29º45.3%70.98%-
XYZ28.5225.1415.15-
YUV138.19105.88158.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=44.80%
G=30.69%
B=24.50%

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
Decimal1811249900.310.450.2918.2935.6554.9
HexB57C6301F2D1D122437
Octal2651741430375535224467
Binary10110101111110011000110111111011011110110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C63; }

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

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

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

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

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

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

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

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