Color Hex Logo

#bca757 Color Hex

#BCA757
(188,167,87)
0 Favorites   0 Comments

Color spaces of #bca757

RGB 18816787
HSL0.130.430.54
HSV48°54°74°
CMYK 0.000.110.54   0.26
XYZ36.278139.016914.6358
Yxy39.01690.40340.4339
Hunter Lab62.4635-5.640429.8322
CIE-Lab68.7635-2.667343.6932

#bca757 color RGB value is (188,167,87).

#bca757 hex color red value is 188, green value is 167 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bca757 hue: 0.13 , saturation: 0.43 and the lightness value of bca757 is 0.54.

The process color (four color CMYK) of #bca757 color hex is 0.00, 0.11, 0.54, 0.26. Web safe color of #bca757 is #cc9966. Color #bca757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01010111
Octal 274 247 127
Decimal 188 167 87
Hex BC A7 57

RGB Percentages of Color #bca757

%42.53
%37.78
%19.68

CMYK Percentages of Color #bca757

%0
%11
%54
%26

Triadic Colors of #bca757

#bca757 #57bca7 #a757bc

Analogous Colors of #bca757

#bca757 #9fbc57 #bc7557

Monochromatic Colors of #bca757

#bca757

Complementary Color

#bca757 #576cbc

#bca757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca757 Color CSS Codes

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

#bca757 Text Font Color

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

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


#bca757 Background Color

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

This div background color is #bca757


#bca757 Border Color

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

This div border color is #bca757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca757


Comments

No comments written yet.

Please login to write comment.