#B47C5A

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

Shades of Medium Wood #B47C5A

Tints of Medium Wood #B47C5A

Color information

#B47C5A (or 0xB47C5A) is unknown color: approx Medium Wood. HEX triplet: B4, 7C and 5A. RGB value is (180,124,90). Sum of RGB (Red+Green+Blue) = 180+124+90=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C5A is #4B83A5. Grayscale: #898989. Windows color (decimal): -4948902 or 5930164. OLE color: 5930164.

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

Color convert

RGB18012490-
CMYK00.310.500.29
HSL22.67º37.5%52.94%-
HSV(B)22.67º50%70.59%-
XYZ27.8824.8613-
YUV136.87101.55158.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=45.69%
G=31.47%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801249000.310.500.2922.6737.552.94
HexB47C5A01F321D172635
Octal2641741320376235274665
Binary10110100111110010110100111111100101110110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C5A; }

 p { color: rgb(180,124,90); }

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

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

 a { background-color: rgb(180,124,90); }

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

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

 span { border-color: rgb(180,124,90); }

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