Color Hex Logo

#bcb167 Color Hex

#BCB167
(188,177,103)
0 Favorites   0 Comments

Color spaces of #bcb167

RGB 188177103
HSL0.150.390.57
HSV52°45°74°
CMYK 0.000.060.45   0.26
XYZ38.909443.114919.1032
Yxy43.11490.38480.4263
Hunter Lab65.6619-9.134428.7140
CIE-Lab71.6329-6.470339.1271

#bcb167 color RGB value is (188,177,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01100111
Octal 274 261 147
Decimal 188 177 103
Hex BC B1 67

RGB Percentages of Color #bcb167

%40.17
%37.82
%22.01

CMYK Percentages of Color #bcb167

%0
%6
%45
%26

Triadic Colors of #bcb167

#bcb167 #67bcb1 #b167bc

Analogous Colors of #bcb167

#bcb167 #9dbc67 #bc8767

Monochromatic Colors of #bcb167

#bcb167

Complementary Color

#bcb167 #6772bc

#bcb167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb167 Color CSS Codes

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

#bcb167 Text Font Color

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

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


#bcb167 Background Color

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

This div background color is #bcb167


#bcb167 Border Color

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

This div border color is #bcb167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb167


Comments

No comments written yet.

Please login to write comment.