Color Hex Logo

#b57852 Color Hex

#B57852
(181,120,82)
1 Favorites   0 Comments

Color spaces of #b57852

RGB 18112082
HSL0.060.400.52
HSV23°55°71°
CMYK 0.000.340.55   0.29
XYZ27.295523.865911.1506
Yxy23.86590.43800.3830
Hunter Lab48.852714.241020.6640
CIE-Lab55.953319.735230.4861

#b57852 color RGB value is (181,120,82).

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

The process color (four color CMYK) of #b57852 color hex is 0.00, 0.34, 0.55, 0.29. Web safe color of #b57852 is #cc6666. Color #b57852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 01010010
Octal 265 170 122
Decimal 181 120 82
Hex B5 78 52

RGB Percentages of Color #b57852

%47.26
%31.33
%21.41

CMYK Percentages of Color #b57852

%0
%34
%55
%29

Triadic Colors of #b57852

#b57852 #52b578 #7852b5

Analogous Colors of #b57852

#b57852 #b5aa52 #b5525d

Monochromatic Colors of #b57852

#b57852

Complementary Color

#b57852 #528fb5

#b57852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57852 Color CSS Codes

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

#b57852 Text Font Color

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

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


#b57852 Background Color

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

This div background color is #b57852


#b57852 Border Color

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

This div border color is #b57852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57852

#b57852 Color Palettes


Comments

No comments written yet.

Please login to write comment.