Color Hex Logo

#bca496 Color Hex

#BCA496
(188,164,150)
0 Favorites   0 Comments

Color spaces of #bca496

RGB 188164150
HSL0.060.220.66
HSV22°20°74°
CMYK 0.000.130.20   0.26
XYZ39.519539.444334.3848
Yxy39.44430.34870.3480
Hunter Lab62.80472.411911.5027
CIE-Lab69.07196.498810.4793

#bca496 color RGB value is (188,164,150).

#bca496 hex color red value is 188, green value is 164 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bca496 hue: 0.06 , saturation: 0.22 and the lightness value of bca496 is 0.66.

The process color (four color CMYK) of #bca496 color hex is 0.00, 0.13, 0.20, 0.26. Web safe color of #bca496 is #cc9999. Color #bca496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10010110
Octal 274 244 226
Decimal 188 164 150
Hex BC A4 96

RGB Percentages of Color #bca496

%37.45
%32.67
%29.88

CMYK Percentages of Color #bca496

%0
%13
%20
%26

Triadic Colors of #bca496

#bca496 #96bca4 #a496bc

Analogous Colors of #bca496

#bca496 #bcb796 #bc969b

Monochromatic Colors of #bca496

#bca496

Complementary Color

#bca496 #96aebc

#bca496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca496 Color CSS Codes

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

#bca496 Text Font Color

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

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


#bca496 Background Color

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

This div background color is #bca496


#bca496 Border Color

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

This div border color is #bca496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca496


Comments

No comments written yet.

Please login to write comment.