Color Hex Logo

#bcb15e Color Hex

#BCB15E
(188,177,94)
0 Favorites   0 Comments

Color spaces of #bcb15e

RGB 18817794
HSL0.150.410.55
HSV53°50°74°
CMYK 0.000.060.50   0.26
XYZ38.481642.943816.8505
Yxy42.94380.39160.4370
Hunter Lab65.5315-9.860930.6265
CIE-Lab71.5168-7.335743.5133

#bcb15e color RGB value is (188,177,94).

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

The process color (four color CMYK) of #bcb15e color hex is 0.00, 0.06, 0.50, 0.26. Web safe color of #bcb15e is #cc9966. Color #bcb15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01011110
Octal 274 261 136
Decimal 188 177 94
Hex BC B1 5E

RGB Percentages of Color #bcb15e

%40.96
%38.56
%20.48

CMYK Percentages of Color #bcb15e

%0
%6
%50
%26

Triadic Colors of #bcb15e

#bcb15e #5ebcb1 #b15ebc

Analogous Colors of #bcb15e

#bcb15e #98bc5e #bc825e

Monochromatic Colors of #bcb15e

#bcb15e

Complementary Color

#bcb15e #5e69bc

#bcb15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb15e Color CSS Codes

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

#bcb15e Text Font Color

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

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


#bcb15e Background Color

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

This div background color is #bcb15e


#bcb15e Border Color

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

This div border color is #bcb15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb15e


Comments

No comments written yet.

Please login to write comment.