Color Hex Logo

#ba483a Color Hex

#BA483A
(186,72,58)
0 Favorites   0 Comments

Color spaces of #ba483a

RGB 1867258
HSL0.020.520.48
HSV69°73°
CMYK 0.000.610.69   0.27
XYZ23.330815.37935.7418
Yxy15.37930.52490.3460
Hunter Lab39.216537.565118.7707
CIE-Lab46.149445.179232.1544

#ba483a color RGB value is (186,72,58).

#ba483a hex color red value is 186, green value is 72 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba483a hue: 0.02 , saturation: 0.52 and the lightness value of ba483a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 00111010
Octal 272 110 72
Decimal 186 72 58
Hex BA 48 3A

RGB Percentages of Color #ba483a

%58.86
%22.78
%18.35

CMYK Percentages of Color #ba483a

%0
%61
%69
%27

Triadic Colors of #ba483a

#ba483a #3aba48 #483aba

Analogous Colors of #ba483a

#ba483a #ba883a #ba3a6c

Monochromatic Colors of #ba483a

#ba483a

Complementary Color

#ba483a #3aacba

#ba483a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba483a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba483a Color CSS Codes

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

#ba483a Text Font Color

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

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


#ba483a Background Color

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

This div background color is #ba483a


#ba483a Border Color

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

This div border color is #ba483a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba483a


Comments

No comments written yet.

Please login to write comment.