Color Hex Logo

#ba741b Color Hex

#BA741B
(186,116,27)
0 Favorites   0 Comments

Color spaces of #ba741b

RGB 18611627
HSL0.090.750.42
HSV34°85°73°
CMYK 0.000.380.85   0.27
XYZ26.692923.00904.0712
Yxy23.00900.49640.4279
Hunter Lab47.967715.387628.5452
CIE-Lab55.081621.046855.6764

#ba741b color RGB value is (186,116,27).

#ba741b hex color red value is 186, green value is 116 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ba741b hue: 0.09 , saturation: 0.75 and the lightness value of ba741b is 0.42.

The process color (four color CMYK) of #ba741b color hex is 0.00, 0.38, 0.85, 0.27. Web safe color of #ba741b is #cc6633. Color #ba741b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 00011011
Octal 272 164 33
Decimal 186 116 27
Hex BA 74 1B

RGB Percentages of Color #ba741b

%56.53
%35.26
%8.21

CMYK Percentages of Color #ba741b

%0
%38
%85
%27

Triadic Colors of #ba741b

#ba741b #1bba74 #741bba

Analogous Colors of #ba741b

#ba741b #b1ba1b #ba251b

Monochromatic Colors of #ba741b

#ba741b

Complementary Color

#ba741b #1b61ba

#ba741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba741b Color CSS Codes

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

#ba741b Text Font Color

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

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


#ba741b Background Color

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

This div background color is #ba741b


#ba741b Border Color

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

This div border color is #ba741b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba741b


Comments

No comments written yet.

Please login to write comment.