Color Hex Logo

#ba763d Color Hex

#BA763D
(186,118,61)
0 Favorites   0 Comments

Color spaces of #ba763d

RGB 18611861
HSL0.080.510.48
HSV27°67°73°
CMYK 0.000.370.67   0.27
XYZ27.570423.73297.5427
Yxy23.73290.46850.4033
Hunter Lab48.716415.765924.9217
CIE-Lab55.819421.416141.6870

#ba763d color RGB value is (186,118,61).

#ba763d hex color red value is 186, green value is 118 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ba763d hue: 0.08 , saturation: 0.51 and the lightness value of ba763d is 0.48.

The process color (four color CMYK) of #ba763d color hex is 0.00, 0.37, 0.67, 0.27. Web safe color of #ba763d is #cc6633. Color #ba763d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 00111101
Octal 272 166 75
Decimal 186 118 61
Hex BA 76 3D

RGB Percentages of Color #ba763d

%50.96
%32.33
%16.71

CMYK Percentages of Color #ba763d

%0
%37
%67
%27

Triadic Colors of #ba763d

#ba763d #3dba76 #763dba

Analogous Colors of #ba763d

#ba763d #bab53d #ba3d43

Monochromatic Colors of #ba763d

#ba763d

Complementary Color

#ba763d #3d81ba

#ba763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba763d Color CSS Codes

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

#ba763d Text Font Color

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

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


#ba763d Background Color

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

This div background color is #ba763d


#ba763d Border Color

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

This div border color is #ba763d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba763d

#ba763d Color Palettes


Comments

No comments written yet.

Please login to write comment.