Color Hex Logo

#bcb129 Color Hex

#BCB129
(188,177,41)
0 Favorites   0 Comments

Color spaces of #bcb129

RGB 18817741
HSL0.150.640.45
HSV56°78°74°
CMYK 0.000.060.78   0.26
XYZ36.861442.29578.3189
Yxy42.29570.42140.4835
Hunter Lab65.0351-12.639137.9406
CIE-Lab71.0743-10.694265.2625

#bcb129 color RGB value is (188,177,41).

#bcb129 hex color red value is 188, green value is 177 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bcb129 hue: 0.15 , saturation: 0.64 and the lightness value of bcb129 is 0.45.

The process color (four color CMYK) of #bcb129 color hex is 0.00, 0.06, 0.78, 0.26. Web safe color of #bcb129 is #cc9933. Color #bcb129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00101001
Octal 274 261 51
Decimal 188 177 41
Hex BC B1 29

RGB Percentages of Color #bcb129

%46.31
%43.60
%10.10

CMYK Percentages of Color #bcb129

%0
%6
%78
%26

Triadic Colors of #bcb129

#bcb129 #29bcb1 #b129bc

Analogous Colors of #bcb129

#bcb129 #7ebc29 #bc6829

Monochromatic Colors of #bcb129

#bcb129

Complementary Color

#bcb129 #2934bc

#bcb129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb129 Color CSS Codes

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

#bcb129 Text Font Color

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

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


#bcb129 Background Color

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

This div background color is #bcb129


#bcb129 Border Color

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

This div border color is #bcb129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb129


Comments

No comments written yet.

Please login to write comment.