COLOR #BCAD92

HEX: #BCAD92 RGB: (188,173,146)

Color info

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

RGB color model

#BCAD92 color RGB value is (188,173,146).

RGB: (188,173,146) (74%, 68%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 146 of 255 = 57%

188
173
146

R + G + B ~ 66%. #BCAD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 146 = 507 (100%)
R 188 of 507 ~ 37.08%
G 173 of 507 ~ 34.12%
B 146 of 507 ~ 28.8'%

%37.08
%34.12
%28.8

CMYK color model

#BCAD92 color CMYK value is (0,8,22,26).

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

CMYK: (0,8,22,26)
C0M8Y22K26 (0%, 8%, 22%, 26%)
(0.00 / 0.08 / 0.22 / 0.26)

CMYK percentages

%0
%7.98
%22.34
%26.27

Codes

Color #BCAD92 in popluar color models

BC AD 92
RGB 188 173 146
HSL 39° 23.86% 65.49%
HSB/HSV 39° 22.34% 73.73%
CMYK 0.00% 7.98% 22.34%
26.27%

Color #BCAD92 in popluar number systems.

HEX BC AD 92
Decimal 188 173 146
Binary 10111100 10101101 10010010
Octal 274 255 222

Shades and tints

Shades of #BCAD92

#BCAD92
(188,173,146)
#AB9E85
(171,158,133)
#9A8F78
(154,143,120)
#89806B
(137,128,107)
#78715E
(120,113,94)
#676251
(103,98,81)
#565344
(86,83,68)
#454437
(69,68,55)
#34352A
(52,53,42)
#23261D
(35,38,29)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCAD92

#BCAD92
(188,173,146)
#C2B49B
(194,180,155)
#C8BBA4
(200,187,164)
#CEC2AD
(206,194,173)
#D4C9B6
(212,201,182)
#DAD0BF
(218,208,191)
#E0D7C8
(224,215,200)
#E6DED1
(230,222,209)
#ECE5DA
(236,229,218)
#F2ECE3
(242,236,227)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAD92; }

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

This text font color is #BCAD92.

Background Color

.myBgColor { background-color: #BCAD92; }

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

This div background color is #BCAD92.

Border color

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

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

This div border color is #BCAD92.

Opacity

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

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

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

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

This text has shadow with #BCAD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAD92.

Preview

Color preview on black background

This text has color #BCAD92 on black background.


Color preview on white background

This text has color #BCAD92 on white background.


Black color preview on #BCAD92 background

This text has black color on #BCAD92 background.


White color preview on #BCAD92 background

This text has white color on #BCAD92 background.


Related colors

Complementary color

Complementary color for #hex is #43526D.


I love getcolorcode.com

Triadic colors

1 #92BCAD and #AD92BC with #BCAD92 are triadic colors.

2 #92ADBC and #ADBC92 with #BCAD92 are triadic colors.