#B47F5A

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

Shades of Medium Wood #B47F5A

Tints of Medium Wood #B47F5A

Color information

#B47F5A (or 0xB47F5A) is unknown color: approx Medium Wood. HEX triplet: B4, 7F and 5A. RGB value is (180,127,90). Sum of RGB (Red+Green+Blue) = 180+127+90=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F5A is #4B80A5. Grayscale: #8A8A8A. Windows color (decimal): -4948134 or 5930932. OLE color: 5930932.

HSL color Cylindrical-coordinate representation of color #B47F5A: hue angle of 24.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 #B47F5A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18012790-
CMYK00.290.500.29
HSL24.67º37.5%52.94%-
HSV(B)24.67º50%70.59%-
XYZ28.2625.6213.13-
YUV138.63100.56157.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=45.34%
G=31.99%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801279000.290.500.2924.6737.552.94
HexB47F5A01D321D192635
Octal2641771320356235314665
Binary10110100111111110110100111011100101110111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F5A; }

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

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

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

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

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

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

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

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