Color Hex Logo

#ba836c Color Hex

#BA836C
(186,131,108)
0 Favorites   0 Comments

Color spaces of #ba836c

RGB 186131108
HSL0.050.360.58
HSV18°42°73°
CMYK 0.000.300.42   0.27
XYZ31.072827.754417.9068
Yxy27.75440.40490.3617
Hunter Lab52.682413.087416.7250
CIE-Lab59.666218.295520.8828

#ba836c color RGB value is (186,131,108).

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

The process color (four color CMYK) of #ba836c color hex is 0.00, 0.30, 0.42, 0.27. Web safe color of #ba836c is #cc9966. Color #ba836c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 01101100
Octal 272 203 154
Decimal 186 131 108
Hex BA 83 6C

RGB Percentages of Color #ba836c

%43.76
%30.82
%25.41

CMYK Percentages of Color #ba836c

%0
%30
%42
%27

Triadic Colors of #ba836c

#ba836c #6cba83 #836cba

Analogous Colors of #ba836c

#ba836c #baaa6c #ba6c7c

Monochromatic Colors of #ba836c

#ba836c

Complementary Color

#ba836c #6ca3ba

#ba836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba836c Color CSS Codes

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

#ba836c Text Font Color

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

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


#ba836c Background Color

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

This div background color is #ba836c


#ba836c Border Color

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

This div border color is #ba836c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba836c


Comments

No comments written yet.

Please login to write comment.