Color Hex Logo

#b5641e Color Hex

#B5641E
(181,100,30)
0 Favorites   0 Comments

Color spaces of #b5641e

RGB 18110030
HSL0.080.720.41
HSV28°83°71°
CMYK 0.000.450.83   0.29
XYZ23.847619.03183.6449
Yxy19.03180.51260.4091
Hunter Lab43.625521.231525.5841
CIE-Lab50.724427.754050.5848

#b5641e color RGB value is (181,100,30).

#b5641e hex color red value is 181, green value is 100 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b5641e hue: 0.08 , saturation: 0.72 and the lightness value of b5641e is 0.41.

The process color (four color CMYK) of #b5641e color hex is 0.00, 0.45, 0.83, 0.29. Web safe color of #b5641e is #cc6633. Color #b5641e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 00011110
Octal 265 144 36
Decimal 181 100 30
Hex B5 64 1E

RGB Percentages of Color #b5641e

%58.20
%32.15
%9.65

CMYK Percentages of Color #b5641e

%0
%45
%83
%29

Triadic Colors of #b5641e

#b5641e #1eb564 #641eb5

Analogous Colors of #b5641e

#b5641e #b5b01e #b51e23

Monochromatic Colors of #b5641e

#b5641e

Complementary Color

#b5641e #1e6fb5

#b5641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5641e Color CSS Codes

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

#b5641e Text Font Color

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

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


#b5641e Background Color

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

This div background color is #b5641e


#b5641e Border Color

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

This div border color is #b5641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5641e


Comments

No comments written yet.

Please login to write comment.