Color Hex Logo

#bca563 Color Hex

#BCA563
(188,165,99)
0 Favorites   0 Comments

Color spaces of #bca563

RGB 18816599
HSL0.120.400.56
HSV44°47°74°
CMYK 0.000.120.47   0.26
XYZ36.446338.502517.3152
Yxy38.50250.39500.4173
Hunter Lab62.0504-3.743326.8904
CIE-Lab68.3893-0.494937.1430

#bca563 color RGB value is (188,165,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01100011
Octal 274 245 143
Decimal 188 165 99
Hex BC A5 63

RGB Percentages of Color #bca563

%41.59
%36.50
%21.90

CMYK Percentages of Color #bca563

%0
%12
%47
%26

Triadic Colors of #bca563

#bca563 #63bca5 #a563bc

Analogous Colors of #bca563

#bca563 #a7bc63 #bc7963

Monochromatic Colors of #bca563

#bca563

Complementary Color

#bca563 #637abc

#bca563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca563 Color CSS Codes

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

#bca563 Text Font Color

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

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


#bca563 Background Color

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

This div background color is #bca563


#bca563 Border Color

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

This div border color is #bca563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca563


Comments

No comments written yet.

Please login to write comment.