Color Hex Logo

#baa167 Color Hex

#BAA167
(186,161,103)
0 Favorites   0 Comments

Color spaces of #baa167

RGB 186161103
HSL0.120.380.57
HSV42°45°73°
CMYK 0.000.130.45   0.27
XYZ35.442836.908118.0879
Yxy36.90810.39190.4081
Hunter Lab60.7520-2.179024.8738
CIE-Lab67.20801.232033.5178

#baa167 color RGB value is (186,161,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01100111
Octal 272 241 147
Decimal 186 161 103
Hex BA A1 67

RGB Percentages of Color #baa167

%41.33
%35.78
%22.89

CMYK Percentages of Color #baa167

%0
%13
%45
%27

Triadic Colors of #baa167

#baa167 #67baa1 #a167ba

Analogous Colors of #baa167

#baa167 #aaba67 #ba7867

Monochromatic Colors of #baa167

#baa167

Complementary Color

#baa167 #6780ba

#baa167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa167 Color CSS Codes

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

#baa167 Text Font Color

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

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


#baa167 Background Color

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

This div background color is #baa167


#baa167 Border Color

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

This div border color is #baa167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa167


Comments

No comments written yet.

Please login to write comment.