Color Hex Logo

#b58440 Color Hex

#B58440
(181,132,64)
0 Favorites   0 Comments

Color spaces of #b58440

RGB 18113264
HSL0.100.480.48
HSV35°65°71°
CMYK 0.000.270.65   0.29
XYZ28.232726.69658.5154
Yxy26.69650.44500.4208
Hunter Lab51.66877.115526.3966
CIE-Lab58.692311.662043.2512

#b58440 color RGB value is (181,132,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 01000000
Octal 265 204 100
Decimal 181 132 64
Hex B5 84 40

RGB Percentages of Color #b58440

%48.01
%35.01
%16.98

CMYK Percentages of Color #b58440

%0
%27
%65
%29

Triadic Colors of #b58440

#b58440 #40b584 #8440b5

Analogous Colors of #b58440

#b58440 #acb540 #b54a40

Monochromatic Colors of #b58440

#b58440

Complementary Color

#b58440 #4071b5

#b58440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58440 Color CSS Codes

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

#b58440 Text Font Color

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

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


#b58440 Background Color

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

This div background color is #b58440


#b58440 Border Color

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

This div border color is #b58440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58440


Comments

No comments written yet.

Please login to write comment.