#B47D64

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

Shades of Medium Wood #B47D64

Tints of Medium Wood #B47D64

Color information

#B47D64 (or 0xB47D64) is unknown color: approx Medium Wood. HEX triplet: B4, 7D and 64. RGB value is (180,125,100). Sum of RGB (Red+Green+Blue) = 180+125+100=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D64 is #4B829B. Grayscale: #8A8A8A. Windows color (decimal): -4948636 or 6585780. OLE color: 6585780.

HSL color Cylindrical-coordinate representation of color #B47D64: hue angle of 18.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47D64 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180125100-
CMYK00.310.440.29
HSL18.75º34.78%54.9%-
HSV(B)18.75º44.44%70.59%-
XYZ28.4625.2915.44-
YUV138.6106.22157.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=44.44%
G=30.86%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012510000.310.440.2918.7534.7854.9
HexB47D6401F2C1D132337
Octal2641751440375435234367
Binary10110100111110111001000111111011001110110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D64; }

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

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

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

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

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

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

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

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