#B37C61

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

Shades of Medium Wood #B37C61

Tints of Medium Wood #B37C61

Color information

#B37C61 (or 0xB37C61) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 61. RGB value is (179,124,97). Sum of RGB (Red+Green+Blue) = 179+124+97=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C61 is #4C839E. Grayscale: #898989. Windows color (decimal): -5014431 or 6388915. OLE color: 6388915.

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

Color convert

RGB17912497-
CMYK00.310.460.30
HSL19.76º35.04%54.12%-
HSV(B)19.76º45.81%70.2%-
XYZ27.9624.8614.63-
YUV137.37105.22157.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=44.75%
G=31%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791249700.310.460.3019.7635.0454.12
HexB37C6101F2E1E142336
Octal2631741410375636244366
Binary10110011111110011000010111111011101111010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C61; }

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

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

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

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

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

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

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

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