Color Hex Logo

#ba472b Color Hex

#BA472B
(186,71,43)
0 Favorites   0 Comments

Color spaces of #ba472b

RGB 1867143
HSL0.030.620.45
HSV12°77°73°
CMYK 0.000.620.77   0.27
XYZ22.939015.12003.9949
Yxy15.12000.54550.3595
Hunter Lab38.884437.254321.1278
CIE-Lab45.798144.930940.0908

#ba472b color RGB value is (186,71,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 00101011
Octal 272 107 53
Decimal 186 71 43
Hex BA 47 2B

RGB Percentages of Color #ba472b

%62.00
%23.67
%14.33

CMYK Percentages of Color #ba472b

%0
%62
%77
%27

Triadic Colors of #ba472b

#ba472b #2bba47 #472bba

Analogous Colors of #ba472b

#ba472b #ba8f2b #ba2b57

Monochromatic Colors of #ba472b

#ba472b

Complementary Color

#ba472b #2b9eba

#ba472b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba472b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba472b Color CSS Codes

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

#ba472b Text Font Color

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

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


#ba472b Background Color

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

This div background color is #ba472b


#ba472b Border Color

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

This div border color is #ba472b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba472b


Comments

No comments written yet.

Please login to write comment.