#B47D66

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

Shades of Medium Wood #B47D66

Tints of Medium Wood #B47D66

Color information

#B47D66 (or 0xB47D66) is unknown color: approx Medium Wood. HEX triplet: B4, 7D and 66. RGB value is (180,125,102). Sum of RGB (Red+Green+Blue) = 180+125+102=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D66 is #4B8299. Grayscale: #8A8A8A. Windows color (decimal): -4948634 or 6716852. OLE color: 6716852.

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

Color convert

RGB180125102-
CMYK00.310.430.29
HSL17.69º34.21%55.29%-
HSV(B)17.69º43.33%70.59%-
XYZ28.5525.3315.95-
YUV138.82107.22157.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=44.23%
G=30.71%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012510200.310.430.2917.6934.2155.29
HexB47D6601F2B1D122237
Octal2641751460375335224267
Binary10110100111110111001100111111010111110110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D66; }

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

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

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

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

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

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

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

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