Color Hex Logo

#b59620 Color Hex

#B59620
(181,150,32)
0 Favorites   0 Comments

Color spaces of #b59620

RGB 18115032
HSL0.130.700.42
HSV48°82°71°
CMYK 0.000.170.82   0.29
XYZ30.223131.74075.9001
Yxy31.74070.44530.4677
Hunter Lab56.3389-2.836433.2281
CIE-Lab63.12800.205360.7449

#b59620 color RGB value is (181,150,32).

#b59620 hex color red value is 181, green value is 150 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b59620 hue: 0.13 , saturation: 0.70 and the lightness value of b59620 is 0.42.

The process color (four color CMYK) of #b59620 color hex is 0.00, 0.17, 0.82, 0.29. Web safe color of #b59620 is #cc9933. Color #b59620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 00100000
Octal 265 226 40
Decimal 181 150 32
Hex B5 96 20

RGB Percentages of Color #b59620

%49.86
%41.32
%8.82

CMYK Percentages of Color #b59620

%0
%17
%82
%29

Triadic Colors of #b59620

#b59620 #20b596 #9620b5

Analogous Colors of #b59620

#b59620 #8ab520 #b54c20

Monochromatic Colors of #b59620

#b59620

Complementary Color

#b59620 #203fb5

#b59620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59620 Color CSS Codes

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

#b59620 Text Font Color

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

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


#b59620 Background Color

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

This div background color is #b59620


#b59620 Border Color

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

This div border color is #b59620


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,150,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 #b59620">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59620


Comments

No comments written yet.

Please login to write comment.