Color Hex Logo

#bca447 Color Hex

#BCA447
(188,164,71)
0 Favorites   0 Comments

Color spaces of #bca447

RGB 18816471
HSL0.130.470.51
HSV48°62°74°
CMYK 0.000.130.62   0.26
XYZ35.151837.697211.3848
Yxy37.69720.41730.4475
Hunter Lab61.3980-5.251231.9847
CIE-Lab67.7968-2.293650.2554

#bca447 color RGB value is (188,164,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01000111
Octal 274 244 107
Decimal 188 164 71
Hex BC A4 47

RGB Percentages of Color #bca447

%44.44
%38.77
%16.78

CMYK Percentages of Color #bca447

%0
%13
%62
%26

Triadic Colors of #bca447

#bca447 #47bca4 #a447bc

Analogous Colors of #bca447

#bca447 #9abc47 #bc6a47

Monochromatic Colors of #bca447

#bca447

Complementary Color

#bca447 #475fbc

#bca447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca447 Color CSS Codes

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

#bca447 Text Font Color

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

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


#bca447 Background Color

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

This div background color is #bca447


#bca447 Border Color

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

This div border color is #bca447


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,164,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 #bca447">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca447


Comments

No comments written yet.

Please login to write comment.