Color Hex Logo

#bcac89 Color Hex

#BCAC89
(188,172,137)
0 Favorites   0 Comments

Color spaces of #bcac89

RGB 188172137
HSL0.110.280.64
HSV41°27°74°
CMYK 0.000.090.27   0.26
XYZ40.006942.002629.6656
Yxy42.00260.35820.3761
Hunter Lab64.8094-3.228318.2274
CIE-Lab70.87270.264620.1240

#bcac89 color RGB value is (188,172,137).

#bcac89 hex color red value is 188, green value is 172 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bcac89 hue: 0.11 , saturation: 0.28 and the lightness value of bcac89 is 0.64.

The process color (four color CMYK) of #bcac89 color hex is 0.00, 0.09, 0.27, 0.26. Web safe color of #bcac89 is #cc9999. Color #bcac89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10001001
Octal 274 254 211
Decimal 188 172 137
Hex BC AC 89

RGB Percentages of Color #bcac89

%37.83
%34.61
%27.57

CMYK Percentages of Color #bcac89

%0
%9
%27
%26

Triadic Colors of #bcac89

#bcac89 #89bcac #ac89bc

Analogous Colors of #bcac89

#bcac89 #b3bc89 #bc9389

Monochromatic Colors of #bcac89

#bcac89

Complementary Color

#bcac89 #8999bc

#bcac89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac89 Color CSS Codes

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

#bcac89 Text Font Color

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

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


#bcac89 Background Color

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

This div background color is #bcac89


#bcac89 Border Color

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

This div border color is #bcac89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac89


Comments

No comments written yet.

Please login to write comment.