Color Hex Logo

#bcac62 Color Hex

#BCAC62
(188,172,98)
0 Favorites   0 Comments

Color spaces of #bcac62

RGB 18817298
HSL0.140.400.56
HSV49°48°74°
CMYK 0.000.090.48   0.26
XYZ37.696241.078317.4974
Yxy41.07830.39160.4267
Hunter Lab64.0924-7.176128.6783
CIE-Lab70.2307-4.326139.9391

#bcac62 color RGB value is (188,172,98).

#bcac62 hex color red value is 188, green value is 172 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bcac62 hue: 0.14 , saturation: 0.40 and the lightness value of bcac62 is 0.56.

The process color (four color CMYK) of #bcac62 color hex is 0.00, 0.09, 0.48, 0.26. Web safe color of #bcac62 is #cc9966. Color #bcac62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01100010
Octal 274 254 142
Decimal 188 172 98
Hex BC AC 62

RGB Percentages of Color #bcac62

%41.05
%37.55
%21.40

CMYK Percentages of Color #bcac62

%0
%9
%48
%26

Triadic Colors of #bcac62

#bcac62 #62bcac #ac62bc

Analogous Colors of #bcac62

#bcac62 #9fbc62 #bc7f62

Monochromatic Colors of #bcac62

#bcac62

Complementary Color

#bcac62 #6272bc

#bcac62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac62 Color CSS Codes

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

#bcac62 Text Font Color

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

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


#bcac62 Background Color

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

This div background color is #bcac62


#bcac62 Border Color

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

This div border color is #bcac62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac62


Comments

No comments written yet.

Please login to write comment.