Color Hex Logo

#b5a170 Color Hex

#B5A170
(181,161,112)
0 Favorites   0 Comments

Color spaces of #b5a170

RGB 181161112
HSL0.120.320.57
HSV43°38°71°
CMYK 0.000.110.38   0.29
XYZ34.725636.483320.5410
Yxy36.48330.37850.3976
Hunter Lab60.4014-3.080422.1179
CIE-Lab66.88760.169328.2042

#b5a170 color RGB value is (181,161,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 01110000
Octal 265 241 160
Decimal 181 161 112
Hex B5 A1 70

RGB Percentages of Color #b5a170

%39.87
%35.46
%24.67

CMYK Percentages of Color #b5a170

%0
%11
%38
%29

Triadic Colors of #b5a170

#b5a170 #70b5a1 #a170b5

Analogous Colors of #b5a170

#b5a170 #a7b570 #b57f70

Monochromatic Colors of #b5a170

#b5a170

Complementary Color

#b5a170 #7084b5

#b5a170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a170 Color CSS Codes

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

#b5a170 Text Font Color

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

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


#b5a170 Background Color

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

This div background color is #b5a170


#b5a170 Border Color

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

This div border color is #b5a170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a170


Comments

No comments written yet.

Please login to write comment.