Color Hex Logo

#bcb55e Color Hex

#BCB55E
(188,181,94)
0 Favorites   0 Comments

Color spaces of #bcb55e

RGB 18818194
HSL0.150.410.55
HSV56°50°74°
CMYK 0.000.040.50   0.26
XYZ39.283344.547317.1177
Yxy44.54730.38910.4413
Hunter Lab66.7438-11.742031.5146
CIE-Lab72.5928-9.422544.8039

#bcb55e color RGB value is (188,181,94).

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

The process color (four color CMYK) of #bcb55e color hex is 0.00, 0.04, 0.50, 0.26. Web safe color of #bcb55e is #cccc66. Color #bcb55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01011110
Octal 274 265 136
Decimal 188 181 94
Hex BC B5 5E

RGB Percentages of Color #bcb55e

%40.60
%39.09
%20.30

CMYK Percentages of Color #bcb55e

%0
%4
%50
%26

Triadic Colors of #bcb55e

#bcb55e #5ebcb5 #b55ebc

Analogous Colors of #bcb55e

#bcb55e #94bc5e #bc865e

Monochromatic Colors of #bcb55e

#bcb55e

Complementary Color

#bcb55e #5e65bc

#bcb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb55e Color CSS Codes

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

#bcb55e Text Font Color

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

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


#bcb55e Background Color

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

This div background color is #bcb55e


#bcb55e Border Color

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

This div border color is #bcb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb55e


Comments

No comments written yet.

Please login to write comment.