Color Hex Logo

#b5852f Color Hex

#B5852F
(181,133,47)
0 Favorites   0 Comments

Color spaces of #b5852f

RGB 18113347
HSL0.110.590.45
HSV39°74°71°
CMYK 0.000.270.74   0.29
XYZ27.956726.80416.3895
Yxy26.80410.45720.4383
Hunter Lab51.77275.785928.9236
CIE-Lab58.792610.139351.2328

#b5852f color RGB value is (181,133,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 00101111
Octal 265 205 57
Decimal 181 133 47
Hex B5 85 2F

RGB Percentages of Color #b5852f

%50.14
%36.84
%13.02

CMYK Percentages of Color #b5852f

%0
%27
%74
%29

Triadic Colors of #b5852f

#b5852f #2fb585 #852fb5

Analogous Colors of #b5852f

#b5852f #a2b52f #b5422f

Monochromatic Colors of #b5852f

#b5852f

Complementary Color

#b5852f #2f5fb5

#b5852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5852f Color CSS Codes

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

#b5852f Text Font Color

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

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


#b5852f Background Color

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

This div background color is #b5852f


#b5852f Border Color

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

This div border color is #b5852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5852f


Comments

No comments written yet.

Please login to write comment.