Color Hex Logo

#ba480a Color Hex

#BA480A
(186,72,10)
0 Favorites   0 Comments

Color spaces of #ba480a

RGB 1867210
HSL0.060.900.38
HSV21°95°73°
CMYK 0.000.610.95   0.27
XYZ22.621915.09572.0086
Yxy15.09570.56940.3800
Hunter Lab38.853235.936924.1321
CIE-Lab45.765043.632653.6459

#ba480a color RGB value is (186,72,10).

#ba480a hex color red value is 186, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba480a hue: 0.06 , saturation: 0.90 and the lightness value of ba480a is 0.38.

The process color (four color CMYK) of #ba480a color hex is 0.00, 0.61, 0.95, 0.27. Web safe color of #ba480a is #cc3300. Color #ba480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 00001010
Octal 272 110 12
Decimal 186 72 10
Hex BA 48 A

RGB Percentages of Color #ba480a

%69.40
%26.87
%3.73

CMYK Percentages of Color #ba480a

%0
%61
%95
%27

Triadic Colors of #ba480a

#ba480a #0aba48 #480aba

Analogous Colors of #ba480a

#ba480a #baa00a #ba0a24

Monochromatic Colors of #ba480a

#ba480a

Complementary Color

#ba480a #0a7cba

#ba480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba480a Color CSS Codes

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

#ba480a Text Font Color

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

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


#ba480a Background Color

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

This div background color is #ba480a


#ba480a Border Color

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

This div border color is #ba480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba480a

#ba480a Color Palettes


Comments

No comments written yet.

Please login to write comment.