Color Hex Logo

#b57c3a Color Hex

#B57C3A
(181,124,58)
0 Favorites   0 Comments

Color spaces of #b57c3a

RGB 18112458
HSL0.090.510.47
HSV32°68°71°
CMYK 0.000.310.68   0.29
XYZ27.027424.54457.3161
Yxy24.54450.45900.4168
Hunter Lab49.542410.679825.9241
CIE-Lab56.628915.739543.9136

#b57c3a color RGB value is (181,124,58).

#b57c3a hex color red value is 181, green value is 124 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b57c3a hue: 0.09 , saturation: 0.51 and the lightness value of b57c3a is 0.47.

The process color (four color CMYK) of #b57c3a color hex is 0.00, 0.31, 0.68, 0.29. Web safe color of #b57c3a is #cc6633. Color #b57c3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 00111010
Octal 265 174 72
Decimal 181 124 58
Hex B5 7C 3A

RGB Percentages of Color #b57c3a

%49.86
%34.16
%15.98

CMYK Percentages of Color #b57c3a

%0
%31
%68
%29

Triadic Colors of #b57c3a

#b57c3a #3ab57c #7c3ab5

Analogous Colors of #b57c3a

#b57c3a #b1b53a #b53f3a

Monochromatic Colors of #b57c3a

#b57c3a

Complementary Color

#b57c3a #3a73b5

#b57c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57c3a Color CSS Codes

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

#b57c3a Text Font Color

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

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


#b57c3a Background Color

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

This div background color is #b57c3a


#b57c3a Border Color

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

This div border color is #b57c3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57c3a


Comments

No comments written yet.

Please login to write comment.