Color Hex Logo

#bca193 Color Hex

#BCA193
(188,161,147)
0 Favorites   0 Comments

Color spaces of #bca193

RGB 188161147
HSL0.060.230.66
HSV20°22°74°
CMYK 0.000.140.22   0.26
XYZ38.750438.287732.9517
Yxy38.28770.35230.3481
Hunter Lab61.87713.500511.7399
CIE-Lab68.23217.681710.9505

#bca193 color RGB value is (188,161,147).

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

The process color (four color CMYK) of #bca193 color hex is 0.00, 0.14, 0.22, 0.26. Web safe color of #bca193 is #cc9999. Color #bca193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 10010011
Octal 274 241 223
Decimal 188 161 147
Hex BC A1 93

RGB Percentages of Color #bca193

%37.90
%32.46
%29.64

CMYK Percentages of Color #bca193

%0
%14
%22
%26

Triadic Colors of #bca193

#bca193 #93bca1 #a193bc

Analogous Colors of #bca193

#bca193 #bcb693 #bc939a

Monochromatic Colors of #bca193

#bca193

Complementary Color

#bca193 #93aebc

#bca193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca193 Color CSS Codes

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

#bca193 Text Font Color

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

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


#bca193 Background Color

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

This div background color is #bca193


#bca193 Border Color

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

This div border color is #bca193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca193


Comments

No comments written yet.

Please login to write comment.