#B47C61

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

Shades of Medium Wood #B47C61

Tints of Medium Wood #B47C61

Color information

#B47C61 (or 0xB47C61) is unknown color: approx Medium Wood. HEX triplet: B4, 7C and 61. RGB value is (180,124,97). Sum of RGB (Red+Green+Blue) = 180+124+97=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C61 is #4B839E. Grayscale: #898989. Windows color (decimal): -4948895 or 6388916. OLE color: 6388916.

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

Color convert

RGB18012497-
CMYK00.310.460.29
HSL19.52º35.62%54.31%-
HSV(B)19.52º46.11%70.59%-
XYZ28.1924.9814.65-
YUV137.67105.05158.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=44.89%
G=30.92%
B=24.19%

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
Decimal1801249700.310.460.2919.5235.6254.31
HexB47C6101F2E1D142436
Octal2641741410375635244466
Binary10110100111110011000010111111011101110110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C61; }

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

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

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

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

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

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

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

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