#B47E60

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

Shades of Medium Wood #B47E60

Tints of Medium Wood #B47E60

Color information

#B47E60 (or 0xB47E60) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 60. RGB value is (180,126,96). Sum of RGB (Red+Green+Blue) = 180+126+96=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E60 is #4B819F. Grayscale: #8A8A8A. Windows color (decimal): -4948384 or 6323892. OLE color: 6323892.

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

Color convert

RGB18012696-
CMYK00.30.470.29
HSL21.43º35.9%54.12%-
HSV(B)21.43º46.67%70.59%-
XYZ28.3925.4714.49-
YUV138.73103.89157.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=44.78%
G=31.34%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801269600.30.470.2921.4335.954.12
HexB47E6001E2F1D152436
Octal2641761400365735254466
Binary10110100111111011000000111101011111110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E60; }

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

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

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

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

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

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

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

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