Color Hex Logo

#b59054 Color Hex

#B59054
(181,144,84)
0 Favorites   0 Comments

Color spaces of #b59054

RGB 18114484
HSL0.100.400.52
HSV37°54°71°
CMYK 0.000.200.54   0.29
XYZ30.629530.410412.6429
Yxy30.41040.41570.4127
Hunter Lab55.14562.639325.0089
CIE-Lab62.00676.561236.9223

#b59054 color RGB value is (181,144,84).

#b59054 hex color red value is 181, green value is 144 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b59054 hue: 0.10 , saturation: 0.40 and the lightness value of b59054 is 0.52.

The process color (four color CMYK) of #b59054 color hex is 0.00, 0.20, 0.54, 0.29. Web safe color of #b59054 is #cc9966. Color #b59054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 01010100
Octal 265 220 124
Decimal 181 144 84
Hex B5 90 54

RGB Percentages of Color #b59054

%44.25
%35.21
%20.54

CMYK Percentages of Color #b59054

%0
%20
%54
%29

Triadic Colors of #b59054

#b59054 #54b590 #9054b5

Analogous Colors of #b59054

#b59054 #aab554 #b56054

Monochromatic Colors of #b59054

#b59054

Complementary Color

#b59054 #5479b5

#b59054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59054 Color CSS Codes

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

#b59054 Text Font Color

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

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


#b59054 Background Color

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

This div background color is #b59054


#b59054 Border Color

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

This div border color is #b59054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59054


Comments

No comments written yet.

Please login to write comment.