#B47D60

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

Shades of Medium Wood #B47D60

Tints of Medium Wood #B47D60

Color information

#B47D60 (or 0xB47D60) is unknown color: approx Medium Wood. HEX triplet: B4, 7D and 60. RGB value is (180,125,96). Sum of RGB (Red+Green+Blue) = 180+125+96=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D60 is #4B829F. Grayscale: #8A8A8A. Windows color (decimal): -4948640 or 6323636. OLE color: 6323636.

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

Color convert

RGB18012596-
CMYK00.310.470.29
HSL20.71º35.9%54.12%-
HSV(B)20.71º46.67%70.59%-
XYZ28.2725.2214.44-
YUV138.14104.22157.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=44.89%
G=31.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801259600.310.470.2920.7135.954.12
HexB47D6001F2F1D152436
Octal2641751400375735254466
Binary10110100111110111000000111111011111110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D60; }

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

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

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

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

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

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

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

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