Color Hex Logo

#bca643 Color Hex

#BCA643
(188,166,67)
0 Favorites   0 Comments

Color spaces of #bca643

RGB 18816667
HSL0.140.470.50
HSV49°64°74°
CMYK 0.000.120.64   0.26
XYZ35.388438.369110.8510
Yxy38.36910.41830.4535
Hunter Lab61.9428-6.421532.9737
CIE-Lab68.2918-3.623552.6050

#bca643 color RGB value is (188,166,67).

#bca643 hex color red value is 188, green value is 166 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bca643 hue: 0.14 , saturation: 0.47 and the lightness value of bca643 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 01000011
Octal 274 246 103
Decimal 188 166 67
Hex BC A6 43

RGB Percentages of Color #bca643

%44.66
%39.43
%15.91

CMYK Percentages of Color #bca643

%0
%12
%64
%26

Triadic Colors of #bca643

#bca643 #43bca6 #a643bc

Analogous Colors of #bca643

#bca643 #96bc43 #bc6a43

Monochromatic Colors of #bca643

#bca643

Complementary Color

#bca643 #4359bc

#bca643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca643 Color CSS Codes

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

#bca643 Text Font Color

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

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


#bca643 Background Color

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

This div background color is #bca643


#bca643 Border Color

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

This div border color is #bca643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca643


Comments

No comments written yet.

Please login to write comment.