Color Hex Logo

#bcac4a Color Hex

#BCAC4A
(188,172,74)
0 Favorites   0 Comments

Color spaces of #bcac4a

RGB 18817274
HSL0.140.460.51
HSV52°61°74°
CMYK 0.000.090.61   0.26
XYZ36.727640.690812.3969
Yxy40.69080.40890.4530
Hunter Lab63.7893-8.857533.1300
CIE-Lab69.9587-6.327451.2696

#bcac4a color RGB value is (188,172,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01001010
Octal 274 254 112
Decimal 188 172 74
Hex BC AC 4A

RGB Percentages of Color #bcac4a

%43.32
%39.63
%17.05

CMYK Percentages of Color #bcac4a

%0
%9
%61
%26

Triadic Colors of #bcac4a

#bcac4a #4abcac #ac4abc

Analogous Colors of #bcac4a

#bcac4a #93bc4a #bc734a

Monochromatic Colors of #bcac4a

#bcac4a

Complementary Color

#bcac4a #4a5abc

#bcac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac4a Color CSS Codes

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

#bcac4a Text Font Color

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

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


#bcac4a Background Color

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

This div background color is #bcac4a


#bcac4a Border Color

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

This div border color is #bcac4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac4a


Comments

No comments written yet.

Please login to write comment.