Color Hex Logo

#bcb166 Color Hex

#BCB166
(188,177,102)
0 Favorites   0 Comments

Color spaces of #bcb166

RGB 188177102
HSL0.150.390.57
HSV52°46°74°
CMYK 0.000.060.46   0.26
XYZ38.859543.095018.8404
Yxy43.09500.38550.4276
Hunter Lab65.6468-9.219128.9367
CIE-Lab71.6194-6.571039.6197

#bcb166 color RGB value is (188,177,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01100110
Octal 274 261 146
Decimal 188 177 102
Hex BC B1 66

RGB Percentages of Color #bcb166

%40.26
%37.90
%21.84

CMYK Percentages of Color #bcb166

%0
%6
%46
%26

Triadic Colors of #bcb166

#bcb166 #66bcb1 #b166bc

Analogous Colors of #bcb166

#bcb166 #9cbc66 #bc8666

Monochromatic Colors of #bcb166

#bcb166

Complementary Color

#bcb166 #6671bc

#bcb166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb166 Color CSS Codes

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

#bcb166 Text Font Color

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

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


#bcb166 Background Color

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

This div background color is #bcb166


#bcb166 Border Color

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

This div border color is #bcb166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb166


Comments

No comments written yet.

Please login to write comment.