Color Hex Logo

#bca537 Color Hex

#BCA537
(188,165,55)
0 Favorites   0 Comments

Color spaces of #bca537

RGB 18816555
HSL0.140.550.48
HSV50°71°74°
CMYK 0.000.120.71   0.26
XYZ34.883837.87759.0869
Yxy37.87750.42620.4628
Hunter Lab61.5447-6.528734.3273
CIE-Lab67.9302-3.783057.3065

#bca537 color RGB value is (188,165,55).

#bca537 hex color red value is 188, green value is 165 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bca537 hue: 0.14 , saturation: 0.55 and the lightness value of bca537 is 0.48.

The process color (four color CMYK) of #bca537 color hex is 0.00, 0.12, 0.71, 0.26. Web safe color of #bca537 is #cc9933. Color #bca537 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00110111
Octal 274 245 67
Decimal 188 165 55
Hex BC A5 37

RGB Percentages of Color #bca537

%46.08
%40.44
%13.48

CMYK Percentages of Color #bca537

%0
%12
%71
%26

Triadic Colors of #bca537

#bca537 #37bca5 #a537bc

Analogous Colors of #bca537

#bca537 #91bc37 #bc6337

Monochromatic Colors of #bca537

#bca537

Complementary Color

#bca537 #374ebc

#bca537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca537 Color CSS Codes

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

#bca537 Text Font Color

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

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


#bca537 Background Color

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

This div background color is #bca537


#bca537 Border Color

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

This div border color is #bca537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca537


Comments

No comments written yet.

Please login to write comment.