Color Hex Logo

#bca545 Color Hex

#BCA545
(188,165,69)
0 Favorites   0 Comments

Color spaces of #bca545

RGB 18816569
HSL0.130.470.50
HSV48°63°74°
CMYK 0.000.120.63   0.26
XYZ35.268338.031311.1122
Yxy38.03130.41780.4505
Hunter Lab61.6695-5.839032.4852
CIE-Lab68.0437-2.961551.4391

#bca545 color RGB value is (188,165,69).

#bca545 hex color red value is 188, green value is 165 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bca545 hue: 0.13 , saturation: 0.47 and the lightness value of bca545 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 01000101
Octal 274 245 105
Decimal 188 165 69
Hex BC A5 45

RGB Percentages of Color #bca545

%44.55
%39.10
%16.35

CMYK Percentages of Color #bca545

%0
%12
%63
%26

Triadic Colors of #bca545

#bca545 #45bca5 #a545bc

Analogous Colors of #bca545

#bca545 #98bc45 #bc6a45

Monochromatic Colors of #bca545

#bca545

Complementary Color

#bca545 #455cbc

#bca545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca545 Color CSS Codes

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

#bca545 Text Font Color

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

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


#bca545 Background Color

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

This div background color is #bca545


#bca545 Border Color

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

This div border color is #bca545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca545


Comments

No comments written yet.

Please login to write comment.