Color Hex Logo

#ba750c Color Hex

#BA750C
(186,117,12)
0 Favorites   0 Comments

Color spaces of #ba750c

RGB 18611712
HSL0.100.880.39
HSV36°94°73°
CMYK 0.000.370.94   0.27
XYZ26.677423.18823.4176
Yxy23.18820.50070.4352
Hunter Lab48.154114.619329.5000
CIE-Lab55.265720.190059.7833

#ba750c color RGB value is (186,117,12).

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

The process color (four color CMYK) of #ba750c color hex is 0.00, 0.37, 0.94, 0.27. Web safe color of #ba750c is #cc6600. Color #ba750c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 00001100
Octal 272 165 14
Decimal 186 117 12
Hex BA 75 C

RGB Percentages of Color #ba750c

%59.05
%37.14
%3.81

CMYK Percentages of Color #ba750c

%0
%37
%94
%27

Triadic Colors of #ba750c

#ba750c #0cba75 #750cba

Analogous Colors of #ba750c

#ba750c #a8ba0c #ba1e0c

Monochromatic Colors of #ba750c

#ba750c

Complementary Color

#ba750c #0c51ba

#ba750c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba750c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba750c Color CSS Codes

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

#ba750c Text Font Color

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

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


#ba750c Background Color

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

This div background color is #ba750c


#ba750c Border Color

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

This div border color is #ba750c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba750c


Comments

No comments written yet.

Please login to write comment.