Color Hex Logo

#bcb139 Color Hex

#BCB139
(188,177,57)
0 Favorites   0 Comments

Color spaces of #bcb139

RGB 18817757
HSL0.150.530.48
HSV55°70°74°
CMYK 0.000.060.70   0.26
XYZ37.199742.431110.1003
Yxy42.43110.41460.4729
Hunter Lab65.1392-12.055736.4041
CIE-Lab71.1671-9.982259.7521

#bcb139 color RGB value is (188,177,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00111001
Octal 274 261 71
Decimal 188 177 57
Hex BC B1 39

RGB Percentages of Color #bcb139

%44.55
%41.94
%13.51

CMYK Percentages of Color #bcb139

%0
%6
%70
%26

Triadic Colors of #bcb139

#bcb139 #39bcb1 #b139bc

Analogous Colors of #bcb139

#bcb139 #86bc39 #bc7039

Monochromatic Colors of #bcb139

#bcb139

Complementary Color

#bcb139 #3944bc

#bcb139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb139 Color CSS Codes

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

#bcb139 Text Font Color

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

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


#bcb139 Background Color

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

This div background color is #bcb139


#bcb139 Border Color

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

This div border color is #bcb139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb139


Comments

No comments written yet.

Please login to write comment.