Color Hex Logo

#b5643e Color Hex

#B5643E
(181,100,62)
0 Favorites   0 Comments

Color spaces of #b5643e

RGB 18110062
HSL0.050.490.48
HSV19°66°71°
CMYK 0.000.450.66   0.29
XYZ24.482719.28596.9896
Yxy19.28590.48230.3800
Hunter Lab43.915722.660021.3044
CIE-Lab51.020029.254735.4712

#b5643e color RGB value is (181,100,62).

#b5643e hex color red value is 181, green value is 100 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b5643e hue: 0.05 , saturation: 0.49 and the lightness value of b5643e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 00111110
Octal 265 144 76
Decimal 181 100 62
Hex B5 64 3E

RGB Percentages of Color #b5643e

%52.77
%29.15
%18.08

CMYK Percentages of Color #b5643e

%0
%45
%66
%29

Triadic Colors of #b5643e

#b5643e #3eb564 #643eb5

Analogous Colors of #b5643e

#b5643e #b5a03e #b53e54

Monochromatic Colors of #b5643e

#b5643e

Complementary Color

#b5643e #3e8fb5

#b5643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5643e Color CSS Codes

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

#b5643e Text Font Color

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

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


#b5643e Background Color

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

This div background color is #b5643e


#b5643e Border Color

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

This div border color is #b5643e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5643e


Comments

No comments written yet.

Please login to write comment.