COLOR #BCAD89

HEX: #BCAD89 RGB: (188,173,137)

Color info

#BCAD89 contains red, green and blue colors in about the same proportion. Web safe color of #BCAD89 is #CC9999 (or #C99).

RGB color model

#BCAD89 color RGB value is (188,173,137).

RGB: (188,173,137) (74%, 68%, 54%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 137 of 255 = 54%

188
173
137

R + G + B ~ 65%. #BCAD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 137 = 498 (100%)
R 188 of 498 ~ 37.75%
G 173 of 498 ~ 34.74%
B 137 of 498 ~ 27.51'%

%37.75
%34.74
%27.51

CMYK color model

#BCAD89 color CMYK value is (0,8,27,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (0,8,27,26)
C0M8Y27K26 (0%, 8%, 27%, 26%)
(0.00 / 0.08 / 0.27 / 0.26)

CMYK percentages

%0
%7.98
%27.13
%26.27

Codes

Color #BCAD89 in popluar color models

BC AD 89
RGB 188 173 137
HSL 42° 27.57% 63.73%
HSB/HSV 42° 27.13% 73.73%
CMYK 0.00% 7.98% 27.13%
26.27%

Color #BCAD89 in popluar number systems.

HEX BC AD 89
Decimal 188 173 137
Binary 10111100 10101101 10001001
Octal 274 255 211

Shades and tints

Shades of #BCAD89

#BCAD89
(188,173,137)
#AB9E7D
(171,158,125)
#9A8F71
(154,143,113)
#898065
(137,128,101)
#787159
(120,113,89)
#67624D
(103,98,77)
#565341
(86,83,65)
#454435
(69,68,53)
#343529
(52,53,41)
#23261D
(35,38,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCAD89

#BCAD89
(188,173,137)
#C2B493
(194,180,147)
#C8BB9D
(200,187,157)
#CEC2A7
(206,194,167)
#D4C9B1
(212,201,177)
#DAD0BB
(218,208,187)
#E0D7C5
(224,215,197)
#E6DECF
(230,222,207)
#ECE5D9
(236,229,217)
#F2ECE3
(242,236,227)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAD89 color. Also use rgb(188,173,137) instead hex code.

Text Font Color

.myTextColor { color: #BCAD89; }

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

This text font color is #BCAD89.

Background Color

.myBgColor { background-color: #BCAD89; }

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

This div background color is #BCAD89.

Border color

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

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

This div border color is #BCAD89.

Opacity

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

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

Text with #BCAD89 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 #BCAD89;}

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

This text has shadow with #BCAD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAD89.

Preview

Color preview on black background

This text has color #BCAD89 on black background.


Color preview on white background

This text has color #BCAD89 on white background.


Black color preview on #BCAD89 background

This text has black color on #BCAD89 background.


White color preview on #BCAD89 background

This text has white color on #BCAD89 background.


Related colors

Complementary color

Complementary color for #hex is #435276.


I love getcolorcode.com

Triadic colors

1 #89BCAD and #AD89BC with #BCAD89 are triadic colors.

2 #89ADBC and #ADBC89 with #BCAD89 are triadic colors.