Color Hex Logo

#ba816d Color Hex

#BA816D
(186,129,109)
0 Favorites   0 Comments

Color spaces of #ba816d

RGB 186129109
HSL0.040.360.58
HSV16°41°73°
CMYK 0.000.310.41   0.27
XYZ30.860327.243718.1001
Yxy27.24370.40500.3575
Hunter Lab52.195514.195015.9766
CIE-Lab59.199219.521419.6848

#ba816d color RGB value is (186,129,109).

#ba816d hex color red value is 186, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba816d hue: 0.04 , saturation: 0.36 and the lightness value of ba816d is 0.58.

The process color (four color CMYK) of #ba816d color hex is 0.00, 0.31, 0.41, 0.27. Web safe color of #ba816d is #cc9966. Color #ba816d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 01101101
Octal 272 201 155
Decimal 186 129 109
Hex BA 81 6D

RGB Percentages of Color #ba816d

%43.87
%30.42
%25.71

CMYK Percentages of Color #ba816d

%0
%31
%41
%27

Triadic Colors of #ba816d

#ba816d #6dba81 #816dba

Analogous Colors of #ba816d

#ba816d #baa86d #ba6d80

Monochromatic Colors of #ba816d

#ba816d

Complementary Color

#ba816d #6da6ba

#ba816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba816d Color CSS Codes

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

#ba816d Text Font Color

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

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


#ba816d Background Color

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

This div background color is #ba816d


#ba816d Border Color

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

This div border color is #ba816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba816d


Comments

No comments written yet.

Please login to write comment.