Color Hex Logo

#bca876 Color Hex

#BCA876
(188,168,118)
0 Favorites   0 Comments

Color spaces of #bca876

RGB 188168118
HSL0.120.340.60
HSV43°37°74°
CMYK 0.000.110.37   0.26
XYZ38.011740.004622.8578
Yxy40.00460.37680.3966
Hunter Lab63.2492-3.410622.8475
CIE-Lab69.4728-0.037128.5017

#bca876 color RGB value is (188,168,118).

#bca876 hex color red value is 188, green value is 168 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bca876 hue: 0.12 , saturation: 0.34 and the lightness value of bca876 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 01110110
Octal 274 250 166
Decimal 188 168 118
Hex BC A8 76

RGB Percentages of Color #bca876

%39.66
%35.44
%24.89

CMYK Percentages of Color #bca876

%0
%11
%37
%26

Triadic Colors of #bca876

#bca876 #76bca8 #a876bc

Analogous Colors of #bca876

#bca876 #adbc76 #bc8576

Monochromatic Colors of #bca876

#bca876

Complementary Color

#bca876 #768abc

#bca876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca876 Color CSS Codes

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

#bca876 Text Font Color

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

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


#bca876 Background Color

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

This div background color is #bca876


#bca876 Border Color

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

This div border color is #bca876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca876


Comments

No comments written yet.

Please login to write comment.