Color Hex Logo

#ba683d Color Hex

#BA683D
(186,104,61)
0 Favorites   0 Comments

Color spaces of #ba683d

RGB 18610461
HSL0.060.510.48
HSV21°67°73°
CMYK 0.000.440.67   0.27
XYZ26.042320.67677.0333
Yxy20.67670.48450.3847
Hunter Lab45.471622.654322.6595
CIE-Lab52.593829.087838.0181

#ba683d color RGB value is (186,104,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 00111101
Octal 272 150 75
Decimal 186 104 61
Hex BA 68 3D

RGB Percentages of Color #ba683d

%52.99
%29.63
%17.38

CMYK Percentages of Color #ba683d

%0
%44
%67
%27

Triadic Colors of #ba683d

#ba683d #3dba68 #683dba

Analogous Colors of #ba683d

#ba683d #baa73d #ba3d50

Monochromatic Colors of #ba683d

#ba683d

Complementary Color

#ba683d #3d8fba

#ba683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba683d Color CSS Codes

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

#ba683d Text Font Color

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

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


#ba683d Background Color

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

This div background color is #ba683d


#ba683d Border Color

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

This div border color is #ba683d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,104,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 #ba683d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba683d


Comments

No comments written yet.

Please login to write comment.