Color Hex Logo

#bca580 Color Hex

#BCA580
(188,165,128)
0 Favorites   0 Comments

Color spaces of #bca580

RGB 188165128
HSL0.100.310.62
HSV37°32°74°
CMYK 0.000.120.32   0.26
XYZ38.090539.160125.9732
Yxy39.16010.36900.3794
Hunter Lab62.5780-0.860719.1961
CIE-Lab68.86712.828222.2854

#bca580 color RGB value is (188,165,128).

#bca580 hex color red value is 188, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bca580 hue: 0.10 , saturation: 0.31 and the lightness value of bca580 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10000000
Octal 274 245 200
Decimal 188 165 128
Hex BC A5 80

RGB Percentages of Color #bca580

%39.09
%34.30
%26.61

CMYK Percentages of Color #bca580

%0
%12
%32
%26

Triadic Colors of #bca580

#bca580 #80bca5 #a580bc

Analogous Colors of #bca580

#bca580 #b5bc80 #bc8780

Monochromatic Colors of #bca580

#bca580

Complementary Color

#bca580 #8097bc

#bca580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca580 Color CSS Codes

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

#bca580 Text Font Color

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

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


#bca580 Background Color

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

This div background color is #bca580


#bca580 Border Color

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

This div border color is #bca580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca580


Comments

No comments written yet.

Please login to write comment.