Color Hex Logo

#b5a03f Color Hex

#B5A03F
(181,160,63)
0 Favorites   0 Comments

Color spaces of #b5a03f

RGB 18116063
HSL0.140.480.48
HSV49°65°71°
CMYK 0.000.120.65   0.29
XYZ32.524135.32429.8067
Yxy35.32420.41880.4549
Hunter Lab59.4342-6.329431.8210
CIE-Lab66.0003-3.725451.7297

#b5a03f color RGB value is (181,160,63).

#b5a03f hex color red value is 181, green value is 160 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b5a03f hue: 0.14 , saturation: 0.48 and the lightness value of b5a03f is 0.48.

The process color (four color CMYK) of #b5a03f color hex is 0.00, 0.12, 0.65, 0.29. Web safe color of #b5a03f is #cc9933. Color #b5a03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100000 00111111
Octal 265 240 77
Decimal 181 160 63
Hex B5 A0 3F

RGB Percentages of Color #b5a03f

%44.80
%39.60
%15.59

CMYK Percentages of Color #b5a03f

%0
%12
%65
%29

Triadic Colors of #b5a03f

#b5a03f #3fb5a0 #a03fb5

Analogous Colors of #b5a03f

#b5a03f #8fb53f #b5653f

Monochromatic Colors of #b5a03f

#b5a03f

Complementary Color

#b5a03f #3f54b5

#b5a03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a03f Color CSS Codes

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

#b5a03f Text Font Color

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

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


#b5a03f Background Color

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

This div background color is #b5a03f


#b5a03f Border Color

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

This div border color is #b5a03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a03f


Comments

No comments written yet.

Please login to write comment.