#B47E56

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

Shades of Medium Wood #B47E56

Tints of Medium Wood #B47E56

Color information

#B47E56 (or 0xB47E56) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 56. RGB value is (180,126,86). Sum of RGB (Red+Green+Blue) = 180+126+86=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E56 is #4B81A9. Grayscale: #898989. Windows color (decimal): -4948394 or 5668532. OLE color: 5668532.

HSL color Cylindrical-coordinate representation of color #B47E56: hue angle of 25.53º degrees, saturation: 0.39, 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 #B47E56 is Cyan = 0, Magento = 0.3, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18012686-
CMYK00.30.520.29
HSL25.53º38.52%52.16%-
HSV(B)25.53º52.22%70.59%-
XYZ27.9625.312.21-
YUV137.5998.89158.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=45.92%
G=32.14%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801268600.30.520.2925.5338.5252.16
HexB47E5601E341D1a2734
Octal2641761260366435324764
Binary10110100111111010101100111101101001110111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E56; }

 p { color: rgb(180,126,86); }

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

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

 a { background-color: rgb(180,126,86); }

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

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

 span { border-color: rgb(180,126,86); }

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