#B47A62

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

Shades of Medium Wood #B47A62

Tints of Medium Wood #B47A62

Color information

#B47A62 (or 0xB47A62) is unknown color: approx Medium Wood. HEX triplet: B4, 7A and 62. RGB value is (180,122,98). Sum of RGB (Red+Green+Blue) = 180+122+98=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A62 is #4B859D. Grayscale: #888888. Windows color (decimal): -4949406 or 6453940. OLE color: 6453940.

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

Color convert

RGB18012298-
CMYK00.320.460.29
HSL17.56º35.34%54.51%-
HSV(B)17.56º45.56%70.59%-
XYZ27.9924.514.81-
YUV136.61106.22158.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=45%
G=30.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801229800.320.460.2917.5635.3454.51
HexB47A620202E1D122337
Octal2641721420405635224367
Binary101101001111010110001001000001011101110110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A62; }

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

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

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

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

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

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

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

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