Color Hex Logo

#b57b6a Color Hex

#B57B6A
(181,123,106)
0 Favorites   0 Comments

Color spaces of #b57b6a

RGB 181123106
HSL0.040.340.56
HSV14°41°71°
CMYK 0.000.320.41   0.29
XYZ28.740525.030316.9522
Yxy25.03030.40640.3539
Hunter Lab50.030314.988514.9315
CIE-Lab57.104920.492618.4497

#b57b6a color RGB value is (181,123,106).

#b57b6a hex color red value is 181, green value is 123 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b57b6a hue: 0.04 , saturation: 0.34 and the lightness value of b57b6a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 01101010
Octal 265 173 152
Decimal 181 123 106
Hex B5 7B 6A

RGB Percentages of Color #b57b6a

%44.15
%30.00
%25.85

CMYK Percentages of Color #b57b6a

%0
%32
%41
%29

Triadic Colors of #b57b6a

#b57b6a #6ab57b #7b6ab5

Analogous Colors of #b57b6a

#b57b6a #b5a16a #b56a7f

Monochromatic Colors of #b57b6a

#b57b6a

Complementary Color

#b57b6a #6aa4b5

#b57b6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57b6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57b6a Color CSS Codes

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

#b57b6a Text Font Color

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

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


#b57b6a Background Color

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

This div background color is #b57b6a


#b57b6a Border Color

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

This div border color is #b57b6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57b6a

#b57b6a Color Palettes


Comments

No comments written yet.

Please login to write comment.