#B37D66

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

Shades of Medium Wood #B37D66

Tints of Medium Wood #B37D66

Color information

#B37D66 (or 0xB37D66) is unknown color: approx Medium Wood. HEX triplet: B3, 7D and 66. RGB value is (179,125,102). Sum of RGB (Red+Green+Blue) = 179+125+102=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D66 is #4C8299. Grayscale: #8A8A8A. Windows color (decimal): -5014170 or 6716851. OLE color: 6716851.

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

Color convert

RGB179125102-
CMYK00.300.430.30
HSL17.92º33.62%55.1%-
HSV(B)17.92º43.02%70.2%-
XYZ28.3225.2115.94-
YUV138.52107.39156.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=44.09%
G=30.79%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912510200.300.430.3017.9233.6255.1
HexB37D6601E2B1E122237
Octal2631751460365336224267
Binary10110011111110111001100111101010111111010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D66; }

 p { color: rgb(179,125,102); }

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

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

 a { background-color: rgb(179,125,102); }

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

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

 span { border-color: rgb(179,125,102); }

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