Color Hex Logo

#bca77e Color Hex

#BCA77E
(188,167,126)
0 Favorites   0 Comments

Color spaces of #bca77e

RGB 188167126
HSL0.110.320.62
HSV40°33°74°
CMYK 0.000.110.33   0.26
XYZ38.323639.835225.4077
Yxy39.83520.37000.3846
Hunter Lab63.1151-2.066020.3127
CIE-Lab69.35201.488524.0283

#bca77e color RGB value is (188,167,126).

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

The process color (four color CMYK) of #bca77e color hex is 0.00, 0.11, 0.33, 0.26. Web safe color of #bca77e is #cc9966. Color #bca77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01111110
Octal 274 247 176
Decimal 188 167 126
Hex BC A7 7E

RGB Percentages of Color #bca77e

%39.09
%34.72
%26.20

CMYK Percentages of Color #bca77e

%0
%11
%33
%26

Triadic Colors of #bca77e

#bca77e #7ebca7 #a77ebc

Analogous Colors of #bca77e

#bca77e #b2bc7e #bc887e

Monochromatic Colors of #bca77e

#bca77e

Complementary Color

#bca77e #7e93bc

#bca77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca77e Color CSS Codes

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

#bca77e Text Font Color

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

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


#bca77e Background Color

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

This div background color is #bca77e


#bca77e Border Color

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

This div border color is #bca77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca77e


Comments

No comments written yet.

Please login to write comment.