#B47E63

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

Shades of Medium Wood #B47E63

Tints of Medium Wood #B47E63

Color information

#B47E63 (or 0xB47E63) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 63. RGB value is (180,126,99). Sum of RGB (Red+Green+Blue) = 180+126+99=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E63 is #4B819C. Grayscale: #8B8B8B. Windows color (decimal): -4948381 or 6520500. OLE color: 6520500.

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

Color convert

RGB18012699-
CMYK00.30.450.29
HSL20º35.06%54.71%-
HSV(B)20º45%70.59%-
XYZ28.5425.5315.23-
YUV139.07105.39157.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=44.44%
G=31.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801269900.30.450.292035.0654.71
HexB47E6301E2D1D142337
Octal2641761430365535244367
Binary10110100111111011000110111101011011110110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E63; }

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

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

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

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

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

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

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

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