Color Hex Logo

#b5722e Color Hex

#B5722E
(181,114,46)
0 Favorites   0 Comments

Color spaces of #b5722e

RGB 18111446
HSL0.080.590.45
HSV30°75°71°
CMYK 0.000.370.75   0.29
XYZ25.566522.05565.4944
Yxy22.05560.48130.4152
Hunter Lab46.963414.988125.9378
CIE-Lab54.085920.666346.9312

#b5722e color RGB value is (181,114,46).

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

The process color (four color CMYK) of #b5722e color hex is 0.00, 0.37, 0.75, 0.29. Web safe color of #b5722e is #cc6633. Color #b5722e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 00101110
Octal 265 162 56
Decimal 181 114 46
Hex B5 72 2E

RGB Percentages of Color #b5722e

%53.08
%33.43
%13.49

CMYK Percentages of Color #b5722e

%0
%37
%75
%29

Triadic Colors of #b5722e

#b5722e #2eb572 #722eb5

Analogous Colors of #b5722e

#b5722e #b5b52e #b52f2e

Monochromatic Colors of #b5722e

#b5722e

Complementary Color

#b5722e #2e71b5

#b5722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5722e Color CSS Codes

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

#b5722e Text Font Color

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

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


#b5722e Background Color

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

This div background color is #b5722e


#b5722e Border Color

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

This div border color is #b5722e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5722e


Comments

No comments written yet.

Please login to write comment.