Color Hex Logo

#ba975a Color Hex

#BA975A
(186,151,90)
0 Favorites   0 Comments

Color spaces of #ba975a

RGB 18615190
HSL0.110.410.54
HSV38°52°73°
CMYK 0.000.190.52   0.27
XYZ33.161833.310514.3546
Yxy33.31050.41030.4121
Hunter Lab57.71521.560125.6544
CIE-Lab64.41155.393636.8501

#ba975a color RGB value is (186,151,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01011010
Octal 272 227 132
Decimal 186 151 90
Hex BA 97 5A

RGB Percentages of Color #ba975a

%43.56
%35.36
%21.08

CMYK Percentages of Color #ba975a

%0
%19
%52
%27

Triadic Colors of #ba975a

#ba975a #5aba97 #975aba

Analogous Colors of #ba975a

#ba975a #adba5a #ba675a

Monochromatic Colors of #ba975a

#ba975a

Complementary Color

#ba975a #5a7dba

#ba975a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba975a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba975a Color CSS Codes

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

#ba975a Text Font Color

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

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


#ba975a Background Color

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

This div background color is #ba975a


#ba975a Border Color

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

This div border color is #ba975a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba975a


Comments

No comments written yet.

Please login to write comment.