Color Hex Logo

#ba4601 Color Hex

#BA4601
(186,70,1)
0 Favorites   0 Comments

Color spaces of #ba4601

RGB 186701
HSL0.060.990.37
HSV22°99°73°
CMYK 0.000.620.99   0.27
XYZ22.445314.82161.7066
Yxy14.82160.57590.3803
Hunter Lab38.498836.694824.3209
CIE-Lab45.388944.445355.7910

#ba4601 color RGB value is (186,70,1).

#ba4601 hex color red value is 186, green value is 70 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ba4601 hue: 0.06 , saturation: 0.99 and the lightness value of ba4601 is 0.37.

The process color (four color CMYK) of #ba4601 color hex is 0.00, 0.62, 0.99, 0.27. Web safe color of #ba4601 is #cc3300. Color #ba4601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 00000001
Octal 272 106 1
Decimal 186 70 1
Hex BA 46 1

RGB Percentages of Color #ba4601

%72.37
%27.24
%0.39

CMYK Percentages of Color #ba4601

%0
%62
%99
%27

Triadic Colors of #ba4601

#ba4601 #01ba46 #4601ba

Analogous Colors of #ba4601

#ba4601 #baa301 #ba0119

Monochromatic Colors of #ba4601

#ba4601

Complementary Color

#ba4601 #0175ba

#ba4601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4601 Color CSS Codes

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

#ba4601 Text Font Color

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

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


#ba4601 Background Color

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

This div background color is #ba4601


#ba4601 Border Color

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

This div border color is #ba4601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4601


Comments

No comments written yet.

Please login to write comment.