Color Hex Logo

#b5a17c Color Hex

#B5A17C
(181,161,124)
0 Favorites   0 Comments

Color spaces of #b5a17c

RGB 181161124
HSL0.110.280.60
HSV39°31°71°
CMYK 0.000.110.31   0.29
XYZ35.439036.768724.2980
Yxy36.76870.36720.3810
Hunter Lab60.6372-1.792018.6879
CIE-Lab67.10311.671321.9703

#b5a17c color RGB value is (181,161,124).

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

The process color (four color CMYK) of #b5a17c color hex is 0.00, 0.11, 0.31, 0.29. Web safe color of #b5a17c is #cc9966. Color #b5a17c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 01111100
Octal 265 241 174
Decimal 181 161 124
Hex B5 A1 7C

RGB Percentages of Color #b5a17c

%38.84
%34.55
%26.61

CMYK Percentages of Color #b5a17c

%0
%11
%31
%29

Triadic Colors of #b5a17c

#b5a17c #7cb5a1 #a17cb5

Analogous Colors of #b5a17c

#b5a17c #adb57c #b5857c

Monochromatic Colors of #b5a17c

#b5a17c

Complementary Color

#b5a17c #7c90b5

#b5a17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a17c Color CSS Codes

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

#b5a17c Text Font Color

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

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


#b5a17c Background Color

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

This div background color is #b5a17c


#b5a17c Border Color

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

This div border color is #b5a17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a17c


Comments

No comments written yet.

Please login to write comment.