Color Hex Logo

#b5852e Color Hex

#B5852E
(181,133,46)
0 Favorites   0 Comments

Color spaces of #b5852e

RGB 18113346
HSL0.110.590.45
HSV39°75°71°
CMYK 0.000.270.75   0.29
XYZ27.936726.79616.2845
Yxy26.79610.45780.4392
Hunter Lab51.76495.744929.0374
CIE-Lab58.785110.092151.6480

#b5852e color RGB value is (181,133,46).

#b5852e hex color red value is 181, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b5852e hue: 0.11 , saturation: 0.59 and the lightness value of b5852e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 00101110
Octal 265 205 56
Decimal 181 133 46
Hex B5 85 2E

RGB Percentages of Color #b5852e

%50.28
%36.94
%12.78

CMYK Percentages of Color #b5852e

%0
%27
%75
%29

Triadic Colors of #b5852e

#b5852e #2eb585 #852eb5

Analogous Colors of #b5852e

#b5852e #a2b52e #b5422e

Monochromatic Colors of #b5852e

#b5852e

Complementary Color

#b5852e #2e5eb5

#b5852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5852e Color CSS Codes

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

#b5852e Text Font Color

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

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


#b5852e Background Color

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

This div background color is #b5852e


#b5852e Border Color

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

This div border color is #b5852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5852e


Comments

No comments written yet.

Please login to write comment.