Color Hex Logo

#b57054 Color Hex

#B57054
(181,112,84)
0 Favorites   0 Comments

Color spaces of #b57054

RGB 18111284
HSL0.050.400.52
HSV17°54°71°
CMYK 0.000.380.54   0.29
XYZ26.450522.052211.2499
Yxy22.05220.44270.3691
Hunter Lab46.959818.362118.6681
CIE-Lab54.082324.359826.9834

#b57054 color RGB value is (181,112,84).

#b57054 hex color red value is 181, green value is 112 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b57054 hue: 0.05 , saturation: 0.40 and the lightness value of b57054 is 0.52.

The process color (four color CMYK) of #b57054 color hex is 0.00, 0.38, 0.54, 0.29. Web safe color of #b57054 is #cc6666. Color #b57054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 01010100
Octal 265 160 124
Decimal 181 112 84
Hex B5 70 54

RGB Percentages of Color #b57054

%48.01
%29.71
%22.28

CMYK Percentages of Color #b57054

%0
%38
%54
%29

Triadic Colors of #b57054

#b57054 #54b570 #7054b5

Analogous Colors of #b57054

#b57054 #b5a154 #b55469

Monochromatic Colors of #b57054

#b57054

Complementary Color

#b57054 #5499b5

#b57054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57054 Color CSS Codes

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

#b57054 Text Font Color

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

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


#b57054 Background Color

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

This div background color is #b57054


#b57054 Border Color

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

This div border color is #b57054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57054


Comments

No comments written yet.

Please login to write comment.