Color Hex Logo

#ba891c Color Hex

#BA891C
(186,137,28)
0 Favorites   0 Comments

Color spaces of #ba891c

RGB 18613728
HSL0.110.740.42
HSV41°85°73°
CMYK 0.000.260.85   0.27
XYZ29.405028.41435.0333
Yxy28.41430.46780.4521
Hunter Lab53.30515.183231.7151
CIE-Lab60.26129.454759.7064

#ba891c color RGB value is (186,137,28).

#ba891c hex color red value is 186, green value is 137 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ba891c hue: 0.11 , saturation: 0.74 and the lightness value of ba891c is 0.42.

The process color (four color CMYK) of #ba891c color hex is 0.00, 0.26, 0.85, 0.27. Web safe color of #ba891c is #cc9933. Color #ba891c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 00011100
Octal 272 211 34
Decimal 186 137 28
Hex BA 89 1C

RGB Percentages of Color #ba891c

%52.99
%39.03
%7.98

CMYK Percentages of Color #ba891c

%0
%26
%85
%27

Triadic Colors of #ba891c

#ba891c #1cba89 #891cba

Analogous Colors of #ba891c

#ba891c #9cba1c #ba3a1c

Monochromatic Colors of #ba891c

#ba891c

Complementary Color

#ba891c #1c4dba

#ba891c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba891c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba891c Color CSS Codes

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

#ba891c Text Font Color

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

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


#ba891c Background Color

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

This div background color is #ba891c


#ba891c Border Color

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

This div border color is #ba891c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba891c


Comments

No comments written yet.

Please login to write comment.