Color Hex Logo

#b58041 Color Hex

#B58041
(181,128,65)
0 Favorites   0 Comments

Color spaces of #b58041

RGB 18112865
HSL0.090.470.48
HSV33°64°71°
CMYK 0.000.290.64   0.29
XYZ27.729425.64388.4893
Yxy25.64380.44820.4145
Hunter Lab50.63979.123925.5084
CIE-Lab57.697413.956341.6233

#b58041 color RGB value is (181,128,65).

#b58041 hex color red value is 181, green value is 128 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b58041 hue: 0.09 , saturation: 0.47 and the lightness value of b58041 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 01000001
Octal 265 200 101
Decimal 181 128 65
Hex B5 80 41

RGB Percentages of Color #b58041

%48.40
%34.22
%17.38

CMYK Percentages of Color #b58041

%0
%29
%64
%29

Triadic Colors of #b58041

#b58041 #41b580 #8041b5

Analogous Colors of #b58041

#b58041 #b0b541 #b54641

Monochromatic Colors of #b58041

#b58041

Complementary Color

#b58041 #4176b5

#b58041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58041 Color CSS Codes

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

#b58041 Text Font Color

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

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


#b58041 Background Color

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

This div background color is #b58041


#b58041 Border Color

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

This div border color is #b58041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58041


Comments

No comments written yet.

Please login to write comment.