#B57C61

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

Shades of Medium Wood #B57C61

Tints of Medium Wood #B57C61

Color information

#B57C61 (or 0xB57C61) is unknown color: approx Medium Wood. HEX triplet: B5, 7C and 61. RGB value is (181,124,97). Sum of RGB (Red+Green+Blue) = 181+124+97=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C61 is #4A839E. Grayscale: #8A8A8A. Windows color (decimal): -4883359 or 6388917. OLE color: 6388917.

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

Color convert

RGB18112497-
CMYK00.310.460.29
HSL19.29º36.21%54.51%-
HSV(B)19.29º46.41%70.98%-
XYZ28.4225.114.66-
YUV137.96104.88158.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=45.02%
G=30.85%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811249700.310.460.2919.2936.2154.51
HexB57C6101F2E1D132437
Octal2651741410375635234467
Binary10110101111110011000010111111011101110110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C61; }

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

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

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

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

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

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

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

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