Color Hex Logo

#bca849 Color Hex

#BCA849
(188,168,73)
0 Favorites   0 Comments

Color spaces of #bca849

RGB 18816873
HSL0.140.460.51
HSV50°61°74°
CMYK 0.000.110.61   0.26
XYZ35.944339.177711.9709
Yxy39.17770.41270.4498
Hunter Lab62.5921-7.030332.4751
CIE-Lab68.8798-4.284450.5327

#bca849 color RGB value is (188,168,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01001001
Octal 274 250 111
Decimal 188 168 73
Hex BC A8 49

RGB Percentages of Color #bca849

%43.82
%39.16
%17.02

CMYK Percentages of Color #bca849

%0
%11
%61
%26

Triadic Colors of #bca849

#bca849 #49bca8 #a849bc

Analogous Colors of #bca849

#bca849 #97bc49 #bc6f49

Monochromatic Colors of #bca849

#bca849

Complementary Color

#bca849 #495dbc

#bca849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca849 Color CSS Codes

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

#bca849 Text Font Color

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

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


#bca849 Background Color

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

This div background color is #bca849


#bca849 Border Color

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

This div border color is #bca849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,168,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 #bca849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca849


Comments

No comments written yet.

Please login to write comment.