Color Hex Logo

#bca15a Color Hex

#BCA15A
(188,161,90)
0 Favorites   0 Comments

Color spaces of #bca15a

RGB 18816190
HSL0.120.420.55
HSV43°52°74°
CMYK 0.000.140.52   0.26
XYZ35.329436.919314.9369
Yxy36.91930.40520.4235
Hunter Lab60.7613-2.544027.9577
CIE-Lab67.21640.811540.3280

#bca15a color RGB value is (188,161,90).

#bca15a hex color red value is 188, green value is 161 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bca15a hue: 0.12 , saturation: 0.42 and the lightness value of bca15a is 0.55.

The process color (four color CMYK) of #bca15a color hex is 0.00, 0.14, 0.52, 0.26. Web safe color of #bca15a is #cc9966. Color #bca15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01011010
Octal 274 241 132
Decimal 188 161 90
Hex BC A1 5A

RGB Percentages of Color #bca15a

%42.82
%36.67
%20.50

CMYK Percentages of Color #bca15a

%0
%14
%52
%26

Triadic Colors of #bca15a

#bca15a #5abca1 #a15abc

Analogous Colors of #bca15a

#bca15a #a6bc5a #bc705a

Monochromatic Colors of #bca15a

#bca15a

Complementary Color

#bca15a #5a75bc

#bca15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca15a Color CSS Codes

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

#bca15a Text Font Color

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

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


#bca15a Background Color

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

This div background color is #bca15a


#bca15a Border Color

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

This div border color is #bca15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca15a


Comments

No comments written yet.

Please login to write comment.