Color Hex Logo

#ba481e Color Hex

#BA481E
(186,72,30)
0 Favorites   0 Comments

Color spaces of #ba481e

RGB 1867230
HSL0.040.720.42
HSV16°84°73°
CMYK 0.000.610.84   0.27
XYZ22.801415.16762.9542
Yxy15.16760.55720.3706
Hunter Lab38.945636.351222.7645
CIE-Lab45.862944.028046.5626

#ba481e color RGB value is (186,72,30).

#ba481e hex color red value is 186, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ba481e hue: 0.04 , saturation: 0.72 and the lightness value of ba481e is 0.42.

The process color (four color CMYK) of #ba481e color hex is 0.00, 0.61, 0.84, 0.27. Web safe color of #ba481e is #cc3333. Color #ba481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 00011110
Octal 272 110 36
Decimal 186 72 30
Hex BA 48 1E

RGB Percentages of Color #ba481e

%64.58
%25.00
%10.42

CMYK Percentages of Color #ba481e

%0
%61
%84
%27

Triadic Colors of #ba481e

#ba481e #1eba48 #481eba

Analogous Colors of #ba481e

#ba481e #ba961e #ba1e42

Monochromatic Colors of #ba481e

#ba481e

Complementary Color

#ba481e #1e90ba

#ba481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba481e Color CSS Codes

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

#ba481e Text Font Color

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

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


#ba481e Background Color

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

This div background color is #ba481e


#ba481e Border Color

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

This div border color is #ba481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba481e


Comments

No comments written yet.

Please login to write comment.