Color Hex Logo

#baa965 Color Hex

#BAA965
(186,169,101)
0 Favorites   0 Comments

Color spaces of #baa965

RGB 186169101
HSL0.130.380.56
HSV48°46°73°
CMYK 0.000.090.46   0.27
XYZ36.786639.754618.0465
Yxy39.75460.38890.4203
Hunter Lab63.0512-6.195727.1659
CIE-Lab69.2944-3.268937.1989

#baa965 color RGB value is (186,169,101).

#baa965 hex color red value is 186, green value is 169 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #baa965 hue: 0.13 , saturation: 0.38 and the lightness value of baa965 is 0.56.

The process color (four color CMYK) of #baa965 color hex is 0.00, 0.09, 0.46, 0.27. Web safe color of #baa965 is #cc9966. Color #baa965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01100101
Octal 272 251 145
Decimal 186 169 101
Hex BA A9 65

RGB Percentages of Color #baa965

%40.79
%37.06
%22.15

CMYK Percentages of Color #baa965

%0
%9
%46
%27

Triadic Colors of #baa965

#baa965 #65baa9 #a965ba

Analogous Colors of #baa965

#baa965 #a1ba65 #ba7f65

Monochromatic Colors of #baa965

#baa965

Complementary Color

#baa965 #6576ba

#baa965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa965 Color CSS Codes

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

#baa965 Text Font Color

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

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


#baa965 Background Color

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

This div background color is #baa965


#baa965 Border Color

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

This div border color is #baa965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa965


Comments

No comments written yet.

Please login to write comment.