#B47E5D

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

Shades of Medium Wood #B47E5D

Tints of Medium Wood #B47E5D

Color information

#B47E5D (or 0xB47E5D) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 5D. RGB value is (180,126,93). Sum of RGB (Red+Green+Blue) = 180+126+93=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E5D is #4B81A2. Grayscale: #8A8A8A. Windows color (decimal): -4948387 or 6127284. OLE color: 6127284.

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

Color convert

RGB18012693-
CMYK00.30.480.29
HSL22.76º36.71%53.53%-
HSV(B)22.76º48.33%70.59%-
XYZ28.2625.4213.77-
YUV138.38102.39157.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=45.11%
G=31.58%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801269300.30.480.2922.7636.7153.53
HexB47E5D01E301D172536
Octal2641761350366035274566
Binary10110100111111010111010111101100001110110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E5D; }

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

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

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

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

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

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

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

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