Color Hex Logo

#ba9078 Color Hex

#BA9078
(186,144,120)
0 Favorites   0 Comments

Color spaces of #ba9078

RGB 186144120
HSL0.060.320.60
HSV22°35°73°
CMYK 0.000.230.35   0.27
XYZ33.613131.741722.1245
Yxy31.74170.38420.3628
Hunter Lab56.33987.901016.1548
CIE-Lab63.128812.512118.8487

#ba9078 color RGB value is (186,144,120).

#ba9078 hex color red value is 186, green value is 144 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ba9078 hue: 0.06 , saturation: 0.32 and the lightness value of ba9078 is 0.60.

The process color (four color CMYK) of #ba9078 color hex is 0.00, 0.23, 0.35, 0.27. Web safe color of #ba9078 is #cc9966. Color #ba9078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 01111000
Octal 272 220 170
Decimal 186 144 120
Hex BA 90 78

RGB Percentages of Color #ba9078

%41.33
%32.00
%26.67

CMYK Percentages of Color #ba9078

%0
%23
%35
%27

Triadic Colors of #ba9078

#ba9078 #78ba90 #9078ba

Analogous Colors of #ba9078

#ba9078 #bab178 #ba7881

Monochromatic Colors of #ba9078

#ba9078

Complementary Color

#ba9078 #78a2ba

#ba9078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9078 Color CSS Codes

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

#ba9078 Text Font Color

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

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


#ba9078 Background Color

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

This div background color is #ba9078


#ba9078 Border Color

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

This div border color is #ba9078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9078


Comments

No comments written yet.

Please login to write comment.