Color Hex Logo

#bca452 Color Hex

#BCA452
(188,164,82)
0 Favorites   0 Comments

Color spaces of #bca452

RGB 18816482
HSL0.130.440.53
HSV46°56°74°
CMYK 0.000.130.56   0.26
XYZ35.537537.851513.4157
Yxy37.85150.40940.4361
Hunter Lab61.5236-4.560330.1378
CIE-Lab67.9110-1.477945.1533

#bca452 color RGB value is (188,164,82).

#bca452 hex color red value is 188, green value is 164 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bca452 hue: 0.13 , saturation: 0.44 and the lightness value of bca452 is 0.53.

The process color (four color CMYK) of #bca452 color hex is 0.00, 0.13, 0.56, 0.26. Web safe color of #bca452 is #cc9966. Color #bca452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01010010
Octal 274 244 122
Decimal 188 164 82
Hex BC A4 52

RGB Percentages of Color #bca452

%43.32
%37.79
%18.89

CMYK Percentages of Color #bca452

%0
%13
%56
%26

Triadic Colors of #bca452

#bca452 #52bca4 #a452bc

Analogous Colors of #bca452

#bca452 #9fbc52 #bc6f52

Monochromatic Colors of #bca452

#bca452

Complementary Color

#bca452 #526abc

#bca452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca452 Color CSS Codes

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

#bca452 Text Font Color

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

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


#bca452 Background Color

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

This div background color is #bca452


#bca452 Border Color

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

This div border color is #bca452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca452


Comments

No comments written yet.

Please login to write comment.