Color Hex Logo

#baa975 Color Hex

#BAA975
(186,169,117)
0 Favorites   0 Comments

Color spaces of #baa975

RGB 186169117
HSL0.130.330.59
HSV45°37°73°
CMYK 0.000.090.37   0.27
XYZ37.648640.099422.5853
Yxy40.09940.37520.3997
Hunter Lab63.3241-4.692123.1804
CIE-Lab69.5403-1.504629.0922

#baa975 color RGB value is (186,169,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01110101
Octal 272 251 165
Decimal 186 169 117
Hex BA A9 75

RGB Percentages of Color #baa975

%39.41
%35.81
%24.79

CMYK Percentages of Color #baa975

%0
%9
%37
%27

Triadic Colors of #baa975

#baa975 #75baa9 #a975ba

Analogous Colors of #baa975

#baa975 #a9ba75 #ba8775

Monochromatic Colors of #baa975

#baa975

Complementary Color

#baa975 #7586ba

#baa975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa975 Color CSS Codes

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

#baa975 Text Font Color

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

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


#baa975 Background Color

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

This div background color is #baa975


#baa975 Border Color

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

This div border color is #baa975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa975


Comments

No comments written yet.

Please login to write comment.