#B37C63

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

Shades of Medium Wood #B37C63

Tints of Medium Wood #B37C63

Color information

#B37C63 (or 0xB37C63) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 63. RGB value is (179,124,99). Sum of RGB (Red+Green+Blue) = 179+124+99=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C63 is #4C839C. Grayscale: #898989. Windows color (decimal): -5014429 or 6519987. OLE color: 6519987.

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

Color convert

RGB17912499-
CMYK00.310.450.30
HSL18.75º34.48%54.51%-
HSV(B)18.75º44.69%70.2%-
XYZ28.0524.915.13-
YUV137.6106.22157.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=44.53%
G=30.85%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791249900.310.450.3018.7534.4854.51
HexB37C6301F2D1E132237
Octal2631741430375536234267
Binary10110011111110011000110111111011011111010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C63; }

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

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

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

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

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

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

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

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