Color Hex Logo

#bcaa7b Color Hex

#BCAA7B
(188,170,123)
0 Favorites   0 Comments

Color spaces of #bcaa7b

RGB 188170123
HSL0.120.330.61
HSV43°35°74°
CMYK 0.000.100.35   0.26
XYZ38.688940.870924.5886
Yxy40.87090.37150.3924
Hunter Lab63.9304-3.854821.9474
CIE-Lab70.0854-0.502726.6304

#bcaa7b color RGB value is (188,170,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 01111011
Octal 274 252 173
Decimal 188 170 123
Hex BC AA 7B

RGB Percentages of Color #bcaa7b

%39.09
%35.34
%25.57

CMYK Percentages of Color #bcaa7b

%0
%10
%35
%26

Triadic Colors of #bcaa7b

#bcaa7b #7bbcaa #aa7bbc

Analogous Colors of #bcaa7b

#bcaa7b #aebc7b #bc8a7b

Monochromatic Colors of #bcaa7b

#bcaa7b

Complementary Color

#bcaa7b #7b8dbc

#bcaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa7b Color CSS Codes

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

#bcaa7b Text Font Color

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

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


#bcaa7b Background Color

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

This div background color is #bcaa7b


#bcaa7b Border Color

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

This div border color is #bcaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa7b


Comments

No comments written yet.

Please login to write comment.