Color Hex Logo

#bca57a Color Hex

#BCA57A
(188,165,122)
0 Favorites   0 Comments

Color spaces of #bca57a

RGB 188165122
HSL0.110.330.61
HSV39°35°74°
CMYK 0.000.120.35   0.26
XYZ37.707039.006823.9540
Yxy39.00680.37460.3875
Hunter Lab62.4554-1.528920.9789
CIE-Lab68.75622.064925.3956

#bca57a color RGB value is (188,165,122).

#bca57a hex color red value is 188, green value is 165 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bca57a hue: 0.11 , saturation: 0.33 and the lightness value of bca57a is 0.61.

The process color (four color CMYK) of #bca57a color hex is 0.00, 0.12, 0.35, 0.26. Web safe color of #bca57a is #cc9966. Color #bca57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01111010
Octal 274 245 172
Decimal 188 165 122
Hex BC A5 7A

RGB Percentages of Color #bca57a

%39.58
%34.74
%25.68

CMYK Percentages of Color #bca57a

%0
%12
%35
%26

Triadic Colors of #bca57a

#bca57a #7abca5 #a57abc

Analogous Colors of #bca57a

#bca57a #b2bc7a #bc847a

Monochromatic Colors of #bca57a

#bca57a

Complementary Color

#bca57a #7a91bc

#bca57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca57a Color CSS Codes

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

#bca57a Text Font Color

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

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


#bca57a Background Color

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

This div background color is #bca57a


#bca57a Border Color

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

This div border color is #bca57a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,165,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bca57a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bca57a;
  -webkit-box-shadow: 1px 1px 3px 2px #bca57a;
  box-shadow:         1px 1px 3px 2px #bca57a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,165,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca57a


Comments

No comments written yet.

Please login to write comment.