Color Hex Logo

#b59527 Color Hex

#B59527
(181,149,39)
0 Favorites   0 Comments

Color spaces of #b59527

RGB 18114939
HSL0.130.650.43
HSV46°78°71°
CMYK 0.000.180.78   0.29
XYZ30.169731.46516.4027
Yxy31.46510.44340.4625
Hunter Lab56.0938-2.158932.4981
CIE-Lab62.89830.994258.2582

#b59527 color RGB value is (181,149,39).

#b59527 hex color red value is 181, green value is 149 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b59527 hue: 0.13 , saturation: 0.65 and the lightness value of b59527 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 00100111
Octal 265 225 47
Decimal 181 149 39
Hex B5 95 27

RGB Percentages of Color #b59527

%49.05
%40.38
%10.57

CMYK Percentages of Color #b59527

%0
%18
%78
%29

Triadic Colors of #b59527

#b59527 #27b595 #9527b5

Analogous Colors of #b59527

#b59527 #8eb527 #b54e27

Monochromatic Colors of #b59527

#b59527

Complementary Color

#b59527 #2747b5

#b59527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59527 Color CSS Codes

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

#b59527 Text Font Color

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

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


#b59527 Background Color

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

This div background color is #b59527


#b59527 Border Color

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

This div border color is #b59527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59527


Comments

No comments written yet.

Please login to write comment.