Color Hex Logo

#b58142 Color Hex

#B58142
(181,129,66)
0 Favorites   0 Comments

Color spaces of #b58142

RGB 18112966
HSL0.090.470.48
HSV33°64°71°
CMYK 0.000.290.64   0.29
XYZ27.889725.91768.6869
Yxy25.91760.44630.4147
Hunter Lab50.90938.696525.5196
CIE-Lab57.958813.467541.4161

#b58142 color RGB value is (181,129,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 01000010
Octal 265 201 102
Decimal 181 129 66
Hex B5 81 42

RGB Percentages of Color #b58142

%48.14
%34.31
%17.55

CMYK Percentages of Color #b58142

%0
%29
%64
%29

Triadic Colors of #b58142

#b58142 #42b581 #8142b5

Analogous Colors of #b58142

#b58142 #b0b542 #b54842

Monochromatic Colors of #b58142

#b58142

Complementary Color

#b58142 #4276b5

#b58142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58142 Color CSS Codes

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

#b58142 Text Font Color

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

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


#b58142 Background Color

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

This div background color is #b58142


#b58142 Border Color

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

This div border color is #b58142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58142


Comments

No comments written yet.

Please login to write comment.