#B37B65

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

Shades of Medium Wood #B37B65

Tints of Medium Wood #B37B65

Color information

#B37B65 (or 0xB37B65) is unknown color: approx Medium Wood. HEX triplet: B3, 7B and 65. RGB value is (179,123,101). Sum of RGB (Red+Green+Blue) = 179+123+101=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B65 is #4C849A. Grayscale: #898989. Windows color (decimal): -5014683 or 6650803. OLE color: 6650803.

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

Color convert

RGB179123101-
CMYK00.310.440.30
HSL16.92º33.91%54.9%-
HSV(B)16.92º43.58%70.2%-
XYZ28.0224.6915.6-
YUV137.24107.55157.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=44.42%
G=30.52%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912310100.310.440.3016.9233.9154.9
HexB37B6501F2C1E112237
Octal2631731450375436214267
Binary10110011111101111001010111111011001111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B65; }

 p { color: rgb(179,123,101); }

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

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

 a { background-color: rgb(179,123,101); }

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

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

 span { border-color: rgb(179,123,101); }

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