Color Hex Logo

#bca459 Color Hex

#BCA459
(188,164,89)
0 Favorites   0 Comments

Color spaces of #bca459

RGB 18816489
HSL0.130.420.54
HSV45°53°74°
CMYK 0.000.130.53   0.26
XYZ35.817737.963614.8911
Yxy37.96360.40390.4281
Hunter Lab61.6146-4.060228.8009
CIE-Lab67.9938-0.890441.7738

#bca459 color RGB value is (188,164,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01011001
Octal 274 244 131
Decimal 188 164 89
Hex BC A4 59

RGB Percentages of Color #bca459

%42.63
%37.19
%20.18

CMYK Percentages of Color #bca459

%0
%13
%53
%26

Triadic Colors of #bca459

#bca459 #59bca4 #a459bc

Analogous Colors of #bca459

#bca459 #a3bc59 #bc7359

Monochromatic Colors of #bca459

#bca459

Complementary Color

#bca459 #5971bc

#bca459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca459 Color CSS Codes

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

#bca459 Text Font Color

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

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


#bca459 Background Color

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

This div background color is #bca459


#bca459 Border Color

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

This div border color is #bca459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca459


Comments

No comments written yet.

Please login to write comment.