#B47F5B

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

Shades of Medium Wood #B47F5B

Tints of Medium Wood #B47F5B

Color information

#B47F5B (or 0xB47F5B) is unknown color: approx Medium Wood. HEX triplet: B4, 7F and 5B. RGB value is (180,127,91). Sum of RGB (Red+Green+Blue) = 180+127+91=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F5B is #4B80A4. Grayscale: #8A8A8A. Windows color (decimal): -4948133 or 5996468. OLE color: 5996468.

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

Color convert

RGB18012791-
CMYK00.290.490.29
HSL24.27º37.24%53.14%-
HSV(B)24.27º49.44%70.59%-
XYZ28.325.6413.35-
YUV138.74101.06157.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=45.23%
G=31.91%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801279100.290.490.2924.2737.2453.14
HexB47F5B01D311D182535
Octal2641771330356135304565
Binary10110100111111110110110111011100011110111000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F5B; }

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

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

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

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

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

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

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

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