Color Hex Logo

#bcac7b Color Hex

#BCAC7B
(188,172,123)
0 Favorites   0 Comments

Color spaces of #bcac7b

RGB 188172123
HSL0.130.330.61
HSV45°35°74°
CMYK 0.000.090.35   0.26
XYZ39.066741.626524.7146
Yxy41.62650.37060.3949
Hunter Lab64.5186-4.823922.4513
CIE-Lab70.6126-1.573127.3318

#bcac7b color RGB value is (188,172,123).

#bcac7b hex color red value is 188, green value is 172 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcac7b hue: 0.13 , saturation: 0.33 and the lightness value of bcac7b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 01111011
Octal 274 254 173
Decimal 188 172 123
Hex BC AC 7B

RGB Percentages of Color #bcac7b

%38.92
%35.61
%25.47

CMYK Percentages of Color #bcac7b

%0
%9
%35
%26

Triadic Colors of #bcac7b

#bcac7b #7bbcac #ac7bbc

Analogous Colors of #bcac7b

#bcac7b #acbc7b #bc8c7b

Monochromatic Colors of #bcac7b

#bcac7b

Complementary Color

#bcac7b #7b8bbc

#bcac7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac7b Color CSS Codes

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

#bcac7b Text Font Color

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

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


#bcac7b Background Color

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

This div background color is #bcac7b


#bcac7b Border Color

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

This div border color is #bcac7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac7b


Comments

No comments written yet.

Please login to write comment.