Color Hex Logo

#bca164 Color Hex

#BCA164
(188,161,100)
0 Favorites   0 Comments

Color spaces of #bca164

RGB 188161100
HSL0.120.400.56
HSV42°47°74°
CMYK 0.000.140.47   0.26
XYZ35.784237.101217.3318
Yxy37.10120.39660.4112
Hunter Lab60.9108-1.727625.7669
CIE-Lab67.35291.759535.3214

#bca164 color RGB value is (188,161,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01100100
Octal 274 241 144
Decimal 188 161 100
Hex BC A1 64

RGB Percentages of Color #bca164

%41.87
%35.86
%22.27

CMYK Percentages of Color #bca164

%0
%14
%47
%26

Triadic Colors of #bca164

#bca164 #64bca1 #a164bc

Analogous Colors of #bca164

#bca164 #abbc64 #bc7564

Monochromatic Colors of #bca164

#bca164

Complementary Color

#bca164 #647fbc

#bca164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca164 Color CSS Codes

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

#bca164 Text Font Color

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

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


#bca164 Background Color

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

This div background color is #bca164


#bca164 Border Color

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

This div border color is #bca164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca164


Comments

No comments written yet.

Please login to write comment.