Color Hex Logo

#ba977d Color Hex

#BA977D
(186,151,125)
0 Favorites   0 Comments

Color spaces of #ba977d

RGB 186151125
HSL0.070.310.61
HSV26°33°73°
CMYK 0.000.190.33   0.27
XYZ35.018034.053024.1293
Yxy34.05300.37570.3654
Hunter Lab58.35494.994216.3325
CIE-Lab65.00469.285918.6336

#ba977d color RGB value is (186,151,125).

#ba977d hex color red value is 186, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba977d hue: 0.07 , saturation: 0.31 and the lightness value of ba977d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01111101
Octal 272 227 175
Decimal 186 151 125
Hex BA 97 7D

RGB Percentages of Color #ba977d

%40.26
%32.68
%27.06

CMYK Percentages of Color #ba977d

%0
%19
%33
%27

Triadic Colors of #ba977d

#ba977d #7dba97 #977dba

Analogous Colors of #ba977d

#ba977d #bab67d #ba7d82

Monochromatic Colors of #ba977d

#ba977d

Complementary Color

#ba977d #7da0ba

#ba977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba977d Color CSS Codes

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

#ba977d Text Font Color

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

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


#ba977d Background Color

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

This div background color is #ba977d


#ba977d Border Color

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

This div border color is #ba977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba977d


Comments

No comments written yet.

Please login to write comment.