Color Hex Logo

#bcab76 Color Hex

#BCAB76
(188,171,118)
0 Favorites   0 Comments

Color spaces of #bcab76

RGB 188171118
HSL0.130.340.60
HSV45°37°74°
CMYK 0.000.090.37   0.26
XYZ38.572041.125223.0445
Yxy41.12520.37540.4003
Hunter Lab64.1289-4.862223.5846
CIE-Lab70.2636-1.644329.5423

#bcab76 color RGB value is (188,171,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01110110
Octal 274 253 166
Decimal 188 171 118
Hex BC AB 76

RGB Percentages of Color #bcab76

%39.41
%35.85
%24.74

CMYK Percentages of Color #bcab76

%0
%9
%37
%26

Triadic Colors of #bcab76

#bcab76 #76bcab #ab76bc

Analogous Colors of #bcab76

#bcab76 #aabc76 #bc8876

Monochromatic Colors of #bcab76

#bcab76

Complementary Color

#bcab76 #7687bc

#bcab76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab76 Color CSS Codes

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

#bcab76 Text Font Color

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

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


#bcab76 Background Color

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

This div background color is #bcab76


#bcab76 Border Color

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

This div border color is #bcab76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab76


Comments

No comments written yet.

Please login to write comment.