Color Hex Logo

#ba714b Color Hex

#BA714B
(186,113,75)
0 Favorites   0 Comments

Color spaces of #ba714b

RGB 18611375
HSL0.060.450.51
HSV21°60°73°
CMYK 0.000.390.60   0.27
XYZ27.424822.75749.6038
Yxy22.75740.45870.3806
Hunter Lab47.704719.134021.4572
CIE-Lab54.821625.133333.0786

#ba714b color RGB value is (186,113,75).

#ba714b hex color red value is 186, green value is 113 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba714b hue: 0.06 , saturation: 0.45 and the lightness value of ba714b is 0.51.

The process color (four color CMYK) of #ba714b color hex is 0.00, 0.39, 0.60, 0.27. Web safe color of #ba714b is #cc6633. Color #ba714b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 01001011
Octal 272 161 113
Decimal 186 113 75
Hex BA 71 4B

RGB Percentages of Color #ba714b

%49.73
%30.21
%20.05

CMYK Percentages of Color #ba714b

%0
%39
%60
%27

Triadic Colors of #ba714b

#ba714b #4bba71 #714bba

Analogous Colors of #ba714b

#ba714b #baa94b #ba4b5c

Monochromatic Colors of #ba714b

#ba714b

Complementary Color

#ba714b #4b94ba

#ba714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba714b Color CSS Codes

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

#ba714b Text Font Color

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

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


#ba714b Background Color

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

This div background color is #ba714b


#ba714b Border Color

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

This div border color is #ba714b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba714b


Comments

No comments written yet.

Please login to write comment.