Color Hex Logo

#bcb39f Color Hex

#BCB39F
(188,179,159)
0 Favorites   0 Comments

Color spaces of #bcb39f

RGB 188179159
HSL0.110.180.68
HSV41°15°74°
CMYK 0.000.050.15   0.26
XYZ43.117145.434839.2982
Yxy45.43480.33720.3554
Hunter Lab67.4053-3.778412.6169
CIE-Lab73.1773-0.199811.3569

#bcb39f color RGB value is (188,179,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10011111
Octal 274 263 237
Decimal 188 179 159
Hex BC B3 9F

RGB Percentages of Color #bcb39f

%35.74
%34.03
%30.23

CMYK Percentages of Color #bcb39f

%0
%5
%15
%26

Triadic Colors of #bcb39f

#bcb39f #9fbcb3 #b39fbc

Analogous Colors of #bcb39f

#bcb39f #b7bc9f #bca59f

Monochromatic Colors of #bcb39f

#bcb39f

Complementary Color

#bcb39f #9fa8bc

#bcb39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb39f Color CSS Codes

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

#bcb39f Text Font Color

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

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


#bcb39f Background Color

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

This div background color is #bcb39f


#bcb39f Border Color

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

This div border color is #bcb39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb39f


Comments

No comments written yet.

Please login to write comment.