Color Hex Logo

#b59f40 Color Hex

#B59F40
(181,159,64)
0 Favorites   0 Comments

Color spaces of #b59f40

RGB 18115964
HSL0.140.480.48
HSV49°65°71°
CMYK 0.000.120.65   0.29
XYZ32.379634.99029.8977
Yxy34.99020.41910.4528
Hunter Lab59.1525-5.807531.4861
CIE-Lab65.7410-3.126651.0062

#b59f40 color RGB value is (181,159,64).

#b59f40 hex color red value is 181, green value is 159 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b59f40 hue: 0.14 , saturation: 0.48 and the lightness value of b59f40 is 0.48.

The process color (four color CMYK) of #b59f40 color hex is 0.00, 0.12, 0.65, 0.29. Web safe color of #b59f40 is #cc9933. Color #b59f40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011111 01000000
Octal 265 237 100
Decimal 181 159 64
Hex B5 9F 40

RGB Percentages of Color #b59f40

%44.80
%39.36
%15.84

CMYK Percentages of Color #b59f40

%0
%12
%65
%29

Triadic Colors of #b59f40

#b59f40 #40b59f #9f40b5

Analogous Colors of #b59f40

#b59f40 #91b540 #b56540

Monochromatic Colors of #b59f40

#b59f40

Complementary Color

#b59f40 #4056b5

#b59f40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59f40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59f40 Color CSS Codes

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

#b59f40 Text Font Color

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

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


#b59f40 Background Color

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

This div background color is #b59f40


#b59f40 Border Color

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

This div border color is #b59f40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59f40


Comments

No comments written yet.

Please login to write comment.