COLOR #BCB9A4

HEX: #BCB9A4 RGB: (188,185,164)

Color info

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

RGB color model

#BCB9A4 color RGB value is (188,185,164).

RGB: (188,185,164) (74%, 73%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 164 of 255 = 64%

188
185
164

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

Portions of RGB colors in percentages

R + G + B = 188 + 185 + 164 = 537 (100%)
R 188 of 537 ~ 35.01%
G 185 of 537 ~ 34.45%
B 164 of 537 ~ 30.54'%

%35.01
%34.45
%30.54

CMYK color model

#BCB9A4 color CMYK value is (0,2,13,26).

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

CMYK: (0,2,13,26)
C0M2Y13K26 (0%, 2%, 13%, 26%)
(0.00 / 0.02 / 0.13 / 0.26)

CMYK percentages

%0
%1.6
%12.77
%26.27

Codes

Color #BCB9A4 in popluar color models

BC B9 A4
RGB 188 185 164
HSL 53° 15.19% 69.02%
HSB/HSV 53° 12.77% 73.73%
CMYK 0.00% 1.60% 12.77%
26.27%

Color #BCB9A4 in popluar number systems.

HEX BC B9 A4
Decimal 188 185 164
Binary 10111100 10111001 10100100
Octal 274 271 244

Shades and tints

Shades of #BCB9A4

#BCB9A4
(188,185,164)
#ABA996
(171,169,150)
#9A9988
(154,153,136)
#89897A
(137,137,122)
#78796C
(120,121,108)
#67695E
(103,105,94)
#565950
(86,89,80)
#454942
(69,73,66)
#343934
(52,57,52)
#232926
(35,41,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCB9A4

#BCB9A4
(188,185,164)
#C2BFAC
(194,191,172)
#C8C5B4
(200,197,180)
#CECBBC
(206,203,188)
#D4D1C4
(212,209,196)
#DAD7CC
(218,215,204)
#E0DDD4
(224,221,212)
#E6E3DC
(230,227,220)
#ECE9E4
(236,233,228)
#F2EFEC
(242,239,236)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9A4; }

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

This text font color is #BCB9A4.

Background Color

.myBgColor { background-color: #BCB9A4; }

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

This div background color is #BCB9A4.

Border color

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

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

This div border color is #BCB9A4.

Opacity

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

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

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

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

This text has shadow with #BCB9A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB9A4.

Preview

Color preview on black background

This text has color #BCB9A4 on black background.


Color preview on white background

This text has color #BCB9A4 on white background.


Black color preview on #BCB9A4 background

This text has black color on #BCB9A4 background.


White color preview on #BCB9A4 background

This text has white color on #BCB9A4 background.


Related colors

Complementary color

Complementary color for #hex is #43465B.


I love getcolorcode.com

Triadic colors

1 #A4BCB9 and #B9A4BC with #BCB9A4 are triadic colors.

2 #A4B9BC and #B9BCA4 with #BCB9A4 are triadic colors.