Color Hex Logo

#bcb05e Color Hex

#BCB05E
(188,176,94)
0 Favorites   0 Comments

Color spaces of #bcb05e

RGB 18817694
HSL0.150.410.55
HSV52°50°74°
CMYK 0.000.060.50   0.26
XYZ38.284842.550216.7849
Yxy42.55020.39220.4359
Hunter Lab65.2305-9.389030.4051
CIE-Lab71.2486-6.811343.1904

#bcb05e color RGB value is (188,176,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01011110
Octal 274 260 136
Decimal 188 176 94
Hex BC B0 5E

RGB Percentages of Color #bcb05e

%41.05
%38.43
%20.52

CMYK Percentages of Color #bcb05e

%0
%6
%50
%26

Triadic Colors of #bcb05e

#bcb05e #5ebcb0 #b05ebc

Analogous Colors of #bcb05e

#bcb05e #99bc5e #bc815e

Monochromatic Colors of #bcb05e

#bcb05e

Complementary Color

#bcb05e #5e6abc

#bcb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb05e Color CSS Codes

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

#bcb05e Text Font Color

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

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


#bcb05e Background Color

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

This div background color is #bcb05e


#bcb05e Border Color

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

This div border color is #bcb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb05e


Comments

No comments written yet.

Please login to write comment.