#B47E59

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

Shades of Medium Wood #B47E59

Tints of Medium Wood #B47E59

Color information

#B47E59 (or 0xB47E59) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 59. RGB value is (180,126,89). Sum of RGB (Red+Green+Blue) = 180+126+89=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E59 is #4B81A6. Grayscale: #8A8A8A. Windows color (decimal): -4948391 or 5865140. OLE color: 5865140.

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

Color convert

RGB18012689-
CMYK00.30.510.29
HSL24.4º37.76%52.75%-
HSV(B)24.4º50.56%70.59%-
XYZ28.0925.3512.86-
YUV137.93100.39158.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=45.57%
G=31.90%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801268900.30.510.2924.437.7652.75
HexB47E5901E331D182635
Octal2641761310366335304665
Binary10110100111111010110010111101100111110111000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E59; }

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

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

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

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

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

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

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

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