Color Hex Logo

#bcb07f Color Hex

#BCB07F
(188,176,127)
0 Favorites   0 Comments

Color spaces of #bcb07f

RGB 188176127
HSL0.130.310.62
HSV48°32°74°
CMYK 0.000.060.32   0.26
XYZ40.095143.274326.3182
Yxy43.27430.36550.3945
Hunter Lab65.7832-6.324222.3278
CIE-Lab71.7407-3.201826.6932

#bcb07f color RGB value is (188,176,127).

#bcb07f hex color red value is 188, green value is 176 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcb07f hue: 0.13 , saturation: 0.31 and the lightness value of bcb07f is 0.62.

The process color (four color CMYK) of #bcb07f color hex is 0.00, 0.06, 0.32, 0.26. Web safe color of #bcb07f is #cc9966. Color #bcb07f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01111111
Octal 274 260 177
Decimal 188 176 127
Hex BC B0 7F

RGB Percentages of Color #bcb07f

%38.29
%35.85
%25.87

CMYK Percentages of Color #bcb07f

%0
%6
%32
%26

Triadic Colors of #bcb07f

#bcb07f #7fbcb0 #b07fbc

Analogous Colors of #bcb07f

#bcb07f #aabc7f #bc927f

Monochromatic Colors of #bcb07f

#bcb07f

Complementary Color

#bcb07f #7f8bbc

#bcb07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb07f Color CSS Codes

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

#bcb07f Text Font Color

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

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


#bcb07f Background Color

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

This div background color is #bcb07f


#bcb07f Border Color

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

This div border color is #bcb07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb07f


Comments

No comments written yet.

Please login to write comment.