COLOR #BCB9A1

HEX: #BCB9A1 RGB: (188,185,161)

Color info

#BCB9A1 contains red, green and blue colors in about the same proportion. Web safe color of #BCB9A1 is #CCCC99 (or #CC9).

RGB color model

#BCB9A1 color RGB value is (188,185,161).

RGB: (188,185,161) (74%, 73%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 161 of 255 = 63%

188
185
161

R + G + B ~ 70%. #BCB9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 185 + 161 = 534 (100%)
R 188 of 534 ~ 35.21%
G 185 of 534 ~ 34.64%
B 161 of 534 ~ 30.15'%

%35.21
%34.64
%30.15

CMYK color model

#BCB9A1 color CMYK value is (0,2,14,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 14.36%
  • key color value is 26.27%

CMYK: (0,2,14,26)
C0M2Y14K26 (0%, 2%, 14%, 26%)
(0.00 / 0.02 / 0.14 / 0.26)

CMYK percentages

%0
%1.6
%14.36
%26.27

Codes

Color #BCB9A1 in popluar color models

BC B9 A1
RGB 188 185 161
HSL 53° 16.77% 68.43%
HSB/HSV 53° 14.36% 73.73%
CMYK 0.00% 1.60% 14.36%
26.27%

Color #BCB9A1 in popluar number systems.

HEX BC B9 A1
Decimal 188 185 161
Binary 10111100 10111001 10100001
Octal 274 271 241

Shades and tints

Shades of #BCB9A1

#BCB9A1
(188,185,161)
#ABA993
(171,169,147)
#9A9985
(154,153,133)
#898977
(137,137,119)
#787969
(120,121,105)
#67695B
(103,105,91)
#56594D
(86,89,77)
#45493F
(69,73,63)
#343931
(52,57,49)
#232923
(35,41,35)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCB9A1

#BCB9A1
(188,185,161)
#C2BFA9
(194,191,169)
#C8C5B1
(200,197,177)
#CECBB9
(206,203,185)
#D4D1C1
(212,209,193)
#DAD7C9
(218,215,201)
#E0DDD1
(224,221,209)
#E6E3D9
(230,227,217)
#ECE9E1
(236,233,225)
#F2EFE9
(242,239,233)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB9A1 color. Also use rgb(188,185,161) instead hex code.

Text Font Color

.myTextColor { color: #BCB9A1; }

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

This text font color is #BCB9A1.

Background Color

.myBgColor { background-color: #BCB9A1; }

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

This div background color is #BCB9A1.

Border color

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

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

This div border color is #BCB9A1.

Opacity

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

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

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

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

This text has shadow with #BCB9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB9A1.

Preview

Color preview on black background

This text has color #BCB9A1 on black background.


Color preview on white background

This text has color #BCB9A1 on white background.


Black color preview on #BCB9A1 background

This text has black color on #BCB9A1 background.


White color preview on #BCB9A1 background

This text has white color on #BCB9A1 background.


Related colors

Complementary color

Complementary color for #hex is #43465E.


I love getcolorcode.com

Triadic colors

1 #A1BCB9 and #B9A1BC with #BCB9A1 are triadic colors.

2 #A1B9BC and #B9BCA1 with #BCB9A1 are triadic colors.