Color Hex Logo

#bcac74 Color Hex

#BCAC74
(188,172,116)
0 Favorites   0 Comments

Color spaces of #bcac74

RGB 188172116
HSL0.130.350.60
HSV47°38°74°
CMYK 0.000.090.38   0.26
XYZ38.643941.457422.4883
Yxy41.45740.37670.4041
Hunter Lab64.3874-5.546324.3632
CIE-Lab70.4952-2.412930.9084

#bcac74 color RGB value is (188,172,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01110100
Octal 274 254 164
Decimal 188 172 116
Hex BC AC 74

RGB Percentages of Color #bcac74

%39.50
%36.13
%24.37

CMYK Percentages of Color #bcac74

%0
%9
%38
%26

Triadic Colors of #bcac74

#bcac74 #74bcac #ac74bc

Analogous Colors of #bcac74

#bcac74 #a8bc74 #bc8874

Monochromatic Colors of #bcac74

#bcac74

Complementary Color

#bcac74 #7484bc

#bcac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac74 Color CSS Codes

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

#bcac74 Text Font Color

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

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


#bcac74 Background Color

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

This div background color is #bcac74


#bcac74 Border Color

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

This div border color is #bcac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac74

#bcac74 Color Palettes


Comments

No comments written yet.

Please login to write comment.