Color Hex Logo

#b17640 Color Hex

#B17640
(177,118,64)
0 Favorites   0 Comments

Color spaces of #b17640

RGB 17711864
HSL0.080.470.47
HSV29°64°69°
CMYK 0.000.330.64   0.31
XYZ25.535322.67417.8812
Yxy22.67410.45530.4042
Hunter Lab47.617312.392223.5190
CIE-Lab54.735117.737138.6066

#b17640 color RGB value is (177,118,64).

#b17640 hex color red value is 177, green value is 118 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b17640 hue: 0.08 , saturation: 0.47 and the lightness value of b17640 is 0.47.

The process color (four color CMYK) of #b17640 color hex is 0.00, 0.33, 0.64, 0.31. Web safe color of #b17640 is #996633. Color #b17640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110110 01000000
Octal 261 166 100
Decimal 177 118 64
Hex B1 76 40

RGB Percentages of Color #b17640

%49.30
%32.87
%17.83

CMYK Percentages of Color #b17640

%0
%33
%64
%31

Triadic Colors of #b17640

#b17640 #40b176 #7640b1

Analogous Colors of #b17640

#b17640 #b1af40 #b14042

Monochromatic Colors of #b17640

#b17640

Complementary Color

#b17640 #407bb1

#b17640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17640 Color CSS Codes

.mybgcolor {background-color:#b17640; } 
.myforecolor {color:#b17640; }
.mybordercolor {border:3px solid #b17640; }

#b17640 Text Font Color

<p style="color:#b17640">Text here</p>

This sample text font color is #b17640
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b17640 Background Color

<div style="background-color:#b17640">
Div content here</div>

This div background color is #b17640


#b17640 Border Color

<div style="border:3px solid #b17640">
Div here</div>

This div border color is #b17640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,118,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b17640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b17640;
  -webkit-box-shadow: 1px 1px 3px 2px #b17640;
  box-shadow:         1px 1px 3px 2px #b17640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,118,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b17640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b17640;
  -webkit-box-shadow: 1px 1px 3px 2px #b17640;
  box-shadow:         1px 1px 3px 2px #b17640;">
Div content here</div>

This div box has shadow with color #b17640


Comments

No comments written yet.

Please login to write comment.