Color Hex Logo

#bcb74a Color Hex

#BCB74A
(188,183,74)
0 Favorites   0 Comments

Color spaces of #bcb74a

RGB 18818374
HSL0.160.460.51
HSV57°61°74°
CMYK 0.000.030.61   0.26
XYZ38.908645.052813.1239
Yxy45.05280.40080.4641
Hunter Lab67.1214-13.990435.3923
CIE-Lab72.9266-12.049454.5277

#bcb74a color RGB value is (188,183,74).

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

The process color (four color CMYK) of #bcb74a color hex is 0.00, 0.03, 0.61, 0.26. Web safe color of #bcb74a is #cccc33. Color #bcb74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01001010
Octal 274 267 112
Decimal 188 183 74
Hex BC B7 4A

RGB Percentages of Color #bcb74a

%42.25
%41.12
%16.63

CMYK Percentages of Color #bcb74a

%0
%3
%61
%26

Triadic Colors of #bcb74a

#bcb74a #4abcb7 #b74abc

Analogous Colors of #bcb74a

#bcb74a #88bc4a #bc7e4a

Monochromatic Colors of #bcb74a

#bcb74a

Complementary Color

#bcb74a #4a4fbc

#bcb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb74a Color CSS Codes

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

#bcb74a Text Font Color

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

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


#bcb74a Background Color

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

This div background color is #bcb74a


#bcb74a Border Color

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

This div border color is #bcb74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb74a


Comments

No comments written yet.

Please login to write comment.