color codes Logo

#b5a04f color codes

#B5A04F
(181,160,79)
0 Favorites   0 Comments

Color spaces of #b5a04f

RGB 18116079
HSL0.130.410.51
HSV48°56°71°
CMYK 0.000.120.56   0.29
XYZ33.038135.529912.5138
Yxy35.52990.40750.4382
Hunter Lab59.6070-5.375729.2776
CIE-Lab66.1592-2.577544.4149

#b5a04f color RGB value is (181,160,79).

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

The process color (four color CMYK) of #b5a04f color code is 0.00, 0.12, 0.56, 0.29. Web safe color of #b5a04f is #cc9966. Color #b5a04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100000 01001111
Octal 265 240 117
Decimal 181 160 79
Hex B5 A0 4F

RGB Percentages of Color #b5a04f

%43.10
%38.10
%18.81

CMYK Percentages of Color #b5a04f

%0
%12
%56
%29

Triadic Colors of #b5a04f

#b5a04f #4fb5a0 #a04fb5

Analogous Colors of #b5a04f

#b5a04f #97b54f #b56d4f

Monochromatic Colors of #b5a04f

#b5a04f

Complementary Color

#b5a04f #4f64b5

#b5a04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a04f Color CSS Codes

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

#b5a04f Text Font Color

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

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


#b5a04f Background Color

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

This div background color is #b5a04f


#b5a04f Border Color

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

This div border color is #b5a04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a04f


Comments

No comments written yet.

Please login to write comment.