Color Hex Logo

#baa15b Color Hex

#BAA15B
(186,161,91)
0 Favorites   0 Comments

Color spaces of #baa15b

RGB 18616191
HSL0.120.410.54
HSV44°51°73°
CMYK 0.000.130.51   0.27
XYZ34.882936.684215.1398
Yxy36.68420.40230.4231
Hunter Lab60.5675-3.188827.5768
CIE-Lab67.03940.053639.5578

#baa15b color RGB value is (186,161,91).

#baa15b hex color red value is 186, green value is 161 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #baa15b hue: 0.12 , saturation: 0.41 and the lightness value of baa15b is 0.54.

The process color (four color CMYK) of #baa15b color hex is 0.00, 0.13, 0.51, 0.27. Web safe color of #baa15b is #cc9966. Color #baa15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01011011
Octal 272 241 133
Decimal 186 161 91
Hex BA A1 5B

RGB Percentages of Color #baa15b

%42.47
%36.76
%20.78

CMYK Percentages of Color #baa15b

%0
%13
%51
%27

Triadic Colors of #baa15b

#baa15b #5bbaa1 #a15bba

Analogous Colors of #baa15b

#baa15b #a4ba5b #ba725b

Monochromatic Colors of #baa15b

#baa15b

Complementary Color

#baa15b #5b74ba

#baa15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa15b Color CSS Codes

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

#baa15b Text Font Color

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

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


#baa15b Background Color

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

This div background color is #baa15b


#baa15b Border Color

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

This div border color is #baa15b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,161,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baa15b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baa15b;
  -webkit-box-shadow: 1px 1px 3px 2px #baa15b;
  box-shadow:         1px 1px 3px 2px #baa15b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,161,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa15b


Comments

No comments written yet.

Please login to write comment.