Color Hex Logo

#b5796e Color Hex

#B5796E
(181,121,110)
1 Favorites   0 Comments

Color spaces of #b5796e

RGB 181121110
HSL0.030.320.57
HSV39°71°
CMYK 0.000.330.39   0.29
XYZ28.707924.624317.9917
Yxy24.62430.40250.3452
Hunter Lab49.622916.426013.2393
CIE-Lab56.707522.078615.6087

#b5796e color RGB value is (181,121,110).

#b5796e hex color red value is 181, green value is 121 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b5796e hue: 0.03 , saturation: 0.32 and the lightness value of b5796e is 0.57.

The process color (four color CMYK) of #b5796e color hex is 0.00, 0.33, 0.39, 0.29. Web safe color of #b5796e is #cc6666. Color #b5796e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 01101110
Octal 265 171 156
Decimal 181 121 110
Hex B5 79 6E

RGB Percentages of Color #b5796e

%43.93
%29.37
%26.70

CMYK Percentages of Color #b5796e

%0
%33
%39
%29

Triadic Colors of #b5796e

#b5796e #6eb579 #796eb5

Analogous Colors of #b5796e

#b5796e #b59d6e #b56e87

Monochromatic Colors of #b5796e

#b5796e

Complementary Color

#b5796e #6eaab5

#b5796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5796e Color CSS Codes

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

#b5796e Text Font Color

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

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


#b5796e Background Color

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

This div background color is #b5796e


#b5796e Border Color

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

This div border color is #b5796e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5796e


Comments

No comments written yet.

Please login to write comment.