Color Hex Logo

#bca460 Color Hex

#BCA460
(188,164,96)
0 Favorites   0 Comments

Color spaces of #bca460

RGB 18816496
HSL0.120.410.56
HSV44°49°74°
CMYK 0.000.130.49   0.26
XYZ36.125838.086816.5138
Yxy38.08680.39820.4198
Hunter Lab61.7145-3.511927.3351
CIE-Lab68.0845-0.249038.3156

#bca460 color RGB value is (188,164,96).

#bca460 hex color red value is 188, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bca460 hue: 0.12 , saturation: 0.41 and the lightness value of bca460 is 0.56.

The process color (four color CMYK) of #bca460 color hex is 0.00, 0.13, 0.49, 0.26. Web safe color of #bca460 is #cc9966. Color #bca460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01100000
Octal 274 244 140
Decimal 188 164 96
Hex BC A4 60

RGB Percentages of Color #bca460

%41.96
%36.61
%21.43

CMYK Percentages of Color #bca460

%0
%13
%49
%26

Triadic Colors of #bca460

#bca460 #60bca4 #a460bc

Analogous Colors of #bca460

#bca460 #a6bc60 #bc7660

Monochromatic Colors of #bca460

#bca460

Complementary Color

#bca460 #6078bc

#bca460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca460 Color CSS Codes

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

#bca460 Text Font Color

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

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


#bca460 Background Color

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

This div background color is #bca460


#bca460 Border Color

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

This div border color is #bca460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca460


Comments

No comments written yet.

Please login to write comment.