#B17E65

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

Shades of Medium Wood #B17E65

Tints of Medium Wood #B17E65

Color information

#B17E65 (or 0xB17E65) is unknown color: approx Medium Wood. HEX triplet: B1, 7E and 65. RGB value is (177,126,101). Sum of RGB (Red+Green+Blue) = 177+126+101=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E65 is #4E819A. Grayscale: #8A8A8A. Windows color (decimal): -5144987 or 6651569. OLE color: 6651569.

HSL color Cylindrical-coordinate representation of color #B17E65: hue angle of 19.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17E65 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB177126101-
CMYK00.290.430.31
HSL19.74º32.76%54.51%-
HSV(B)19.74º42.94%69.41%-
XYZ27.9425.2115.7-
YUV138.4106.9155.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 101 (39.84% from 255) = 25%
R=43.81%
G=31.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712610100.290.430.3119.7432.7654.51
HexB17E6501D2B1F142137
Octal2611761450355337244167
Binary10110001111111011001010111011010111111110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E65; }

 p { color: rgb(177,126,101); }

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

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

 a { background-color: rgb(177,126,101); }

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

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

 span { border-color: rgb(177,126,101); }

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