Color Hex Logo

#bcb89e Color Hex

#BCB89E
(188,184,158)
0 Favorites   0 Comments

Color spaces of #bcb89e

RGB 188184158
HSL0.140.180.68
HSV52°16°74°
CMYK 0.000.020.16   0.26
XYZ44.051147.441039.1830
Yxy47.44100.33710.3630
Hunter Lab68.8774-6.374414.4853
CIE-Lab74.4710-3.021813.7267

#bcb89e color RGB value is (188,184,158).

#bcb89e hex color red value is 188, green value is 184 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcb89e hue: 0.14 , saturation: 0.18 and the lightness value of bcb89e is 0.68.

The process color (four color CMYK) of #bcb89e color hex is 0.00, 0.02, 0.16, 0.26. Web safe color of #bcb89e is #cccc99. Color #bcb89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 10011110
Octal 274 270 236
Decimal 188 184 158
Hex BC B8 9E

RGB Percentages of Color #bcb89e

%35.47
%34.72
%29.81

CMYK Percentages of Color #bcb89e

%0
%2
%16
%26

Triadic Colors of #bcb89e

#bcb89e #9ebcb8 #b89ebc

Analogous Colors of #bcb89e

#bcb89e #b1bc9e #bca99e

Monochromatic Colors of #bcb89e

#bcb89e

Complementary Color

#bcb89e #9ea2bc

#bcb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb89e Color CSS Codes

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

#bcb89e Text Font Color

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

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


#bcb89e Background Color

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

This div background color is #bcb89e


#bcb89e Border Color

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

This div border color is #bcb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb89e


Comments

No comments written yet.

Please login to write comment.