Color Hex Logo

#bca596 Color Hex

#BCA596
(188,165,150)
0 Favorites   0 Comments

Color spaces of #bca596

RGB 188165150
HSL0.070.220.66
HSV24°20°74°
CMYK 0.000.120.20   0.26
XYZ39.699239.803634.4447
Yxy39.80360.34840.3493
Hunter Lab63.09011.912811.7931
CIE-Lab69.32945.953610.8443

#bca596 color RGB value is (188,165,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10010110
Octal 274 245 226
Decimal 188 165 150
Hex BC A5 96

RGB Percentages of Color #bca596

%37.38
%32.80
%29.82

CMYK Percentages of Color #bca596

%0
%12
%20
%26

Triadic Colors of #bca596

#bca596 #96bca5 #a596bc

Analogous Colors of #bca596

#bca596 #bcb896 #bc969a

Monochromatic Colors of #bca596

#bca596

Complementary Color

#bca596 #96adbc

#bca596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca596 Color CSS Codes

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

#bca596 Text Font Color

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

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


#bca596 Background Color

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

This div background color is #bca596


#bca596 Border Color

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

This div border color is #bca596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca596


Comments

No comments written yet.

Please login to write comment.