Color Hex Logo

#ba796b Color Hex

#BA796B
(186,121,107)
0 Favorites   0 Comments

Color spaces of #ba796b

RGB 186121107
HSL0.030.360.57
HSV11°42°73°
CMYK 0.000.350.42   0.27
XYZ29.740925.175417.2017
Yxy25.17540.41240.3491
Hunter Lab50.175117.998114.7960
CIE-Lab57.245923.734418.1675

#ba796b color RGB value is (186,121,107).

#ba796b hex color red value is 186, green value is 121 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba796b hue: 0.03 , saturation: 0.36 and the lightness value of ba796b is 0.57.

The process color (four color CMYK) of #ba796b color hex is 0.00, 0.35, 0.42, 0.27. Web safe color of #ba796b is #cc6666. Color #ba796b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 01101011
Octal 272 171 153
Decimal 186 121 107
Hex BA 79 6B

RGB Percentages of Color #ba796b

%44.93
%29.23
%25.85

CMYK Percentages of Color #ba796b

%0
%35
%42
%27

Triadic Colors of #ba796b

#ba796b #6bba79 #796bba

Analogous Colors of #ba796b

#ba796b #baa16b #ba6b85

Monochromatic Colors of #ba796b

#ba796b

Complementary Color

#ba796b #6bacba

#ba796b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba796b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba796b Color CSS Codes

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

#ba796b Text Font Color

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

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


#ba796b Background Color

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

This div background color is #ba796b


#ba796b Border Color

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

This div border color is #ba796b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba796b


Comments

No comments written yet.

Please login to write comment.