Color Hex Logo

#bca599 Color Hex

#BCA599
(188,165,153)
0 Favorites   0 Comments

Color spaces of #bca599

RGB 188165153
HSL0.060.210.67
HSV21°19°74°
CMYK 0.000.120.19   0.26
XYZ39.943939.901535.7335
Yxy39.90150.34560.3452
Hunter Lab63.16762.330710.6774
CIE-Lab69.39936.41869.2859

#bca599 color RGB value is (188,165,153).

#bca599 hex color red value is 188, green value is 165 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bca599 hue: 0.06 , saturation: 0.21 and the lightness value of bca599 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10011001
Octal 274 245 231
Decimal 188 165 153
Hex BC A5 99

RGB Percentages of Color #bca599

%37.15
%32.61
%30.24

CMYK Percentages of Color #bca599

%0
%12
%19
%26

Triadic Colors of #bca599

#bca599 #99bca5 #a599bc

Analogous Colors of #bca599

#bca599 #bcb799 #bc999f

Monochromatic Colors of #bca599

#bca599

Complementary Color

#bca599 #99b0bc

#bca599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca599 Color CSS Codes

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

#bca599 Text Font Color

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

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


#bca599 Background Color

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

This div background color is #bca599


#bca599 Border Color

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

This div border color is #bca599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca599


Comments

No comments written yet.

Please login to write comment.