Color Hex Logo

#bca566 Color Hex

#BCA566
(188,165,102)
0 Favorites   0 Comments

Color spaces of #bca566

RGB 188165102
HSL0.120.390.57
HSV44°46°74°
CMYK 0.000.120.46   0.26
XYZ36.592438.560918.0847
Yxy38.56090.39250.4136
Hunter Lab62.0974-3.485126.2011
CIE-Lab68.4320-0.194035.6346

#bca566 color RGB value is (188,165,102).

#bca566 hex color red value is 188, green value is 165 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bca566 hue: 0.12 , saturation: 0.39 and the lightness value of bca566 is 0.57.

The process color (four color CMYK) of #bca566 color hex is 0.00, 0.12, 0.46, 0.26. Web safe color of #bca566 is #cc9966. Color #bca566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01100110
Octal 274 245 146
Decimal 188 165 102
Hex BC A5 66

RGB Percentages of Color #bca566

%41.32
%36.26
%22.42

CMYK Percentages of Color #bca566

%0
%12
%46
%26

Triadic Colors of #bca566

#bca566 #66bca5 #a566bc

Analogous Colors of #bca566

#bca566 #a8bc66 #bc7a66

Monochromatic Colors of #bca566

#bca566

Complementary Color

#bca566 #667dbc

#bca566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca566 Color CSS Codes

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

#bca566 Text Font Color

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

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


#bca566 Background Color

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

This div background color is #bca566


#bca566 Border Color

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

This div border color is #bca566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca566


Comments

No comments written yet.

Please login to write comment.