#B47E61

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

Shades of Medium Wood #B47E61

Tints of Medium Wood #B47E61

Color information

#B47E61 (or 0xB47E61) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 61. RGB value is (180,126,97). Sum of RGB (Red+Green+Blue) = 180+126+97=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E61 is #4B819E. Grayscale: #8B8B8B. Windows color (decimal): -4948383 or 6389428. OLE color: 6389428.

HSL color Cylindrical-coordinate representation of color #B47E61: hue angle of 20.96º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47E61 is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18012697-
CMYK00.30.460.29
HSL20.96º35.62%54.31%-
HSV(B)20.96º46.11%70.59%-
XYZ28.4425.4914.73-
YUV138.84104.39157.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=44.67%
G=31.27%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801269700.30.460.2920.9635.6254.31
HexB47E6101E2E1D152436
Octal2641761410365635254466
Binary10110100111111011000010111101011101110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E61; }

 p { color: rgb(180,126,97); }

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

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

 a { background-color: rgb(180,126,97); }

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

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

 span { border-color: rgb(180,126,97); }

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