COLOR #BCAD97

HEX: #BCAD97 RGB: (188,173,151)

Color info

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

RGB color model

#BCAD97 color RGB value is (188,173,151).

RGB: (188,173,151) (74%, 68%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 151 of 255 = 59%

188
173
151

R + G + B ~ 67%. #BCAD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 151 = 512 (100%)
R 188 of 512 ~ 36.72%
G 173 of 512 ~ 33.79%
B 151 of 512 ~ 29.49'%

%36.72
%33.79
%29.49

CMYK color model

#BCAD97 color CMYK value is (0,8,20,26).

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

CMYK: (0,8,20,26)
C0M8Y20K26 (0%, 8%, 20%, 26%)
(0.00 / 0.08 / 0.20 / 0.26)

CMYK percentages

%0
%7.98
%19.68
%26.27

Codes

Color #BCAD97 in popluar color models

BC AD 97
RGB 188 173 151
HSL 36° 21.64% 66.47%
HSB/HSV 36° 19.68% 73.73%
CMYK 0.00% 7.98% 19.68%
26.27%

Color #BCAD97 in popluar number systems.

HEX BC AD 97
Decimal 188 173 151
Binary 10111100 10101101 10010111
Octal 274 255 227

Shades and tints

Shades of #BCAD97

#BCAD97
(188,173,151)
#AB9E8A
(171,158,138)
#9A8F7D
(154,143,125)
#898070
(137,128,112)
#787163
(120,113,99)
#676256
(103,98,86)
#565349
(86,83,73)
#45443C
(69,68,60)
#34352F
(52,53,47)
#232622
(35,38,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCAD97

#BCAD97
(188,173,151)
#C2B4A0
(194,180,160)
#C8BBA9
(200,187,169)
#CEC2B2
(206,194,178)
#D4C9BB
(212,201,187)
#DAD0C4
(218,208,196)
#E0D7CD
(224,215,205)
#E6DED6
(230,222,214)
#ECE5DF
(236,229,223)
#F2ECE8
(242,236,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAD97; }

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

This text font color is #BCAD97.

Background Color

.myBgColor { background-color: #BCAD97; }

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

This div background color is #BCAD97.

Border color

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

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

This div border color is #BCAD97.

Opacity

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

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

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

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

This text has shadow with #BCAD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAD97.

Preview

Color preview on black background

This text has color #BCAD97 on black background.


Color preview on white background

This text has color #BCAD97 on white background.


Black color preview on #BCAD97 background

This text has black color on #BCAD97 background.


White color preview on #BCAD97 background

This text has white color on #BCAD97 background.


Related colors

Complementary color

Complementary color for #hex is #435268.


I love getcolorcode.com

Triadic colors

1 #97BCAD and #AD97BC with #BCAD97 are triadic colors.

2 #97ADBC and #ADBC97 with #BCAD97 are triadic colors.