#B37C5C

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

Shades of Medium Wood #B37C5C

Tints of Medium Wood #B37C5C

Color information

#B37C5C (or 0xB37C5C) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 5C. RGB value is (179,124,92). Sum of RGB (Red+Green+Blue) = 179+124+92=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C5C is #4C83A3. Grayscale: #888888. Windows color (decimal): -5014436 or 6061235. OLE color: 6061235.

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

Color convert

RGB17912492-
CMYK00.310.490.30
HSL22.07º36.4%53.14%-
HSV(B)22.07º48.6%70.2%-
XYZ27.7324.7713.45-
YUV136.8102.72158.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=45.32%
G=31.39%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791249200.310.490.3022.0736.453.14
HexB37C5C01F311E162435
Octal2631741340376136264465
Binary10110011111110010111000111111100011111010110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C5C; }

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

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

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

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

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

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

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

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