Color Hex Logo

#b5a060 Color Hex

#B5A060
(181,160,96)
0 Favorites   0 Comments

Color spaces of #b5a060

RGB 18116096
HSL0.130.360.54
HSV45°47°71°
CMYK 0.000.120.47   0.29
XYZ33.738235.809916.2001
Yxy35.80990.39350.4176
Hunter Lab59.8414-4.085225.8381
CIE-Lab66.3744-1.039436.0468

#b5a060 color RGB value is (181,160,96).

#b5a060 hex color red value is 181, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b5a060 hue: 0.13 , saturation: 0.36 and the lightness value of b5a060 is 0.54.

The process color (four color CMYK) of #b5a060 color hex is 0.00, 0.12, 0.47, 0.29. Web safe color of #b5a060 is #cc9966. Color #b5a060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100000 01100000
Octal 265 240 140
Decimal 181 160 96
Hex B5 A0 60

RGB Percentages of Color #b5a060

%41.42
%36.61
%21.97

CMYK Percentages of Color #b5a060

%0
%12
%47
%29

Triadic Colors of #b5a060

#b5a060 #60b5a0 #a060b5

Analogous Colors of #b5a060

#b5a060 #a0b560 #b57660

Monochromatic Colors of #b5a060

#b5a060

Complementary Color

#b5a060 #6075b5

#b5a060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a060 Color CSS Codes

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

#b5a060 Text Font Color

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

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


#b5a060 Background Color

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

This div background color is #b5a060


#b5a060 Border Color

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

This div border color is #b5a060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a060


Comments

No comments written yet.

Please login to write comment.