#B47C57

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

Shades of Medium Wood #B47C57

Tints of Medium Wood #B47C57

Color information

#B47C57 (or 0xB47C57) is unknown color: approx Medium Wood. HEX triplet: B4, 7C and 57. RGB value is (180,124,87). Sum of RGB (Red+Green+Blue) = 180+124+87=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C57 is #4B83A8. Grayscale: #888888. Windows color (decimal): -4948905 or 5733556. OLE color: 5733556.

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

Color convert

RGB18012487-
CMYK00.310.520.29
HSL23.87º38.27%52.35%-
HSV(B)23.87º51.67%70.59%-
XYZ27.7524.8112.34-
YUV136.53100.05159.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=46.04%
G=31.71%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801248700.310.520.2923.8738.2752.35
HexB47C5701F341D182634
Octal2641741270376435304664
Binary10110100111110010101110111111101001110111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C57; }

 p { color: rgb(180,124,87); }

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

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

 a { background-color: rgb(180,124,87); }

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

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

 span { border-color: rgb(180,124,87); }

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