Color Hex Logo

#bca547 Color Hex

#BCA547
(188,165,71)
0 Favorites   0 Comments

Color spaces of #bca547

RGB 18816571
HSL0.130.470.51
HSV48°62°74°
CMYK 0.000.120.62   0.26
XYZ35.331538.056611.4447
Yxy38.05660.41650.4486
Hunter Lab61.6900-5.725932.1836
CIE-Lab68.0623-2.827350.5482

#bca547 color RGB value is (188,165,71).

#bca547 hex color red value is 188, green value is 165 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bca547 hue: 0.13 , saturation: 0.47 and the lightness value of bca547 is 0.51.

The process color (four color CMYK) of #bca547 color hex is 0.00, 0.12, 0.62, 0.26. Web safe color of #bca547 is #cc9933. Color #bca547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01000111
Octal 274 245 107
Decimal 188 165 71
Hex BC A5 47

RGB Percentages of Color #bca547

%44.34
%38.92
%16.75

CMYK Percentages of Color #bca547

%0
%12
%62
%26

Triadic Colors of #bca547

#bca547 #47bca5 #a547bc

Analogous Colors of #bca547

#bca547 #99bc47 #bc6b47

Monochromatic Colors of #bca547

#bca547

Complementary Color

#bca547 #475ebc

#bca547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca547 Color CSS Codes

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

#bca547 Text Font Color

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

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


#bca547 Background Color

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

This div background color is #bca547


#bca547 Border Color

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

This div border color is #bca547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca547


Comments

No comments written yet.

Please login to write comment.