Color Hex Logo

#b57b7e Color Hex

#B57B7E
(181,123,126)
0 Favorites   0 Comments

Color spaces of #b57b7e

RGB 181123126
HSL0.990.280.60
HSV357°32°71°
CMYK 0.000.320.30   0.29
XYZ29.904925.496023.0837
Yxy25.49600.38100.3249
Hunter Lab50.493617.35328.2404
CIE-Lab57.555523.02267.5644

#b57b7e color RGB value is (181,123,126).

#b57b7e hex color red value is 181, green value is 123 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b57b7e hue: 0.99 , saturation: 0.28 and the lightness value of b57b7e is 0.60.

The process color (four color CMYK) of #b57b7e color hex is 0.00, 0.32, 0.30, 0.29. Web safe color of #b57b7e is #cc6666. Color #b57b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 01111110
Octal 265 173 176
Decimal 181 123 126
Hex B5 7B 7E

RGB Percentages of Color #b57b7e

%42.09
%28.60
%29.30

CMYK Percentages of Color #b57b7e

%0
%32
%30
%29

Triadic Colors of #b57b7e

#b57b7e #7eb57b #7b7eb5

Analogous Colors of #b57b7e

#b57b7e #b5957b #b57b9b

Monochromatic Colors of #b57b7e

#b57b7e

Complementary Color

#b57b7e #7bb5b2

#b57b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57b7e Color CSS Codes

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

#b57b7e Text Font Color

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

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


#b57b7e Background Color

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

This div background color is #b57b7e


#b57b7e Border Color

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

This div border color is #b57b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57b7e


Comments

No comments written yet.

Please login to write comment.