Color Hex Logo

#ba974f Color Hex

#BA974F
(186,151,79)
0 Favorites   0 Comments

Color spaces of #ba974f

RGB 18615179
HSL0.110.440.52
HSV40°58°73°
CMYK 0.000.190.58   0.27
XYZ32.727633.136812.0683
Yxy33.13680.41990.4252
Hunter Lab57.56460.745927.8652
CIE-Lab64.27154.454142.3282

#ba974f color RGB value is (186,151,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01001111
Octal 272 227 117
Decimal 186 151 79
Hex BA 97 4F

RGB Percentages of Color #ba974f

%44.71
%36.30
%18.99

CMYK Percentages of Color #ba974f

%0
%19
%58
%27

Triadic Colors of #ba974f

#ba974f #4fba97 #974fba

Analogous Colors of #ba974f

#ba974f #a8ba4f #ba614f

Monochromatic Colors of #ba974f

#ba974f

Complementary Color

#ba974f #4f72ba

#ba974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba974f Color CSS Codes

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

#ba974f Text Font Color

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

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


#ba974f Background Color

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

This div background color is #ba974f


#ba974f Border Color

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

This div border color is #ba974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba974f


Comments

No comments written yet.

Please login to write comment.