Color Hex Logo

#bca796 Color Hex

#BCA796
(188,167,150)
0 Favorites   0 Comments

Color spaces of #bca796

RGB 188167150
HSL0.070.220.66
HSV27°20°74°
CMYK 0.000.110.20   0.26
XYZ40.062840.530834.5659
Yxy40.53080.34790.3520
Hunter Lab63.66380.916112.3735
CIE-Lab69.84594.864811.5752

#bca796 color RGB value is (188,167,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 10010110
Octal 274 247 226
Decimal 188 167 150
Hex BC A7 96

RGB Percentages of Color #bca796

%37.23
%33.07
%29.70

CMYK Percentages of Color #bca796

%0
%11
%20
%26

Triadic Colors of #bca796

#bca796 #96bca7 #a796bc

Analogous Colors of #bca796

#bca796 #bcba96 #bc9698

Monochromatic Colors of #bca796

#bca796

Complementary Color

#bca796 #96abbc

#bca796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca796 Color CSS Codes

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

#bca796 Text Font Color

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

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


#bca796 Background Color

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

This div background color is #bca796


#bca796 Border Color

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

This div border color is #bca796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca796


Comments

No comments written yet.

Please login to write comment.