Color Hex Logo

#bcb77e Color Hex

#BCB77E
(188,183,126)
0 Favorites   0 Comments

Color spaces of #bcb77e

RGB 188183126
HSL0.150.320.62
HSV55°33°74°
CMYK 0.000.030.33   0.26
XYZ41.438446.064726.4460
Yxy46.06470.36370.4043
Hunter Lab67.8710-9.791624.4073
CIE-Lab73.5875-7.020129.6759

#bcb77e color RGB value is (188,183,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01111110
Octal 274 267 176
Decimal 188 183 126
Hex BC B7 7E

RGB Percentages of Color #bcb77e

%37.83
%36.82
%25.35

CMYK Percentages of Color #bcb77e

%0
%3
%33
%26

Triadic Colors of #bcb77e

#bcb77e #7ebcb7 #b77ebc

Analogous Colors of #bcb77e

#bcb77e #a2bc7e #bc987e

Monochromatic Colors of #bcb77e

#bcb77e

Complementary Color

#bcb77e #7e83bc

#bcb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb77e Color CSS Codes

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

#bcb77e Text Font Color

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

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


#bcb77e Background Color

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

This div background color is #bcb77e


#bcb77e Border Color

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

This div border color is #bcb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb77e


Comments

No comments written yet.

Please login to write comment.