Color Hex Logo

#bcb69e Color Hex

#BCB69E
(188,182,158)
0 Favorites   0 Comments

Color spaces of #bcb69e

RGB 188182158
HSL0.130.180.68
HSV48°16°74°
CMYK 0.000.030.16   0.26
XYZ43.638546.615939.0455
Yxy46.61590.33750.3605
Hunter Lab68.2758-5.394413.8864
CIE-Lab73.9434-1.959712.9837

#bcb69e color RGB value is (188,182,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10011110
Octal 274 266 236
Decimal 188 182 158
Hex BC B6 9E

RGB Percentages of Color #bcb69e

%35.61
%34.47
%29.92

CMYK Percentages of Color #bcb69e

%0
%3
%16
%26

Triadic Colors of #bcb69e

#bcb69e #9ebcb6 #b69ebc

Analogous Colors of #bcb69e

#bcb69e #b3bc9e #bca79e

Monochromatic Colors of #bcb69e

#bcb69e

Complementary Color

#bcb69e #9ea4bc

#bcb69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb69e Color CSS Codes

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

#bcb69e Text Font Color

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

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


#bcb69e Background Color

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

This div background color is #bcb69e


#bcb69e Border Color

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

This div border color is #bcb69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb69e


Comments

No comments written yet.

Please login to write comment.