Color Hex Logo

#bcb27f Color Hex

#BCB27F
(188,178,127)
0 Favorites   0 Comments

Color spaces of #bcb27f

RGB 188178127
HSL0.140.310.62
HSV50°32°74°
CMYK 0.000.050.32   0.26
XYZ40.490244.064526.4499
Yxy44.06450.36480.3970
Hunter Lab66.3811-7.288022.8424
CIE-Lab72.2716-4.262227.4010

#bcb27f color RGB value is (188,178,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 01111111
Octal 274 262 177
Decimal 188 178 127
Hex BC B2 7F

RGB Percentages of Color #bcb27f

%38.13
%36.11
%25.76

CMYK Percentages of Color #bcb27f

%0
%5
%32
%26

Triadic Colors of #bcb27f

#bcb27f #7fbcb2 #b27fbc

Analogous Colors of #bcb27f

#bcb27f #a8bc7f #bc947f

Monochromatic Colors of #bcb27f

#bcb27f

Complementary Color

#bcb27f #7f89bc

#bcb27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb27f Color CSS Codes

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

#bcb27f Text Font Color

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

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


#bcb27f Background Color

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

This div background color is #bcb27f


#bcb27f Border Color

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

This div border color is #bcb27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb27f


Comments

No comments written yet.

Please login to write comment.