Color Hex Logo

#bcb39e Color Hex

#BCB39E
(188,179,158)
0 Favorites   0 Comments

Color spaces of #bcb39e

RGB 188179158
HSL0.120.180.68
HSV42°16°74°
CMYK 0.000.050.16   0.26
XYZ43.030745.400238.8429
Yxy45.40020.33810.3567
Hunter Lab67.3797-3.918912.9864
CIE-Lab73.1546-0.359011.8699

#bcb39e color RGB value is (188,179,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10011110
Octal 274 263 236
Decimal 188 179 158
Hex BC B3 9E

RGB Percentages of Color #bcb39e

%35.81
%34.10
%30.10

CMYK Percentages of Color #bcb39e

%0
%5
%16
%26

Triadic Colors of #bcb39e

#bcb39e #9ebcb3 #b39ebc

Analogous Colors of #bcb39e

#bcb39e #b6bc9e #bca49e

Monochromatic Colors of #bcb39e

#bcb39e

Complementary Color

#bcb39e #9ea7bc

#bcb39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb39e Color CSS Codes

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

#bcb39e Text Font Color

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

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


#bcb39e Background Color

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

This div background color is #bcb39e


#bcb39e Border Color

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

This div border color is #bcb39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb39e


Comments

No comments written yet.

Please login to write comment.