Color Hex Logo

#ba460f Color Hex

#BA460F
(186,70,15)
0 Favorites   0 Comments

Color spaces of #ba460f

RGB 1867015
HSL0.050.850.39
HSV19°92°73°
CMYK 0.000.620.92   0.27
XYZ22.526114.85392.1318
Yxy14.85390.57010.3759
Hunter Lab38.540836.882423.6990
CIE-Lab45.433444.623752.0152

#ba460f color RGB value is (186,70,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 00001111
Octal 272 106 17
Decimal 186 70 15
Hex BA 46 F

RGB Percentages of Color #ba460f

%68.63
%25.83
%5.54

CMYK Percentages of Color #ba460f

%0
%62
%92
%27

Triadic Colors of #ba460f

#ba460f #0fba46 #460fba

Analogous Colors of #ba460f

#ba460f #ba9c0f #ba0f2e

Monochromatic Colors of #ba460f

#ba460f

Complementary Color

#ba460f #0f83ba

#ba460f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba460f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba460f Color CSS Codes

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

#ba460f Text Font Color

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

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


#ba460f Background Color

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

This div background color is #ba460f


#ba460f Border Color

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

This div border color is #ba460f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba460f


Comments

No comments written yet.

Please login to write comment.