#B37C60

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

Shades of Medium Wood #B37C60

Tints of Medium Wood #B37C60

Color information

#B37C60 (or 0xB37C60) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 60. RGB value is (179,124,96). Sum of RGB (Red+Green+Blue) = 179+124+96=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C60 is #4C839F. Grayscale: #898989. Windows color (decimal): -5014432 or 6323379. OLE color: 6323379.

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

Color convert

RGB17912496-
CMYK00.310.460.30
HSL20.24º35.32%53.92%-
HSV(B)20.24º46.37%70.2%-
XYZ27.9124.8414.39-
YUV137.25104.72157.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=44.86%
G=31.08%
B=24.06%

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
Decimal1791249600.310.460.3020.2435.3253.92
HexB37C6001F2E1E142336
Octal2631741400375636244366
Binary10110011111110011000000111111011101111010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C60; }

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

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

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

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

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

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

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

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