Color Hex Logo

#bcac76 Color Hex

#BCAC76
(188,172,118)
0 Favorites   0 Comments

Color spaces of #bcac76

RGB 188172118
HSL0.130.340.60
HSV46°37°74°
CMYK 0.000.090.37   0.26
XYZ38.761641.504423.1077
Yxy41.50440.37500.4015
Hunter Lab64.4239-5.344723.8305
CIE-Lab70.5279-2.178029.8892

#bcac76 color RGB value is (188,172,118).

#bcac76 hex color red value is 188, green value is 172 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcac76 hue: 0.13 , saturation: 0.34 and the lightness value of bcac76 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01110110
Octal 274 254 166
Decimal 188 172 118
Hex BC AC 76

RGB Percentages of Color #bcac76

%39.33
%35.98
%24.69

CMYK Percentages of Color #bcac76

%0
%9
%37
%26

Triadic Colors of #bcac76

#bcac76 #76bcac #ac76bc

Analogous Colors of #bcac76

#bcac76 #a9bc76 #bc8976

Monochromatic Colors of #bcac76

#bcac76

Complementary Color

#bcac76 #7686bc

#bcac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac76 Color CSS Codes

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

#bcac76 Text Font Color

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

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


#bcac76 Background Color

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

This div background color is #bcac76


#bcac76 Border Color

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

This div border color is #bcac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac76


Comments

No comments written yet.

Please login to write comment.