Color Hex Logo

#bcb13e Color Hex

#BCB13E
(188,177,62)
0 Favorites   0 Comments

Color spaces of #bcb13e

RGB 18817762
HSL0.150.500.49
HSV55°67°74°
CMYK 0.000.060.67   0.26
XYZ37.330742.483410.7900
Yxy42.48340.41200.4689
Hunter Lab65.1793-11.829935.8104
CIE-Lab71.2029-9.707757.7983

#bcb13e color RGB value is (188,177,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00111110
Octal 274 261 76
Decimal 188 177 62
Hex BC B1 3E

RGB Percentages of Color #bcb13e

%44.03
%41.45
%14.52

CMYK Percentages of Color #bcb13e

%0
%6
%67
%26

Triadic Colors of #bcb13e

#bcb13e #3ebcb1 #b13ebc

Analogous Colors of #bcb13e

#bcb13e #88bc3e #bc723e

Monochromatic Colors of #bcb13e

#bcb13e

Complementary Color

#bcb13e #3e49bc

#bcb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb13e Color CSS Codes

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

#bcb13e Text Font Color

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

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


#bcb13e Background Color

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

This div background color is #bcb13e


#bcb13e Border Color

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

This div border color is #bcb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb13e


Comments

No comments written yet.

Please login to write comment.