Color Hex Logo

#b18620 Color Hex

#B18620
(177,134,32)
0 Favorites   0 Comments

Color spaces of #b18620

RGB 17713432
HSL0.120.690.41
HSV42°82°69°
CMYK 0.000.240.82   0.31
XYZ26.917326.50165.0631
Yxy26.50160.46030.4532
Hunter Lab51.47973.243230.2045
CIE-Lab58.51017.183656.5459

#b18620 color RGB value is (177,134,32).

#b18620 hex color red value is 177, green value is 134 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b18620 hue: 0.12 , saturation: 0.69 and the lightness value of b18620 is 0.41.

The process color (four color CMYK) of #b18620 color hex is 0.00, 0.24, 0.82, 0.31. Web safe color of #b18620 is #999933. Color #b18620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000110 00100000
Octal 261 206 40
Decimal 177 134 32
Hex B1 86 20

RGB Percentages of Color #b18620

%51.60
%39.07
%9.33

CMYK Percentages of Color #b18620

%0
%24
%82
%31

Triadic Colors of #b18620

#b18620 #20b186 #8620b1

Analogous Colors of #b18620

#b18620 #94b120 #b13d20

Monochromatic Colors of #b18620

#b18620

Complementary Color

#b18620 #204bb1

#b18620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18620 Color CSS Codes

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

#b18620 Text Font Color

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

This sample text font color is #b18620
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.


#b18620 Background Color

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

This div background color is #b18620


#b18620 Border Color

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

This div border color is #b18620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18620


Comments

No comments written yet.

Please login to write comment.