Color Hex Logo

#bcb66f Color Hex

#BCB66F
(188,182,111)
0 Favorites   0 Comments

Color spaces of #bcb66f

RGB 188182111
HSL0.150.360.59
HSV55°41°74°
CMYK 0.000.030.41   0.26
XYZ40.336245.295021.6558
Yxy45.29500.37600.4222
Hunter Lab67.3016-10.796428.0332
CIE-Lab73.0857-8.248936.8520

#bcb66f color RGB value is (188,182,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 01101111
Octal 274 266 157
Decimal 188 182 111
Hex BC B6 6F

RGB Percentages of Color #bcb66f

%39.09
%37.84
%23.08

CMYK Percentages of Color #bcb66f

%0
%3
%41
%26

Triadic Colors of #bcb66f

#bcb66f #6fbcb6 #b66fbc

Analogous Colors of #bcb66f

#bcb66f #9cbc6f #bc906f

Monochromatic Colors of #bcb66f

#bcb66f

Complementary Color

#bcb66f #6f75bc

#bcb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb66f Color CSS Codes

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

#bcb66f Text Font Color

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

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


#bcb66f Background Color

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

This div background color is #bcb66f


#bcb66f Border Color

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

This div border color is #bcb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb66f


Comments

No comments written yet.

Please login to write comment.