Color Hex Logo

#b57540 Color Hex

#B57540
(181,117,64)
0 Favorites   0 Comments

Color spaces of #b57540

RGB 18111764
HSL0.080.480.48
HSV27°65°71°
CMYK 0.000.350.65   0.29
XYZ26.342822.91657.8854
Yxy22.91650.46100.4010
Hunter Lab47.871214.451323.7435
CIE-Lab54.986220.020139.0249

#b57540 color RGB value is (181,117,64).

#b57540 hex color red value is 181, green value is 117 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b57540 hue: 0.08 , saturation: 0.48 and the lightness value of b57540 is 0.48.

The process color (four color CMYK) of #b57540 color hex is 0.00, 0.35, 0.65, 0.29. Web safe color of #b57540 is #cc6633. Color #b57540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 01000000
Octal 265 165 100
Decimal 181 117 64
Hex B5 75 40

RGB Percentages of Color #b57540

%50.00
%32.32
%17.68

CMYK Percentages of Color #b57540

%0
%35
%65
%29

Triadic Colors of #b57540

#b57540 #40b575 #7540b5

Analogous Colors of #b57540

#b57540 #b5b040 #b54046

Monochromatic Colors of #b57540

#b57540

Complementary Color

#b57540 #4080b5

#b57540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57540 Color CSS Codes

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

#b57540 Text Font Color

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

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


#b57540 Background Color

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

This div background color is #b57540


#b57540 Border Color

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

This div border color is #b57540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57540


Comments

No comments written yet.

Please login to write comment.