Color Hex Logo

#ba979c Color Hex

#BA979C
(186,151,156)
0 Favorites   0 Comments

Color spaces of #ba979c

RGB 186151156
HSL0.980.200.66
HSV351°19°73°
CMYK 0.000.190.16   0.27
XYZ37.317134.972636.2361
Yxy34.97260.34390.3223
Hunter Lab59.13769.14645.0669
CIE-Lab65.727313.84962.3111

#ba979c color RGB value is (186,151,156).

#ba979c hex color red value is 186, green value is 151 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ba979c hue: 0.98 , saturation: 0.20 and the lightness value of ba979c is 0.66.

The process color (four color CMYK) of #ba979c color hex is 0.00, 0.19, 0.16, 0.27. Web safe color of #ba979c is #cc9999. Color #ba979c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 10011100
Octal 272 227 234
Decimal 186 151 156
Hex BA 97 9C

RGB Percentages of Color #ba979c

%37.73
%30.63
%31.64

CMYK Percentages of Color #ba979c

%0
%19
%16
%27

Triadic Colors of #ba979c

#ba979c #9cba97 #979cba

Analogous Colors of #ba979c

#ba979c #baa497 #ba97ae

Monochromatic Colors of #ba979c

#ba979c

Complementary Color

#ba979c #97bab5

#ba979c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba979c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba979c Color CSS Codes

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

#ba979c Text Font Color

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

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


#ba979c Background Color

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

This div background color is #ba979c


#ba979c Border Color

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

This div border color is #ba979c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba979c


Comments

No comments written yet.

Please login to write comment.