Color Hex Logo

#bcb37e Color Hex

#BCB37E
(188,179,126)
0 Favorites   0 Comments

Color spaces of #bcb37e

RGB 188179126
HSL0.140.320.62
HSV51°33°74°
CMYK 0.000.050.33   0.26
XYZ40.625044.437926.1749
Yxy44.43790.36520.3995
Hunter Lab66.6618-7.876623.3829
CIE-Lab72.5202-4.916828.2637

#bcb37e color RGB value is (188,179,126).

#bcb37e hex color red value is 188, green value is 179 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcb37e hue: 0.14 , saturation: 0.32 and the lightness value of bcb37e is 0.62.

The process color (four color CMYK) of #bcb37e color hex is 0.00, 0.05, 0.33, 0.26. Web safe color of #bcb37e is #cccc66. Color #bcb37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01111110
Octal 274 263 176
Decimal 188 179 126
Hex BC B3 7E

RGB Percentages of Color #bcb37e

%38.13
%36.31
%25.56

CMYK Percentages of Color #bcb37e

%0
%5
%33
%26

Triadic Colors of #bcb37e

#bcb37e #7ebcb3 #b37ebc

Analogous Colors of #bcb37e

#bcb37e #a6bc7e #bc947e

Monochromatic Colors of #bcb37e

#bcb37e

Complementary Color

#bcb37e #7e87bc

#bcb37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb37e Color CSS Codes

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

#bcb37e Text Font Color

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

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


#bcb37e Background Color

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

This div background color is #bcb37e


#bcb37e Border Color

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

This div border color is #bcb37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb37e


Comments

No comments written yet.

Please login to write comment.