Color Hex Logo

#bca585 Color Hex

#BCA585
(188,165,133)
0 Favorites   0 Comments

Color spaces of #bca585

RGB 188165133
HSL0.100.290.63
HSV35°29°74°
CMYK 0.000.120.29   0.26
XYZ38.427839.295127.7496
Yxy39.29510.36430.3726
Hunter Lab62.6858-0.275717.6337
CIE-Lab68.96453.493319.6877

#bca585 color RGB value is (188,165,133).

#bca585 hex color red value is 188, green value is 165 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bca585 hue: 0.10 , saturation: 0.29 and the lightness value of bca585 is 0.63.

The process color (four color CMYK) of #bca585 color hex is 0.00, 0.12, 0.29, 0.26. Web safe color of #bca585 is #cc9999. Color #bca585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10000101
Octal 274 245 205
Decimal 188 165 133
Hex BC A5 85

RGB Percentages of Color #bca585

%38.68
%33.95
%27.37

CMYK Percentages of Color #bca585

%0
%12
%29
%26

Triadic Colors of #bca585

#bca585 #85bca5 #a585bc

Analogous Colors of #bca585

#bca585 #b8bc85 #bc8a85

Monochromatic Colors of #bca585

#bca585

Complementary Color

#bca585 #859cbc

#bca585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca585 Color CSS Codes

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

#bca585 Text Font Color

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

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


#bca585 Background Color

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

This div background color is #bca585


#bca585 Border Color

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

This div border color is #bca585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca585


Comments

No comments written yet.

Please login to write comment.