Color Hex Logo

#ba462a Color Hex

#BA462A
(186,70,42)
0 Favorites   0 Comments

Color spaces of #ba462a

RGB 1867042
HSL0.030.630.45
HSV12°77°73°
CMYK 0.000.620.77   0.27
XYZ22.857814.98663.8785
Yxy14.98660.54780.3592
Hunter Lab38.712537.648321.1587
CIE-Lab45.615845.348840.4283

#ba462a color RGB value is (186,70,42).

#ba462a hex color red value is 186, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ba462a hue: 0.03 , saturation: 0.63 and the lightness value of ba462a is 0.45.

The process color (four color CMYK) of #ba462a color hex is 0.00, 0.62, 0.77, 0.27. Web safe color of #ba462a is #cc3333. Color #ba462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 00101010
Octal 272 106 52
Decimal 186 70 42
Hex BA 46 2A

RGB Percentages of Color #ba462a

%62.42
%23.49
%14.09

CMYK Percentages of Color #ba462a

%0
%62
%77
%27

Triadic Colors of #ba462a

#ba462a #2aba46 #462aba

Analogous Colors of #ba462a

#ba462a #ba8e2a #ba2a56

Monochromatic Colors of #ba462a

#ba462a

Complementary Color

#ba462a #2a9eba

#ba462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba462a Color CSS Codes

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

#ba462a Text Font Color

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

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


#ba462a Background Color

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

This div background color is #ba462a


#ba462a Border Color

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

This div border color is #ba462a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba462a


Comments

No comments written yet.

Please login to write comment.