Color Hex Logo

#ba995f Color Hex

#BA995F
(186,153,95)
0 Favorites   0 Comments

Color spaces of #ba995f

RGB 18615395
HSL0.110.400.55
HSV38°49°73°
CMYK 0.000.180.49   0.27
XYZ33.706534.047815.6218
Yxy34.04780.40430.4084
Hunter Lab58.35050.998224.9720
CIE-Lab65.00054.771834.9543

#ba995f color RGB value is (186,153,95).

#ba995f hex color red value is 186, green value is 153 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba995f hue: 0.11 , saturation: 0.40 and the lightness value of ba995f is 0.55.

The process color (four color CMYK) of #ba995f color hex is 0.00, 0.18, 0.49, 0.27. Web safe color of #ba995f is #cc9966. Color #ba995f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01011111
Octal 272 231 137
Decimal 186 153 95
Hex BA 99 5F

RGB Percentages of Color #ba995f

%42.86
%35.25
%21.89

CMYK Percentages of Color #ba995f

%0
%18
%49
%27

Triadic Colors of #ba995f

#ba995f #5fba99 #995fba

Analogous Colors of #ba995f

#ba995f #aeba5f #ba6c5f

Monochromatic Colors of #ba995f

#ba995f

Complementary Color

#ba995f #5f80ba

#ba995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba995f Color CSS Codes

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

#ba995f Text Font Color

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

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


#ba995f Background Color

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

This div background color is #ba995f


#ba995f Border Color

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

This div border color is #ba995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba995f


Comments

No comments written yet.

Please login to write comment.