Color Hex Logo

#bca46e Color Hex

#BCA46E
(188,164,110)
0 Favorites   0 Comments

Color spaces of #bca46e

RGB 188164110
HSL0.120.370.58
HSV42°41°74°
CMYK 0.000.130.41   0.26
XYZ36.829038.368120.2165
Yxy38.36810.38600.4021
Hunter Lab61.9420-2.267324.0084
CIE-Lab68.29101.195831.2312

#bca46e color RGB value is (188,164,110).

#bca46e hex color red value is 188, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bca46e hue: 0.12 , saturation: 0.37 and the lightness value of bca46e is 0.58.

The process color (four color CMYK) of #bca46e color hex is 0.00, 0.13, 0.41, 0.26. Web safe color of #bca46e is #cc9966. Color #bca46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01101110
Octal 274 244 156
Decimal 188 164 110
Hex BC A4 6E

RGB Percentages of Color #bca46e

%40.69
%35.50
%23.81

CMYK Percentages of Color #bca46e

%0
%13
%41
%26

Triadic Colors of #bca46e

#bca46e #6ebca4 #a46ebc

Analogous Colors of #bca46e

#bca46e #adbc6e #bc7d6e

Monochromatic Colors of #bca46e

#bca46e

Complementary Color

#bca46e #6e86bc

#bca46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca46e Color CSS Codes

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

#bca46e Text Font Color

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

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


#bca46e Background Color

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

This div background color is #bca46e


#bca46e Border Color

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

This div border color is #bca46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca46e


Comments

No comments written yet.

Please login to write comment.