#B47A63

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

Shades of Medium Wood #B47A63

Tints of Medium Wood #B47A63

Color information

#B47A63 (or 0xB47A63) is unknown color: approx Medium Wood. HEX triplet: B4, 7A and 63. RGB value is (180,122,99). Sum of RGB (Red+Green+Blue) = 180+122+99=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A63 is #4B859C. Grayscale: #888888. Windows color (decimal): -4949405 or 6519476. OLE color: 6519476.

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

Color convert

RGB18012299-
CMYK00.320.450.29
HSL17.04º35.06%54.71%-
HSV(B)17.04º45%70.59%-
XYZ28.0324.5215.06-
YUV136.72106.72158.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=44.89%
G=30.42%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801229900.320.450.2917.0435.0654.71
HexB47A630202D1D112337
Octal2641721430405535214367
Binary101101001111010110001101000001011011110110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A63; }

 p { color: rgb(180,122,99); }

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

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

 a { background-color: rgb(180,122,99); }

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

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

 span { border-color: rgb(180,122,99); }

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