Color Hex Logo

#b9aa1b Color Hex

#B9AA1B
(185,170,27)
0 Favorites   0 Comments

Color spaces of #b9aa1b

RGB 18517027
HSL0.150.750.42
HSV54°85°73°
CMYK 0.000.080.85   0.27
XYZ34.580139.14296.7697
Yxy39.14290.42960.4863
Hunter Lab62.5643-10.828237.3796
CIE-Lab68.8547-8.809567.0693

#b9aa1b color RGB value is (185,170,27).

#b9aa1b hex color red value is 185, green value is 170 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b9aa1b hue: 0.15 , saturation: 0.75 and the lightness value of b9aa1b is 0.42.

The process color (four color CMYK) of #b9aa1b color hex is 0.00, 0.08, 0.85, 0.27. Web safe color of #b9aa1b is #cc9933. Color #b9aa1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 00011011
Octal 271 252 33
Decimal 185 170 27
Hex B9 AA 1B

RGB Percentages of Color #b9aa1b

%48.43
%44.50
%7.07

CMYK Percentages of Color #b9aa1b

%0
%8
%85
%27

Triadic Colors of #b9aa1b

#b9aa1b #1bb9aa #aa1bb9

Analogous Colors of #b9aa1b

#b9aa1b #79b91b #b95b1b

Monochromatic Colors of #b9aa1b

#b9aa1b

Complementary Color

#b9aa1b #1b2ab9

#b9aa1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aa1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aa1b Color CSS Codes

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

#b9aa1b Text Font Color

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

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


#b9aa1b Background Color

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

This div background color is #b9aa1b


#b9aa1b Border Color

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

This div border color is #b9aa1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,170,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9aa1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9aa1b;
  -webkit-box-shadow: 1px 1px 3px 2px #b9aa1b;
  box-shadow:         1px 1px 3px 2px #b9aa1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,170,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aa1b


Comments

No comments written yet.

Please login to write comment.