Color Hex Logo

#ba790f Color Hex

#BA790F
(186,121,15)
0 Favorites   0 Comments

Color spaces of #ba790f

RGB 18612115
HSL0.100.850.39
HSV37°92°73°
CMYK 0.000.350.92   0.27
XYZ27.173324.14833.6808
Yxy24.14830.49400.4390
Hunter Lab49.140912.708029.9576
CIE-Lab56.236018.023759.8766

#ba790f color RGB value is (186,121,15).

#ba790f hex color red value is 186, green value is 121 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ba790f hue: 0.10 , saturation: 0.85 and the lightness value of ba790f is 0.39.

The process color (four color CMYK) of #ba790f color hex is 0.00, 0.35, 0.92, 0.27. Web safe color of #ba790f is #cc6600. Color #ba790f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 00001111
Octal 272 171 17
Decimal 186 121 15
Hex BA 79 F

RGB Percentages of Color #ba790f

%57.76
%37.58
%4.66

CMYK Percentages of Color #ba790f

%0
%35
%92
%27

Triadic Colors of #ba790f

#ba790f #0fba79 #790fba

Analogous Colors of #ba790f

#ba790f #a6ba0f #ba230f

Monochromatic Colors of #ba790f

#ba790f

Complementary Color

#ba790f #0f50ba

#ba790f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba790f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba790f Color CSS Codes

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

#ba790f Text Font Color

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

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


#ba790f Background Color

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

This div background color is #ba790f


#ba790f Border Color

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

This div border color is #ba790f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba790f


Comments

No comments written yet.

Please login to write comment.