#B47D65

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

Shades of Medium Wood #B47D65

Tints of Medium Wood #B47D65

Color information

#B47D65 (or 0xB47D65) is unknown color: approx Medium Wood. HEX triplet: B4, 7D and 65. RGB value is (180,125,101). Sum of RGB (Red+Green+Blue) = 180+125+101=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D65 is #4B829A. Grayscale: #8A8A8A. Windows color (decimal): -4948635 or 6651316. OLE color: 6651316.

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

Color convert

RGB180125101-
CMYK00.310.440.29
HSL18.23º34.5%55.1%-
HSV(B)18.23º43.89%70.59%-
XYZ28.525.3115.69-
YUV138.71106.72157.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=44.33%
G=30.79%
B=24.88%

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
Decimal18012510100.310.440.2918.2334.555.1
HexB47D6501F2C1D122237
Octal2641751450375435224267
Binary10110100111110111001010111111011001110110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D65; }

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

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

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

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

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

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

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

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