Color Hex Logo

#ba977b Color Hex

#BA977B
(186,151,123)
0 Favorites   0 Comments

Color spaces of #ba977b

RGB 186151123
HSL0.070.310.61
HSV27°34°73°
CMYK 0.000.190.34   0.27
XYZ34.891534.002423.4630
Yxy34.00240.37780.3682
Hunter Lab58.31164.762616.9614
CIE-Lab64.96459.026819.6888

#ba977b color RGB value is (186,151,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 01111011
Octal 272 227 173
Decimal 186 151 123
Hex BA 97 7B

RGB Percentages of Color #ba977b

%40.43
%32.83
%26.74

CMYK Percentages of Color #ba977b

%0
%19
%34
%27

Triadic Colors of #ba977b

#ba977b #7bba97 #977bba

Analogous Colors of #ba977b

#ba977b #bab77b #ba7b7f

Monochromatic Colors of #ba977b

#ba977b

Complementary Color

#ba977b #7b9eba

#ba977b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba977b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba977b Color CSS Codes

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

#ba977b Text Font Color

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

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


#ba977b Background Color

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

This div background color is #ba977b


#ba977b Border Color

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

This div border color is #ba977b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba977b


Comments

No comments written yet.

Please login to write comment.