Color Hex Logo

#bcb79f Color Hex

#BCB79F
(188,183,159)
0 Favorites   0 Comments

Color spaces of #bcb79f

RGB 188183159
HSL0.140.180.68
HSV50°15°74°
CMYK 0.000.030.15   0.26
XYZ43.930547.061539.5693
Yxy47.06150.33650.3605
Hunter Lab68.6014-5.745813.8225
CIE-Lab74.2291-2.332712.8437

#bcb79f color RGB value is (188,183,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10011111
Octal 274 267 237
Decimal 188 183 159
Hex BC B7 9F

RGB Percentages of Color #bcb79f

%35.47
%34.53
%30.00

CMYK Percentages of Color #bcb79f

%0
%3
%15
%26

Triadic Colors of #bcb79f

#bcb79f #9fbcb7 #b79fbc

Analogous Colors of #bcb79f

#bcb79f #b3bc9f #bca99f

Monochromatic Colors of #bcb79f

#bcb79f

Complementary Color

#bcb79f #9fa4bc

#bcb79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb79f Color CSS Codes

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

#bcb79f Text Font Color

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

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


#bcb79f Background Color

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

This div background color is #bcb79f


#bcb79f Border Color

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

This div border color is #bcb79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb79f


Comments

No comments written yet.

Please login to write comment.