Color Hex Logo

#ba974e Color Hex

#BA974E
(186,151,78)
0 Favorites   0 Comments

Color spaces of #ba974e

RGB 18615178
HSL0.110.440.52
HSV41°58°73°
CMYK 0.000.190.58   0.27
XYZ32.691533.122411.8780
Yxy33.12240.42080.4263
Hunter Lab57.55210.677928.0498
CIE-Lab64.25994.375342.8158

#ba974e color RGB value is (186,151,78).

#ba974e hex color red value is 186, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba974e hue: 0.11 , saturation: 0.44 and the lightness value of ba974e is 0.52.

The process color (four color CMYK) of #ba974e color hex is 0.00, 0.19, 0.58, 0.27. Web safe color of #ba974e is #cc9966. Color #ba974e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01001110
Octal 272 227 116
Decimal 186 151 78
Hex BA 97 4E

RGB Percentages of Color #ba974e

%44.82
%36.39
%18.80

CMYK Percentages of Color #ba974e

%0
%19
%58
%27

Triadic Colors of #ba974e

#ba974e #4eba97 #974eba

Analogous Colors of #ba974e

#ba974e #a7ba4e #ba614e

Monochromatic Colors of #ba974e

#ba974e

Complementary Color

#ba974e #4e71ba

#ba974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba974e Color CSS Codes

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

#ba974e Text Font Color

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

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


#ba974e Background Color

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

This div background color is #ba974e


#ba974e Border Color

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

This div border color is #ba974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba974e


Comments

No comments written yet.

Please login to write comment.