Color Hex Logo

#bcb67f Color Hex

#BCB67F
(188,182,127)
0 Favorites   0 Comments

Color spaces of #bcb67f

RGB 188182127
HSL0.150.310.62
HSV54°32°74°
CMYK 0.000.030.32   0.26
XYZ41.297845.679626.7191
Yxy45.67960.36320.4018
Hunter Lab67.5867-9.207023.8715
CIE-Lab73.3371-6.370328.8162

#bcb67f color RGB value is (188,182,127).

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

The process color (four color CMYK) of #bcb67f color hex is 0.00, 0.03, 0.32, 0.26. Web safe color of #bcb67f is #cccc66. Color #bcb67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 01111111
Octal 274 266 177
Decimal 188 182 127
Hex BC B6 7F

RGB Percentages of Color #bcb67f

%37.83
%36.62
%25.55

CMYK Percentages of Color #bcb67f

%0
%3
%32
%26

Triadic Colors of #bcb67f

#bcb67f #7fbcb6 #b67fbc

Analogous Colors of #bcb67f

#bcb67f #a4bc7f #bc987f

Monochromatic Colors of #bcb67f

#bcb67f

Complementary Color

#bcb67f #7f85bc

#bcb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb67f Color CSS Codes

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

#bcb67f Text Font Color

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

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


#bcb67f Background Color

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

This div background color is #bcb67f


#bcb67f Border Color

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

This div border color is #bcb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb67f


Comments

No comments written yet.

Please login to write comment.