#B47E62

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

Shades of Medium Wood #B47E62

Tints of Medium Wood #B47E62

Color information

#B47E62 (or 0xB47E62) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 62. RGB value is (180,126,98). Sum of RGB (Red+Green+Blue) = 180+126+98=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E62 is #4B819D. Grayscale: #8B8B8B. Windows color (decimal): -4948382 or 6454964. OLE color: 6454964.

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

Color convert

RGB18012698-
CMYK00.30.460.29
HSL20.49º35.34%54.51%-
HSV(B)20.49º45.56%70.59%-
XYZ28.4925.5114.98-
YUV138.95104.89157.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=44.55%
G=31.19%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801269800.30.460.2920.4935.3454.51
HexB47E6201E2E1D142337
Octal2641761420365635244367
Binary10110100111111011000100111101011101110110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E62; }

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

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

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

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

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

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

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

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