Color Hex Logo

#ba672d Color Hex

#BA672D
(186,103,45)
0 Favorites   0 Comments

Color spaces of #ba672d

RGB 18610345
HSL0.070.610.45
HSV25°76°73°
CMYK 0.000.450.76   0.27
XYZ25.573620.32915.0586
Yxy20.32910.50180.3989
Hunter Lab45.087822.340724.9095
CIE-Lab52.207328.793945.7002

#ba672d color RGB value is (186,103,45).

#ba672d hex color red value is 186, green value is 103 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba672d hue: 0.07 , saturation: 0.61 and the lightness value of ba672d is 0.45.

The process color (four color CMYK) of #ba672d color hex is 0.00, 0.45, 0.76, 0.27. Web safe color of #ba672d is #cc6633. Color #ba672d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 00101101
Octal 272 147 55
Decimal 186 103 45
Hex BA 67 2D

RGB Percentages of Color #ba672d

%55.69
%30.84
%13.47

CMYK Percentages of Color #ba672d

%0
%45
%76
%27

Triadic Colors of #ba672d

#ba672d #2dba67 #672dba

Analogous Colors of #ba672d

#ba672d #baae2d #ba2d39

Monochromatic Colors of #ba672d

#ba672d

Complementary Color

#ba672d #2d80ba

#ba672d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba672d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba672d Color CSS Codes

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

#ba672d Text Font Color

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

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


#ba672d Background Color

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

This div background color is #ba672d


#ba672d Border Color

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

This div border color is #ba672d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba672d


Comments

No comments written yet.

Please login to write comment.