#B47C62

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

Shades of Medium Wood #B47C62

Tints of Medium Wood #B47C62

Color information

#B47C62 (or 0xB47C62) is unknown color: approx Medium Wood. HEX triplet: B4, 7C and 62. RGB value is (180,124,98). Sum of RGB (Red+Green+Blue) = 180+124+98=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C62 is #4B839D. Grayscale: #898989. Windows color (decimal): -4948894 or 6454452. OLE color: 6454452.

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

Color convert

RGB18012498-
CMYK00.310.460.29
HSL19.02º35.34%54.51%-
HSV(B)19.02º45.56%70.59%-
XYZ28.232514.89-
YUV137.78105.55158.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=44.78%
G=30.85%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801249800.310.460.2919.0235.3454.51
HexB47C6201F2E1D132337
Octal2641741420375635234367
Binary10110100111110011000100111111011101110110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C62; }

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

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

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

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

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

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

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

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