Color Hex Logo

#ba846c Color Hex

#BA846C
(186,132,108)
0 Favorites   0 Comments

Color spaces of #ba846c

RGB 186132108
HSL0.050.360.58
HSV18°42°73°
CMYK 0.000.290.42   0.27
XYZ31.207728.024317.9518
Yxy28.02430.40430.3631
Hunter Lab52.938012.586816.9508
CIE-Lab59.910717.739521.2126

#ba846c color RGB value is (186,132,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 01101100
Octal 272 204 154
Decimal 186 132 108
Hex BA 84 6C

RGB Percentages of Color #ba846c

%43.66
%30.99
%25.35

CMYK Percentages of Color #ba846c

%0
%29
%42
%27

Triadic Colors of #ba846c

#ba846c #6cba84 #846cba

Analogous Colors of #ba846c

#ba846c #baab6c #ba6c7b

Monochromatic Colors of #ba846c

#ba846c

Complementary Color

#ba846c #6ca2ba

#ba846c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba846c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba846c Color CSS Codes

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

#ba846c Text Font Color

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

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


#ba846c Background Color

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

This div background color is #ba846c


#ba846c Border Color

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

This div border color is #ba846c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba846c


Comments

No comments written yet.

Please login to write comment.