Color Hex Logo

#b5a85c Color Hex

#B5A85C
(181,168,92)
0 Favorites   0 Comments

Color spaces of #b5a85c

RGB 18116892
HSL0.140.380.54
HSV51°49°71°
CMYK 0.000.070.49   0.29
XYZ34.990538.601715.7319
Yxy38.60170.39170.4322
Hunter Lab62.1303-8.200428.4785
CIE-Lab68.4618-5.709440.6766

#b5a85c color RGB value is (181,168,92).

#b5a85c hex color red value is 181, green value is 168 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b5a85c hue: 0.14 , saturation: 0.38 and the lightness value of b5a85c is 0.54.

The process color (four color CMYK) of #b5a85c color hex is 0.00, 0.07, 0.49, 0.29. Web safe color of #b5a85c is #cc9966. Color #b5a85c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101000 01011100
Octal 265 250 134
Decimal 181 168 92
Hex B5 A8 5C

RGB Percentages of Color #b5a85c

%41.04
%38.10
%20.86

CMYK Percentages of Color #b5a85c

%0
%7
%49
%29

Triadic Colors of #b5a85c

#b5a85c #5cb5a8 #a85cb5

Analogous Colors of #b5a85c

#b5a85c #96b55c #b57c5c

Monochromatic Colors of #b5a85c

#b5a85c

Complementary Color

#b5a85c #5c69b5

#b5a85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a85c Color CSS Codes

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

#b5a85c Text Font Color

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

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


#b5a85c Background Color

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

This div background color is #b5a85c


#b5a85c Border Color

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

This div border color is #b5a85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a85c


Comments

No comments written yet.

Please login to write comment.