COLOR #BCAA7A

HEX: #BCAA7A RGB: (188,170,122)

Color info

#BCAA7A contains mainly red and green colors. Web safe color of #BCAA7A is #CC9966 (or #C96).

RGB color model

#BCAA7A color RGB value is (188,170,122).

RGB: (188,170,122) (74%, 67%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 122 of 255 = 48%

188
170
122

R + G + B ~ 63%. #BCAA7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 122 = 480 (100%)
R 188 of 480 ~ 39.17%
G 170 of 480 ~ 35.42%
B 122 of 480 ~ 25.42'%

%39.17
%35.42
%25.42

CMYK color model

#BCAA7A color CMYK value is (0,10,35,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 35.11%
  • key color value is 26.27%

CMYK: (0,10,35,26)
C0M10Y35K26 (0%, 10%, 35%, 26%)
(0.00 / 0.10 / 0.35 / 0.26)

CMYK percentages

%0
%9.57
%35.11
%26.27

Codes

Color #BCAA7A in popluar color models

BC AA 7A
RGB 188 170 122
HSL 44° 33.00% 60.78%
HSB/HSV 44° 35.11% 73.73%
CMYK 0.00% 9.57% 35.11%
26.27%

Color #BCAA7A in popluar number systems.

HEX BC AA 7A
Decimal 188 170 122
Binary 10111100 10101010 1111010
Octal 274 252 172

Shades and tints

Shades of #BCAA7A

#BCAA7A
(188,170,122)
#AB9B6F
(171,155,111)
#9A8C64
(154,140,100)
#897D59
(137,125,89)
#786E4E
(120,110,78)
#675F43
(103,95,67)
#565038
(86,80,56)
#45412D
(69,65,45)
#343222
(52,50,34)
#232317
(35,35,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #BCAA7A

#BCAA7A
(188,170,122)
#C2B186
(194,177,134)
#C8B892
(200,184,146)
#CEBF9E
(206,191,158)
#D4C6AA
(212,198,170)
#DACDB6
(218,205,182)
#E0D4C2
(224,212,194)
#E6DBCE
(230,219,206)
#ECE2DA
(236,226,218)
#F2E9E6
(242,233,230)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAA7A color. Also use rgb(188,170,122) instead hex code.

Text Font Color

.myTextColor { color: #BCAA7A; }

<p style="color:#BCAA7A">This sample text font color is #BCAA7A.</p>

This text font color is #BCAA7A.

Background Color

.myBgColor { background-color: #BCAA7A; }

<div style="background-color:#BCAA7A">Inner text</div>

This div background color is #BCAA7A.

Border color

.myBorderColor { border: 1px solid #BCAA7A; }

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

This div border color is #BCAA7A.

Opacity

.myOpacity80 { color: #BCAA7A; opacity: 0.8; }

<p style="color:#BCAA7A;opacity:0.8;">80%</p>

Text with #BCAA7A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCAA7A;}

<p style="text-shadow: 3px 3px 1px #BCAA7A">Text here.</p>

This text has shadow with #BCAA7A color.


.textShadow {text-shadow: 3px 3px 1px #BCAA7A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCAA7A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCAA7A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCAA7A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCAA7A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCAA7A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCAA7A;
-webkit-box-shadow: 1px 1px 3px 2px #BCAA7A;
box-shadow: 1px 1px 3px 2px #BCAA7A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCAA7A; -webkit-box-shadow: 1px 1px 3px 2px #BCAA7A; box-shadow:1px 1px 3px 2px #BCAA7A;">
Div content here
</div>

This div box has shadow with color #BCAA7A.

Preview

Color preview on black background

This text has color #BCAA7A on black background.


Color preview on white background

This text has color #BCAA7A on white background.


Black color preview on #BCAA7A background

This text has black color on #BCAA7A background.


White color preview on #BCAA7A background

This text has white color on #BCAA7A background.


Related colors

Complementary color

Complementary color for #hex is #435585.


I love getcolorcode.com

Triadic colors

1 #7ABCAA and #AA7ABC with #BCAA7A are triadic colors.

2 #7AAABC and #AABC7A with #BCAA7A are triadic colors.