#B37C56

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

Shades of Medium Wood #B37C56

Tints of Medium Wood #B37C56

Color information

#B37C56 (or 0xB37C56) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 56. RGB value is (179,124,86). Sum of RGB (Red+Green+Blue) = 179+124+86=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C56 is #4C83A9. Grayscale: #888888. Windows color (decimal): -5014442 or 5668019. OLE color: 5668019.

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

Color convert

RGB17912486-
CMYK00.310.520.30
HSL24.52º37.96%51.96%-
HSV(B)24.52º51.96%70.2%-
XYZ27.4824.6712.12-
YUV136.1199.72158.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=46.02%
G=31.88%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791248600.310.520.3024.5237.9651.96
HexB37C5601F341E192634
Octal2631741260376436314664
Binary10110011111110010101100111111101001111011001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C56; }

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

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

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

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

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

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

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

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