Color Hex Logo

#bcab73 Color Hex

#BCAB73
(188,171,115)
0 Favorites   0 Comments

Color spaces of #bcab73

RGB 188171115
HSL0.130.350.59
HSV46°39°74°
CMYK 0.000.090.39   0.26
XYZ38.396541.055022.1204
Yxy41.05500.37800.4042
Hunter Lab64.0742-5.163524.3832
CIE-Lab70.2144-1.994931.0726

#bcab73 color RGB value is (188,171,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01110011
Octal 274 253 163
Decimal 188 171 115
Hex BC AB 73

RGB Percentages of Color #bcab73

%39.66
%36.08
%24.26

CMYK Percentages of Color #bcab73

%0
%9
%39
%26

Triadic Colors of #bcab73

#bcab73 #73bcab #ab73bc

Analogous Colors of #bcab73

#bcab73 #a9bc73 #bc8773

Monochromatic Colors of #bcab73

#bcab73

Complementary Color

#bcab73 #7384bc

#bcab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab73 Color CSS Codes

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

#bcab73 Text Font Color

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

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


#bcab73 Background Color

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

This div background color is #bcab73


#bcab73 Border Color

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

This div border color is #bcab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab73


Comments

No comments written yet.

Please login to write comment.