Color Hex Logo

#bcb29f Color Hex

#BCB29F
(188,178,159)
0 Favorites   0 Comments

Color spaces of #bcb29f

RGB 188178159
HSL0.110.180.68
HSV39°15°74°
CMYK 0.000.050.15   0.26
XYZ42.917445.035439.2316
Yxy45.03540.33740.3541
Hunter Lab67.1084-3.284812.3149
CIE-Lab72.91520.335810.9855

#bcb29f color RGB value is (188,178,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10011111
Octal 274 262 237
Decimal 188 178 159
Hex BC B2 9F

RGB Percentages of Color #bcb29f

%35.81
%33.90
%30.29

CMYK Percentages of Color #bcb29f

%0
%5
%15
%26

Triadic Colors of #bcb29f

#bcb29f #9fbcb2 #b29fbc

Analogous Colors of #bcb29f

#bcb29f #b8bc9f #bca49f

Monochromatic Colors of #bcb29f

#bcb29f

Complementary Color

#bcb29f #9fa9bc

#bcb29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb29f Color CSS Codes

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

#bcb29f Text Font Color

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

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


#bcb29f Background Color

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

This div background color is #bcb29f


#bcb29f Border Color

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

This div border color is #bcb29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb29f


Comments

No comments written yet.

Please login to write comment.