Color Hex Logo

#ba410f Color Hex

#BA410F
(186,65,15)
0 Favorites   0 Comments

Color spaces of #ba410f

RGB 1866515
HSL0.050.850.39
HSV18°92°73°
CMYK 0.000.650.92   0.27
XYZ22.226214.25422.0318
Yxy14.25420.57710.3701
Hunter Lab37.754739.012123.2376
CIE-Lab44.595346.857051.4265

#ba410f color RGB value is (186,65,15).

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

The process color (four color CMYK) of #ba410f color hex is 0.00, 0.65, 0.92, 0.27. Web safe color of #ba410f is #cc3300. Color #ba410f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000001 00001111
Octal 272 101 17
Decimal 186 65 15
Hex BA 41 F

RGB Percentages of Color #ba410f

%69.92
%24.44
%5.64

CMYK Percentages of Color #ba410f

%0
%65
%92
%27

Triadic Colors of #ba410f

#ba410f #0fba41 #410fba

Analogous Colors of #ba410f

#ba410f #ba970f #ba0f33

Monochromatic Colors of #ba410f

#ba410f

Complementary Color

#ba410f #0f88ba

#ba410f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba410f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba410f Color CSS Codes

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

#ba410f Text Font Color

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

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


#ba410f Background Color

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

This div background color is #ba410f


#ba410f Border Color

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

This div border color is #ba410f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,65,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 #ba410f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba410f


Comments

No comments written yet.

Please login to write comment.