#B47F5E

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

Shades of Medium Wood #B47F5E

Tints of Medium Wood #B47F5E

Color information

#B47F5E (or 0xB47F5E) is unknown color: approx Medium Wood. HEX triplet: B4, 7F and 5E. RGB value is (180,127,94). Sum of RGB (Red+Green+Blue) = 180+127+94=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F5E is #4B80A1. Grayscale: #8B8B8B. Windows color (decimal): -4948130 or 6193076. OLE color: 6193076.

HSL color Cylindrical-coordinate representation of color #B47F5E: hue angle of 23.02º degrees, saturation: 0.36, 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 #B47F5E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18012794-
CMYK00.290.480.29
HSL23.02º36.44%53.73%-
HSV(B)23.02º47.78%70.59%-
XYZ28.4325.6914.05-
YUV139.08102.56157.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=44.89%
G=31.67%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801279400.290.480.2923.0236.4453.73
HexB47F5E01D301D172436
Octal2641771360356035274466
Binary10110100111111110111100111011100001110110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F5E; }

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

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

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

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

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

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

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

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