Color Hex Logo

#ba794d Color Hex

#BA794D
(186,121,77)
0 Favorites   0 Comments

Color spaces of #ba794d

RGB 18612177
HSL0.070.440.52
HSV24°59°73°
CMYK 0.000.350.59   0.27
XYZ28.426624.649710.2808
Yxy24.64970.44870.3891
Hunter Lab49.648515.316722.4766
CIE-Lab56.732520.871634.3287

#ba794d color RGB value is (186,121,77).

#ba794d hex color red value is 186, green value is 121 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ba794d hue: 0.07 , saturation: 0.44 and the lightness value of ba794d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 01001101
Octal 272 171 115
Decimal 186 121 77
Hex BA 79 4D

RGB Percentages of Color #ba794d

%48.44
%31.51
%20.05

CMYK Percentages of Color #ba794d

%0
%35
%59
%27

Triadic Colors of #ba794d

#ba794d #4dba79 #794dba

Analogous Colors of #ba794d

#ba794d #bab04d #ba4d58

Monochromatic Colors of #ba794d

#ba794d

Complementary Color

#ba794d #4d8eba

#ba794d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba794d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba794d Color CSS Codes

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

#ba794d Text Font Color

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

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


#ba794d Background Color

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

This div background color is #ba794d


#ba794d Border Color

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

This div border color is #ba794d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba794d


Comments

No comments written yet.

Please login to write comment.