Color Hex Logo

#bcb66e Color Hex

#BCB66E
(188,182,110)
0 Favorites   0 Comments

Color spaces of #bcb66e

RGB 188182110
HSL0.150.370.58
HSV55°41°74°
CMYK 0.000.030.41   0.26
XYZ40.281545.273121.3674
Yxy45.27310.37670.4234
Hunter Lab67.2853-10.887128.2713
CIE-Lab73.0714-8.356937.3478

#bcb66e color RGB value is (188,182,110).

#bcb66e hex color red value is 188, green value is 182 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bcb66e hue: 0.15 , saturation: 0.37 and the lightness value of bcb66e is 0.58.

The process color (four color CMYK) of #bcb66e color hex is 0.00, 0.03, 0.41, 0.26. Web safe color of #bcb66e is #cccc66. Color #bcb66e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 01101110
Octal 274 266 156
Decimal 188 182 110
Hex BC B6 6E

RGB Percentages of Color #bcb66e

%39.17
%37.92
%22.92

CMYK Percentages of Color #bcb66e

%0
%3
%41
%26

Triadic Colors of #bcb66e

#bcb66e #6ebcb6 #b66ebc

Analogous Colors of #bcb66e

#bcb66e #9bbc6e #bc8f6e

Monochromatic Colors of #bcb66e

#bcb66e

Complementary Color

#bcb66e #6e74bc

#bcb66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb66e Color CSS Codes

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

#bcb66e Text Font Color

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

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


#bcb66e Background Color

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

This div background color is #bcb66e


#bcb66e Border Color

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

This div border color is #bcb66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb66e


Comments

No comments written yet.

Please login to write comment.