Color Hex Logo

#baa474 Color Hex

#BAA474
(186,164,116)
0 Favorites   0 Comments

Color spaces of #baa474

RGB 186164116
HSL0.110.340.59
HSV41°38°73°
CMYK 0.000.120.38   0.27
XYZ36.677538.251021.9731
Yxy38.25100.37850.3947
Hunter Lab61.8474-2.376722.2287
CIE-Lab68.20521.065327.8699

#baa474 color RGB value is (186,164,116).

#baa474 hex color red value is 186, green value is 164 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #baa474 hue: 0.11 , saturation: 0.34 and the lightness value of baa474 is 0.59.

The process color (four color CMYK) of #baa474 color hex is 0.00, 0.12, 0.38, 0.27. Web safe color of #baa474 is #cc9966. Color #baa474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01110100
Octal 272 244 164
Decimal 186 164 116
Hex BA A4 74

RGB Percentages of Color #baa474

%39.91
%35.19
%24.89

CMYK Percentages of Color #baa474

%0
%12
%38
%27

Triadic Colors of #baa474

#baa474 #74baa4 #a474ba

Analogous Colors of #baa474

#baa474 #adba74 #ba8174

Monochromatic Colors of #baa474

#baa474

Complementary Color

#baa474 #748aba

#baa474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa474 Color CSS Codes

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

#baa474 Text Font Color

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

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


#baa474 Background Color

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

This div background color is #baa474


#baa474 Border Color

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

This div border color is #baa474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa474


Comments

No comments written yet.

Please login to write comment.