#B47D5B

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

Shades of Medium Wood #B47D5B

Tints of Medium Wood #B47D5B

Color information

#B47D5B (or 0xB47D5B) is unknown color: approx Medium Wood. HEX triplet: B4, 7D and 5B. RGB value is (180,125,91). Sum of RGB (Red+Green+Blue) = 180+125+91=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D5B is #4B82A4. Grayscale: #898989. Windows color (decimal): -4948645 or 5995956. OLE color: 5995956.

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

Color convert

RGB18012591-
CMYK00.310.490.29
HSL22.92º37.24%53.14%-
HSV(B)22.92º49.44%70.59%-
XYZ28.0425.1313.27-
YUV137.57101.72158.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=45.45%
G=31.57%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801259100.310.490.2922.9237.2453.14
HexB47D5B01F311D172535
Octal2641751330376135274565
Binary10110100111110110110110111111100011110110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D5B; }

 p { color: rgb(180,125,91); }

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

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

 a { background-color: rgb(180,125,91); }

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

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

 span { border-color: rgb(180,125,91); }

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