Color Hex Logo

#ba483b Color Hex

#BA483B
(186,72,59)
0 Favorites   0 Comments

Color spaces of #ba483b

RGB 1867259
HSL0.020.520.48
HSV68°73°
CMYK 0.000.610.68   0.27
XYZ23.356515.38965.8771
Yxy15.38960.52340.3449
Hunter Lab39.229637.623518.5783
CIE-Lab46.163345.234331.5938

#ba483b color RGB value is (186,72,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 00111011
Octal 272 110 73
Decimal 186 72 59
Hex BA 48 3B

RGB Percentages of Color #ba483b

%58.68
%22.71
%18.61

CMYK Percentages of Color #ba483b

%0
%61
%68
%27

Triadic Colors of #ba483b

#ba483b #3bba48 #483bba

Analogous Colors of #ba483b

#ba483b #ba883b #ba3b6e

Monochromatic Colors of #ba483b

#ba483b

Complementary Color

#ba483b #3badba

#ba483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba483b Color CSS Codes

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

#ba483b Text Font Color

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

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


#ba483b Background Color

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

This div background color is #ba483b


#ba483b Border Color

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

This div border color is #ba483b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba483b


Comments

No comments written yet.

Please login to write comment.