Color Hex Logo

#ba422f Color Hex

#BA422F
(186,66,47)
0 Favorites   0 Comments

Color spaces of #ba422f

RGB 1866647
HSL0.020.600.46
HSV75°73°
CMYK 0.000.650.75   0.27
XYZ22.711014.54084.2990
Yxy14.54080.54660.3500
Hunter Lab38.132439.579820.0084
CIE-Lab44.998747.341737.0673

#ba422f color RGB value is (186,66,47).

#ba422f hex color red value is 186, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ba422f hue: 0.02 , saturation: 0.60 and the lightness value of ba422f is 0.46.

The process color (four color CMYK) of #ba422f color hex is 0.00, 0.65, 0.75, 0.27. Web safe color of #ba422f is #cc3333. Color #ba422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 00101111
Octal 272 102 57
Decimal 186 66 47
Hex BA 42 2F

RGB Percentages of Color #ba422f

%62.21
%22.07
%15.72

CMYK Percentages of Color #ba422f

%0
%65
%75
%27

Triadic Colors of #ba422f

#ba422f #2fba42 #422fba

Analogous Colors of #ba422f

#ba422f #ba882f #ba2f62

Monochromatic Colors of #ba422f

#ba422f

Complementary Color

#ba422f #2fa7ba

#ba422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba422f Color CSS Codes

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

#ba422f Text Font Color

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

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


#ba422f Background Color

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

This div background color is #ba422f


#ba422f Border Color

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

This div border color is #ba422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba422f


Comments

No comments written yet.

Please login to write comment.