color codes Logo

#bca74a color codes

#BCA74A
(188,167,74)
0 Favorites   0 Comments

Color spaces of #bca74a

RGB 18816774
HSL0.140.460.51
HSV49°61°74°
CMYK 0.000.110.61   0.26
XYZ35.793838.823212.0857
Yxy38.82320.41280.4478
Hunter Lab62.3083-6.497832.1155
CIE-Lab68.6230-3.682949.7846

#bca74a color RGB value is (188,167,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01001010
Octal 274 247 112
Decimal 188 167 74
Hex BC A7 4A

RGB Percentages of Color #bca74a

%43.82
%38.93
%17.25

CMYK Percentages of Color #bca74a

%0
%11
%61
%26

Triadic Colors of #bca74a

#bca74a #4abca7 #a74abc

Analogous Colors of #bca74a

#bca74a #98bc4a #bc6e4a

Monochromatic Colors of #bca74a

#bca74a

Complementary Color

#bca74a #4a5fbc

#bca74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca74a Color CSS Codes

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

#bca74a Text Font Color

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

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


#bca74a Background Color

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

This div background color is #bca74a


#bca74a Border Color

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

This div border color is #bca74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca74a


Comments

No comments written yet.

Please login to write comment.