Color Hex Logo

#bcb38e Color Hex

#BCB38E
(188,179,142)
0 Favorites   0 Comments

Color spaces of #bcb38e

RGB 188179142
HSL0.130.260.65
HSV48°24°74°
CMYK 0.000.050.24   0.26
XYZ41.741644.884632.0548
Yxy44.88460.35170.3782
Hunter Lab66.9960-6.029218.5294
CIE-Lab72.8158-2.771520.0830

#bcb38e color RGB value is (188,179,142).

#bcb38e hex color red value is 188, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcb38e hue: 0.13 , saturation: 0.26 and the lightness value of bcb38e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10001110
Octal 274 263 216
Decimal 188 179 142
Hex BC B3 8E

RGB Percentages of Color #bcb38e

%36.94
%35.17
%27.90

CMYK Percentages of Color #bcb38e

%0
%5
%24
%26

Triadic Colors of #bcb38e

#bcb38e #8ebcb3 #b38ebc

Analogous Colors of #bcb38e

#bcb38e #aebc8e #bc9c8e

Monochromatic Colors of #bcb38e

#bcb38e

Complementary Color

#bcb38e #8e97bc

#bcb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb38e Color CSS Codes

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

#bcb38e Text Font Color

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

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


#bcb38e Background Color

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

This div background color is #bcb38e


#bcb38e Border Color

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

This div border color is #bcb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb38e


Comments

No comments written yet.

Please login to write comment.