Color Hex Logo

#ba3315 Color Hex

#BA3315
(186,51,21)
0 Favorites   0 Comments

Color spaces of #ba3315

RGB 1865121
HSL0.030.800.41
HSV11°89°73°
CMYK 0.000.730.89   0.27
XYZ21.568912.86092.0551
Yxy12.86090.59120.3525
Hunter Lab35.862144.598421.7058
CIE-Lab42.552952.593447.7031

#ba3315 color RGB value is (186,51,21).

#ba3315 hex color red value is 186, green value is 51 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ba3315 hue: 0.03 , saturation: 0.80 and the lightness value of ba3315 is 0.41.

The process color (four color CMYK) of #ba3315 color hex is 0.00, 0.73, 0.89, 0.27. Web safe color of #ba3315 is #cc3300. Color #ba3315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 00010101
Octal 272 63 25
Decimal 186 51 21
Hex BA 33 15

RGB Percentages of Color #ba3315

%72.09
%19.77
%8.14

CMYK Percentages of Color #ba3315

%0
%73
%89
%27

Triadic Colors of #ba3315

#ba3315 #15ba33 #3315ba

Analogous Colors of #ba3315

#ba3315 #ba8615 #ba1549

Monochromatic Colors of #ba3315

#ba3315

Complementary Color

#ba3315 #159cba

#ba3315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3315 Color CSS Codes

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

#ba3315 Text Font Color

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

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


#ba3315 Background Color

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

This div background color is #ba3315


#ba3315 Border Color

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

This div border color is #ba3315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3315


Comments

No comments written yet.

Please login to write comment.