Color Hex Logo

#bcb866 Color Hex

#BCB866
(188,184,102)
0 Favorites   0 Comments

Color spaces of #bcb866

RGB 188184102
HSL0.160.390.57
HSV57°46°74°
CMYK 0.000.020.46   0.26
XYZ40.277845.931719.3132
Yxy45.93170.38170.4353
Hunter Lab67.7729-12.519230.5452
CIE-Lab73.5012-10.221241.9396

#bcb866 color RGB value is (188,184,102).

#bcb866 hex color red value is 188, green value is 184 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bcb866 hue: 0.16 , saturation: 0.39 and the lightness value of bcb866 is 0.57.

The process color (four color CMYK) of #bcb866 color hex is 0.00, 0.02, 0.46, 0.26. Web safe color of #bcb866 is #cccc66. Color #bcb866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 01100110
Octal 274 270 146
Decimal 188 184 102
Hex BC B8 66

RGB Percentages of Color #bcb866

%39.66
%38.82
%21.52

CMYK Percentages of Color #bcb866

%0
%2
%46
%26

Triadic Colors of #bcb866

#bcb866 #66bcb8 #b866bc

Analogous Colors of #bcb866

#bcb866 #95bc66 #bc8d66

Monochromatic Colors of #bcb866

#bcb866

Complementary Color

#bcb866 #666abc

#bcb866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb866 Color CSS Codes

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

#bcb866 Text Font Color

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

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


#bcb866 Background Color

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

This div background color is #bcb866


#bcb866 Border Color

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

This div border color is #bcb866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb866


Comments

No comments written yet.

Please login to write comment.