Color Hex Logo

#bca361 Color Hex

#BCA361
(188,163,97)
0 Favorites   0 Comments

Color spaces of #bca361

RGB 18816397
HSL0.120.400.56
HSV44°48°74°
CMYK 0.000.130.48   0.26
XYZ35.993937.748816.6984
Yxy37.74880.39800.4174
Hunter Lab61.4401-2.948126.8940
CIE-Lab67.83510.385037.4895

#bca361 color RGB value is (188,163,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01100001
Octal 274 243 141
Decimal 188 163 97
Hex BC A3 61

RGB Percentages of Color #bca361

%41.96
%36.38
%21.65

CMYK Percentages of Color #bca361

%0
%13
%48
%26

Triadic Colors of #bca361

#bca361 #61bca3 #a361bc

Analogous Colors of #bca361

#bca361 #a8bc61 #bc7661

Monochromatic Colors of #bca361

#bca361

Complementary Color

#bca361 #617abc

#bca361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca361 Color CSS Codes

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

#bca361 Text Font Color

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

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


#bca361 Background Color

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

This div background color is #bca361


#bca361 Border Color

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

This div border color is #bca361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca361


Comments

No comments written yet.

Please login to write comment.