Color Hex Logo

#b5a782 Color Hex

#B5A782
(181,167,130)
0 Favorites   0 Comments

Color spaces of #b5a782

RGB 181167130
HSL0.120.260.61
HSV44°28°71°
CMYK 0.000.080.28   0.29
XYZ36.904039.072926.7159
Yxy39.07290.35940.3805
Hunter Lab62.5083-4.005818.4154
CIE-Lab68.8040-0.768121.0055

#b5a782 color RGB value is (181,167,130).

#b5a782 hex color red value is 181, green value is 167 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b5a782 hue: 0.12 , saturation: 0.26 and the lightness value of b5a782 is 0.61.

The process color (four color CMYK) of #b5a782 color hex is 0.00, 0.08, 0.28, 0.29. Web safe color of #b5a782 is #cc9999. Color #b5a782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100111 10000010
Octal 265 247 202
Decimal 181 167 130
Hex B5 A7 82

RGB Percentages of Color #b5a782

%37.87
%34.94
%27.20

CMYK Percentages of Color #b5a782

%0
%8
%28
%29

Triadic Colors of #b5a782

#b5a782 #82b5a7 #a782b5

Analogous Colors of #b5a782

#b5a782 #aab582 #b58e82

Monochromatic Colors of #b5a782

#b5a782

Complementary Color

#b5a782 #8290b5

#b5a782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a782 Color CSS Codes

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

#b5a782 Text Font Color

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

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


#b5a782 Background Color

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

This div background color is #b5a782


#b5a782 Border Color

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

This div border color is #b5a782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a782


Comments

No comments written yet.

Please login to write comment.