Color Hex Logo

#baa861 Color Hex

#BAA861
(186,168,97)
0 Favorites   0 Comments

Color spaces of #baa861

RGB 18616897
HSL0.130.390.55
HSV48°48°73°
CMYK 0.000.100.48   0.27
XYZ36.410039.307416.9773
Yxy39.30740.39280.4241
Hunter Lab62.6956-6.054827.8318
CIE-Lab68.9734-3.132838.8594

#baa861 color RGB value is (186,168,97).

#baa861 hex color red value is 186, green value is 168 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #baa861 hue: 0.13 , saturation: 0.39 and the lightness value of baa861 is 0.55.

The process color (four color CMYK) of #baa861 color hex is 0.00, 0.10, 0.48, 0.27. Web safe color of #baa861 is #cc9966. Color #baa861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 01100001
Octal 272 250 141
Decimal 186 168 97
Hex BA A8 61

RGB Percentages of Color #baa861

%41.24
%37.25
%21.51

CMYK Percentages of Color #baa861

%0
%10
%48
%27

Triadic Colors of #baa861

#baa861 #61baa8 #a861ba

Analogous Colors of #baa861

#baa861 #a0ba61 #ba7c61

Monochromatic Colors of #baa861

#baa861

Complementary Color

#baa861 #6173ba

#baa861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa861 Color CSS Codes

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

#baa861 Text Font Color

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

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


#baa861 Background Color

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

This div background color is #baa861


#baa861 Border Color

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

This div border color is #baa861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa861


Comments

No comments written yet.

Please login to write comment.