Color Hex Logo

#b59432 Color Hex

#B59432
(181,148,50)
0 Favorites   0 Comments

Color spaces of #b59432

RGB 18114850
HSL0.120.570.45
HSV45°72°71°
CMYK 0.000.180.72   0.29
XYZ30.221731.23397.4535
Yxy31.23390.43860.4533
Hunter Lab55.8873-1.276831.2138
CIE-Lab62.70462.025153.8831

#b59432 color RGB value is (181,148,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 00110010
Octal 265 224 62
Decimal 181 148 50
Hex B5 94 32

RGB Percentages of Color #b59432

%47.76
%39.05
%13.19

CMYK Percentages of Color #b59432

%0
%18
%72
%29

Triadic Colors of #b59432

#b59432 #32b594 #9432b5

Analogous Colors of #b59432

#b59432 #95b532 #b55332

Monochromatic Colors of #b59432

#b59432

Complementary Color

#b59432 #3253b5

#b59432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59432 Color CSS Codes

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

#b59432 Text Font Color

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

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


#b59432 Background Color

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

This div background color is #b59432


#b59432 Border Color

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

This div border color is #b59432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59432


Comments

No comments written yet.

Please login to write comment.