Color Hex Logo

#ba463b Color Hex

#BA463B
(186,70,59)
0 Favorites   0 Comments

Color spaces of #ba463b

RGB 1867059
HSL0.010.520.48
HSV68°73°
CMYK 0.000.620.68   0.27
XYZ23.229315.13525.8347
Yxy15.13520.52560.3424
Hunter Lab38.904038.499118.3407
CIE-Lab45.818846.149431.1822

#ba463b color RGB value is (186,70,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 00111011
Octal 272 106 73
Decimal 186 70 59
Hex BA 46 3B

RGB Percentages of Color #ba463b

%59.05
%22.22
%18.73

CMYK Percentages of Color #ba463b

%0
%62
%68
%27

Triadic Colors of #ba463b

#ba463b #3bba46 #463bba

Analogous Colors of #ba463b

#ba463b #ba863b #ba3b70

Monochromatic Colors of #ba463b

#ba463b

Complementary Color

#ba463b #3bafba

#ba463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba463b Color CSS Codes

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

#ba463b Text Font Color

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

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


#ba463b Background Color

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

This div background color is #ba463b


#ba463b Border Color

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

This div border color is #ba463b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,70,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 #ba463b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba463b


Comments

No comments written yet.

Please login to write comment.