Color Hex Logo

#bca249 Color Hex

#BCA249
(188,162,73)
0 Favorites   0 Comments

Color spaces of #bca249

RGB 18816273
HSL0.130.460.51
HSV46°61°74°
CMYK 0.000.140.61   0.26
XYZ34.862037.013111.6101
Yxy37.01310.41760.4433
Hunter Lab60.8384-4.182031.2723
CIE-Lab67.2869-1.084448.7587

#bca249 color RGB value is (188,162,73).

#bca249 hex color red value is 188, green value is 162 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bca249 hue: 0.13 , saturation: 0.46 and the lightness value of bca249 is 0.51.

The process color (four color CMYK) of #bca249 color hex is 0.00, 0.14, 0.61, 0.26. Web safe color of #bca249 is #cc9933. Color #bca249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01001001
Octal 274 242 111
Decimal 188 162 73
Hex BC A2 49

RGB Percentages of Color #bca249

%44.44
%38.30
%17.26

CMYK Percentages of Color #bca249

%0
%14
%61
%26

Triadic Colors of #bca249

#bca249 #49bca2 #a249bc

Analogous Colors of #bca249

#bca249 #9dbc49 #bc6949

Monochromatic Colors of #bca249

#bca249

Complementary Color

#bca249 #4963bc

#bca249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca249 Color CSS Codes

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

#bca249 Text Font Color

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

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


#bca249 Background Color

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

This div background color is #bca249


#bca249 Border Color

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

This div border color is #bca249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca249


Comments

No comments written yet.

Please login to write comment.