Color Hex Logo

#bcb169 Color Hex

#BCB169
(188,177,105)
0 Favorites   0 Comments

Color spaces of #bcb169

RGB 188177105
HSL0.140.380.57
HSV52°44°74°
CMYK 0.000.060.44   0.26
XYZ39.011043.155619.6384
Yxy43.15560.38320.4239
Hunter Lab65.6929-8.962428.2608
CIE-Lab71.6605-6.266338.1387

#bcb169 color RGB value is (188,177,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01101001
Octal 274 261 151
Decimal 188 177 105
Hex BC B1 69

RGB Percentages of Color #bcb169

%40.00
%37.66
%22.34

CMYK Percentages of Color #bcb169

%0
%6
%44
%26

Triadic Colors of #bcb169

#bcb169 #69bcb1 #b169bc

Analogous Colors of #bcb169

#bcb169 #9ebc69 #bc8869

Monochromatic Colors of #bcb169

#bcb169

Complementary Color

#bcb169 #6974bc

#bcb169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb169 Color CSS Codes

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

#bcb169 Text Font Color

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

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


#bcb169 Background Color

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

This div background color is #bcb169


#bcb169 Border Color

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

This div border color is #bcb169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb169


Comments

No comments written yet.

Please login to write comment.