#B37C5A

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

Shades of Medium Wood #B37C5A

Tints of Medium Wood #B37C5A

Color information

#B37C5A (or 0xB37C5A) is unknown color: approx Medium Wood. HEX triplet: B3, 7C and 5A. RGB value is (179,124,90). Sum of RGB (Red+Green+Blue) = 179+124+90=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C5A is #4C83A5. Grayscale: #888888. Windows color (decimal): -5014438 or 5930163. OLE color: 5930163.

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

Color convert

RGB17912490-
CMYK00.310.500.30
HSL22.92º36.93%52.75%-
HSV(B)22.92º49.72%70.2%-
XYZ27.6424.7412.99-
YUV136.57101.72158.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=45.55%
G=31.55%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791249000.310.500.3022.9236.9352.75
HexB37C5A01F321E172535
Octal2631741320376236274565
Binary10110011111110010110100111111100101111010111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C5A; }

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

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

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

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

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

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

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

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