Color Hex Logo

#bca461 Color Hex

#BCA461
(188,164,97)
0 Favorites   0 Comments

Color spaces of #bca461

RGB 18816497
HSL0.120.400.56
HSV44°48°74°
CMYK 0.000.130.48   0.26
XYZ36.172238.105416.7579
Yxy38.10540.39730.4186
Hunter Lab61.7296-3.429627.1151
CIE-Lab68.0982-0.153037.8163

#bca461 color RGB value is (188,164,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01100001
Octal 274 244 141
Decimal 188 164 97
Hex BC A4 61

RGB Percentages of Color #bca461

%41.87
%36.53
%21.60

CMYK Percentages of Color #bca461

%0
%13
%48
%26

Triadic Colors of #bca461

#bca461 #61bca4 #a461bc

Analogous Colors of #bca461

#bca461 #a7bc61 #bc7761

Monochromatic Colors of #bca461

#bca461

Complementary Color

#bca461 #6179bc

#bca461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca461 Color CSS Codes

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

#bca461 Text Font Color

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

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


#bca461 Background Color

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

This div background color is #bca461


#bca461 Border Color

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

This div border color is #bca461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca461


Comments

No comments written yet.

Please login to write comment.