Color Hex Logo

#b58932 Color Hex

#B58932
(181,137,50)
0 Favorites   0 Comments

Color spaces of #b58932

RGB 18113750
HSL0.110.570.45
HSV40°72°71°
CMYK 0.000.240.72   0.29
XYZ28.577427.94546.9054
Yxy27.94540.45050.4406
Hunter Lab52.86343.984229.2595
CIE-Lab59.83948.070150.9998

#b58932 color RGB value is (181,137,50).

#b58932 hex color red value is 181, green value is 137 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b58932 hue: 0.11 , saturation: 0.57 and the lightness value of b58932 is 0.45.

The process color (four color CMYK) of #b58932 color hex is 0.00, 0.24, 0.72, 0.29. Web safe color of #b58932 is #cc9933. Color #b58932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 00110010
Octal 265 211 62
Decimal 181 137 50
Hex B5 89 32

RGB Percentages of Color #b58932

%49.18
%37.23
%13.59

CMYK Percentages of Color #b58932

%0
%24
%72
%29

Triadic Colors of #b58932

#b58932 #32b589 #8932b5

Analogous Colors of #b58932

#b58932 #a0b532 #b54832

Monochromatic Colors of #b58932

#b58932

Complementary Color

#b58932 #325eb5

#b58932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58932 Color CSS Codes

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

#b58932 Text Font Color

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

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


#b58932 Background Color

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

This div background color is #b58932


#b58932 Border Color

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

This div border color is #b58932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,137,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58932


Comments

No comments written yet.

Please login to write comment.